/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;
}

.skinpictureheader
{
	border-top-style:solid;
	border-top-color:#444444;
	border-top-width:3px;
	height:230px;
	width:600px;
	background-image:url('hp_03.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
.skinmaster 
{
	width:950px;
	height: 100%;
	background-color: white;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader 
{
    border: none;
}
.skingradient {
/*	background-image: url(gradient_DkBlue.jpg); */
	height:30px;
}


.skinmaintoolbarrow {
	background-image: url(tb_back.JPG); 
	background-repeat:repeat-x;
	height:26px;
}

.skinchildtoolbarrow {
	background-color:#D99D55;
	height:25px;
}

.child_menu_bar_row_red {
	background-color:#791111;
	height:25px;
	color: White;
}

.skinmaintoolbarseparator 
{
	background-image:url(tb_seperate.jpg);
	height:25px;
	width:2px;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.pageheaderpane
{
    text-align:center;
    border: none;
    width:100%;
}

.toppane {
	height: 135px;
	background-image: url(toppanebg.gif);
	background-repeat:repeat-x;
	border: solid 1px #c7de69;
}

.hseperatorleft
{
	border: none;
	background-image:url("h_line_left.jpg");
	width: 30px;
	height: 15px;
	background-repeat:no-repeat;
}

.hseperatormiddle
{
	border: none;
	background-image:url("h_line_mid.jpg");
	height: 15px;
	background-repeat:repeat-x;
}

.hseperatorright
{
	border: none;
	background-image:url("h_line_right.jpg");
	width: 32px;
	height: 15px;
	background-repeat:no-repeat;
}

.contentpane {
	color:#686667;
	background-color: transparent;
}

.leftpane 
{
	text-align: left;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.rightpane 
{
	text-align: center;
	background-color: transparent;
}
.bottompane {
	background-color: transparent;
}
.main_dnnmenu_container {
	
}

.dnnmenu_separator
{
    background-repeat: no-repeat;
    background-image: url('menu_separator.gif');
    height: 21px;
    width: 1px;
    vertical-align: top;
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	background-image: url('menu_bg_mid.jpg');
	background-repeat: repeat-x;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 1px 1px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	background-image: url('menu_bg_mid.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 1px 1px 1px 1px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover td {  
	background-image: url('menu_bg_mid.jpg');
	background-repeat: repeat-x;
	padding: 1px 1px 1px 1px;
	color: #000000; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
	cursor: pointer; 
	white-space: nowrap;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	direction: rtl;
	background-color: #fef3d3;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Tahoma, Helvetica;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 2px 2px 2px 2px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: Arial, verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial, Tahoma, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.seprator
{
    width: 16px;
    height: 100%;
}

.TopVerticalLine
{
	height:32px;
	background-repeat:no-repeat;
	background-image:url(vertical_line_top.jpg);
}

.MiddleVerticalLine
{
	height:100%;
	background-image:url(vertical_line_middle.jpg);
	background-repeat:repeat-y;
}

.BottomVerticalLine
{
	height:32px;
	background-repeat:no-repeat;
	background-image:url(vertical_line_bottom.jpg);
}

.searchbox {
    background-image: url('green_gradient.gif');
    background-repeat: repeat-x;
    padding-top: 8px;
    padding-right: 12px;
}

.searchbox_default
{
    cursor: pointer;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 10px;
}

.searchButton
{
    position: relative;
    top: 2px;
    width:22px;
    height:22px;
    background-repeat:no-repeat;
    background-image:url('black_btn.gif');
}

.search_label
{
    position: relative;
    top: 5px;
    font-family: Arial;
    color: #444444;
    font-size: 12px;
}

.printImg
{
    position: relative;
    top: 6px;
    background-repeat: no-repeat;
    background-image:url('pic_print.gif');
    width: 11px;
    height: 10px;
}

.emailImg
{
    position: relative;
    top: 6px;
    background-repeat: no-repeat;
    background-image:url('pic_email.gif');
    width: 14px;
    height: 10px;
}

.commentImg
{
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    background-image:url('pic_comments.gif');
    width: 13px;
    height: 14px;
}

.homeImg
{
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    background-image:url('pic_home.gif');
    width: 12px;
    height: 12px;
}

.toolboxText
{
    font-family: Arial, Tahoma;
    font-size: 11px;
    color: #000;
    padding-bottom: 5px;
}

.green_veg_bottom {
    background-image: url('green_veg_bottom.jpg');
    background-repeat: no-repeat;
    width: 107px;
    height: 80px;
}

.green_veg_top {
    background-image: url('green_veg_top.jpg');
    background-repeat: no-repeat;
    width: 107px;
    height: 44px;
}

.broadlink {
    background-image: url('broadbtn.gif');
    background-repeat: no-repeat;
    width: 130px;
    height: 17px;
    margin-bottom: 3px;
    margin-left: 5px;
}

.teamim_slogan {
    background-image: url('teamim_slogan.jpg');
    background-repeat: no-repeat;
    width: 227px;
    height: 80px;
}

.teamim_slogan1 {
    background-image: url('green_logo.jpg');
    background-repeat: no-repeat;
    width: 306px;
    height: 80px;
}

.green_right {
    background-image: url('green_right.jpg');
    background-repeat: no-repeat;
    width: 8px;
    height: 80px;
}

.LimeToolBarLeftTD
{
    background-image: url('limetoolbarleft.gif');
    background-repeat:no-repeat;
    width: 5px;
}

.LimeToolBarRightTD 
{
    background-image: url('limetoolbarright.gif');
    background-repeat:no-repeat;
    width: 5px;
}

.LoginTopTD 
{
    background-image: url('loginbgtop.jpg');
    background-repeat: no-repeat;
    width: 180px;
    height: 87px;
}

.LoginTopNoLogoTD 
{
    background-image: url('loginbgtop_nologo.jpg');
    background-repeat: no-repeat;
    width: 180px;
    height: 9px;
}

.LoginMidTD 
{
    background-image: url('loginbgmid.jpg');
    background-repeat: repeat-y;
    width: 180px;
}

.LoginBtmTD 
{
    background-image: url('loginbgbottom.jpg');
    background-repeat: no-repeat;
    width: 180px;
    height: 9px;
}

.dnnUserLoginControl 
{
    font-family: Arial, Tahoma;
    font-weight: normal;
    font-size: 8pt;
    color: Black;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.loginBox_text
{
    font-family: Tahoma, Arial, Tahoma;
    font-weight: normal;
    font-size: 9pt;
}

.loginBox_paprikaIcon
{
    background-image: url('paprika.gif');
    background-repeat: no-repeat;
    width: 68px;
    height: 30px;
}

.loginBox_makeHomePageIcon
{
    background-image: url('teamim_mhp.gif');
    background-repeat: no-repeat;
    width: 44px;
    height: 37px;
}

.loginBox_contactIcon
{
    background-image: url('contact.gif');
    background-repeat: no-repeat;
    width: 35px;
    height: 32px;
}

.loginBox_registerIcon
{
    background-image: url('register.gif');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.loginError 
{
    font-family: Arial, Tahoma;
    font-weight: normal;
    font-size: 8pt;
    color: red;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.loginButton
{
    position: relative;
    bottom: 1px;
    left: 3px;
    width:22px;
    height:22px;
    background-repeat:no-repeat;
    background-image:url('black_btn.gif');
}

.fakeLoginButton 
{
    width:1px;
    height:1px;
    background-color: Transparent;
    border: none;
}

.dnnRegister
{
    font-family: Arial, Tahoma;
    font-weight: normal;
    font-size: 11pt;
    color: Black;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.yellow_bar_right
{
    background-image: url('yell_bar_right.jpg');
    background-repeat: no-repeat;
    width: 8px;
    height: 110px;
}

.yellow_bar_middle
{
    background-image: url('yell_bar_mid.jpg');
    background-repeat: repeat-x;
    height: 110px;
}

.yellow_bar_left
{
    background-image: url('yell_bar_left.jpg');
    background-repeat: no-repeat;
    width: 8px;
    height: 110px;
}

.yellow_title
{
    background-image: url('yell_title.jpg');
    background-repeat: no-repeat;
    width: 82px;
    height: 44px;
}

.yellow_img_1
{
    background-image: url('yell_img1.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_2
{
    background-image: url('yell_img2.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_3
{
    background-image: url('yell_img3.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_4
{
    background-image: url('yell_img4.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_5
{
    background-image: url('yell_img5.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_6
{
    background-image: url('yell_img6.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_7
{
    background-image: url('yell_img7.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_8
{
    background-image: url('yell_img8.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_9
{
    background-image: url('yell_img9.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.yellow_img_10
{
    background-image: url('yell_img10.jpg');
    background-repeat: no-repeat;
    width: 78px;
    height: 50px;
}

.searchbox_additional
{
    cursor: pointer;
    width: 100%;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 10px;
}

.searchButton2
{
    position: relative;
    top: 5px;
    width:22px;
    height:22px;
    background-repeat:no-repeat;
    background-image:url('black_btn.gif');
}

.searchbox_additional .input
{
    width: 330px;
}

.form_master_table
{
    text-align: right;
    border-collapse: collapse;
    border-width: 5px;
}
