/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;/*#E0E0E0;	*/
	text-align : center ;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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 {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 150px;
	background-color: white;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	/*border: #c3c3c3 1px solid;*/
}
.contentpane {
	width: 100%;
	background-color: white;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
}
.Syscontentpane {
	width: 100%;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom : 5px;
	border :solid 1px gray;
}

.contentpaneL {
	width: 50%;
	background-color: white;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
}
.contentpaneR {
	width: 50%;
	background-color: white;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
}
.contentpaneR1 {
	width: 250px;
	background-color: white;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	/*border: #c3c3c3 1px solid;*/

}


.contentpaneMain {
	width: 625px;
	background-color: white;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
}
.contentpaneLL {
	width: 150px;
	background-color: white;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpaneTopL {
	width: 100%;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;	
}
.contentpaneTopR {
	width: 180px;
	background-color: white;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 2px;
	border-left: #c3c3c3 1px solid;
}
.rightpane {
	width: 145px;
	background-color: white;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 0px;
	border: #c3c3c3 0px dotted;
}
.rightpaneP {
	width: 100%;
	background-color: white;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	border: #c3c3c3 0px solid;
}
.rightpaneP1 {
	width: 335px;
	background-color: white;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	border: #c3c3c3 0px solid;
}
.rightpaneP2 {
	width: 200px;
	background-color: white;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	border: #c3c3c3 0px solid;
}

.bottompane {
	width: 100%;
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color: white; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: white;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: white;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: white;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3;
 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*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: 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: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #000000;
}

.Head2 {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #FFFFFF;
}
.topL
{
    background-image: url(top_01.jpg);
    width:206px;    
}

.topR
{
    background-image: url(bgtop1.jpg);    
    background-repeat:repeat-x;
    color : White ;
}

.headerR
{
    background-image: url(bgtop2.jpg);
    background-repeat: repeat-x;    
    width:100%;
}
table.tbl_menu{

	width:171px;
	
	border:1px solid #e0e0e0;

	text-align:left

}

table.tbl_menu td.menu_category{

	vertical-align: middle;
	height:23px;
	font:bold 11px tahoma, helvetica, sans-serif;
	color:#000000;
	padding-left:18px;
	padding-left:25px;
	background-image: url(title_bgr_s.gif);
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}

table.tbl_menu td.menu_item{
	border-bottom: #e0e0e0 1px solid;
	height:23px;
	padding-left:6px;
	background:url(iconmenu2.gif) no-repeat 4px #FFFFFF;
}

table.tbl_menu td.menu_item_curent{
	border-bottom: #e0e0e0 1px solid;
	height:23px;
	padding-left:6px;
	background-color: #fbf2d0;
	background-image: url(iconmenu2.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}



table.tbl_menu td.menu_item:hover{

	background:url(iconmenu2.gif) no-repeat 4px #e0e0e0;

}
a.leftmenu {

	display: block;

	line-height: normal;

	margin:0px;

	padding:4px 4px 4px 6px;

	font-family: tahoma, helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #003399;

	text-decoration: none;

}



a.leftmenu:hover {

	margin:0px;

	padding:4px 4px 4px 6px;

	line-height: normal;

	font-family: tahoma, helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #003399;

	text-decoration: underline;

}

a.leftmenu_current {

	display: block;

	padding:4px 4px 4px 6px;

	line-height: normal;

	font-family: tahoma, helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #003399;

	text-decoration: none;

}

table.tbDetail{

	width:100%;	
	border:0px solid #e0e0e0;
	text-align:left

}

table.tbDetail td.Title{

	vertical-align:middle ;
	font:bold 16px tahoma, helvetica, sans-serif;
	color:#000000;
	padding-left:3px;
	background-color :whitesmoke;
	border-left : solid 1px #cccccc;
	border-top : solid 1px #cccccc;
	border-right : solid 1px #cccccc;
	border-bottom : solid 1px #cccccc;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}

table.tbDetail td.TitleM{

	vertical-align:middle ;
	height :24px;
	font:bold 12px tahoma, helvetica, sans-serif;
	color:#000000;
	padding-left:3px;
	background-color :whitesmoke;
	border-left : solid 1px #cccccc;
	border-top : solid 1px #cccccc;
	border-right : solid 1px #cccccc;
	border-bottom : solid 1px #cccccc;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}

table.tbDetail td.TitleN{

	vertical-align:middle ;
	height :24px;
	font:bold 12px tahoma, helvetica, sans-serif;
	color:#000000;
	padding-left:10px;
	background-color :whitesmoke;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 1px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}
table.tbDetail td.menu_item{
	border-bottom: #e0e0e0 1px solid;
	height:23px;
	padding-left:6px;
	background:url(iconmenu2.gif) no-repeat 4px #FFFFFF;
}

table.tbDetail td.menu_item_curent{
	border-bottom: #e0e0e0 1px solid;
	height:23px;
	padding-left:6px;
	background-color: #fbf2d0;
	background-image: url(iconmenu2.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}



table.tbDetail td.menu_item:hover{

	background:url(iconmenu2.gif) no-repeat 4px #e0e0e0;

}