/*
 DEFAULT PORTAL
*/

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;	
	background-image: url(../obj/images/imgBackPage.jpg);
	vertical-align:top;
}
.skinmaster {
	background-image: url(../obj/images/imgBackPage.jpg);
	border-style: none;
	vertical-align:top;
}
.skinheader {
}
.skingradient {
	background-color: #FFFFFF; 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 95px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.main_dnnmenu_container {
	background-color: transparent; 
	text-align: center;
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	text-align: center;
}

.main_dnnmenu_item td
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #336699;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 5px 0px 3px 3px;
	border-bottom: #ffffff 1px solid;
	text-align: Left;
	text-decoration: none;
	width:100%;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: Transparent; 
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
	text-align: Center;
	text-decoration: none;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 10px 0px 5px;   /*explicitly set padding for root menu items top, right, bottom, left*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 9px; 
	height: 100%;
	display: none;
}

.main_dnnmenu_submenu
{
	background-color: #82BEE4;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin-top: 8px;
	padding: 0px 0px 0px 0px; /*explicitly set padding for sub-menus */
	margin-left: 0px;
	margin-right: 0px;
	border-top: #ffffff 1px solid;
	text-align: left;
	width: 150px;
}

.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;
	display: none; 
}
.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;
}
.textBlue {
	color: #00008B;
	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:  18px;
   font-weight: normal;
   color: #333333;
}
.Login {
   font-weight: bold;
 font-size: 11px;
 color: #3F3771;
 font-family: Tahoma;
 text-align: center;
 text-decoration: none;
 cursor: hand;
 background-color: #FFFFFF;
}

/* Website skins */

.div
{
	background-color: #FFFFFF;
}

.LinkMenuDown
{
 font-weight: normal;
 font-size: 13px;
 color: #336699;
 font-family: "trebuchet ms", trebuchet, arial, tahoma;
 text-align: Center;
 text-decoration: none;
 cursor: hand;
}
 
.LinkMenuDown:link {
  color: #336699;
}
 
.LinkMenuDown:visited {
  color: #336699;
}
 
.LinkMenuDown:hover {
  color: #000000;
}

.LinkHome
{
 font-weight: normal;
 font-size: 13px;
 color: #336699;
 font-family: "trebuchet ms", trebuchet, arial, tahoma;
 text-align: right;
 text-decoration: none;
 cursor: hand;
 padding-right: 0px;
}
 
.LinkHome:link {
  color: #336699;
}
 
.LinkHome:visited {
  color: #336699;
}
 
.LinkHome:hover {
  color: #000000;
}

.LinkButoom
{
 font-weight: normal;
 font-size: 12px;
 color: #666666;
 font-family: Arial;
 text-align: Center;
 text-decoration: none;
 cursor: hand;
}
 
.LinkButoom:link {
  color: #666666;
}
 
.LinkButoom:visited {
  color: #666666;
}
 
.LinkButoom:hover {
  color: #333333;
}

.LinkDetails
{
 font-weight: normal;
 font-size: 14px;
 color: #333333;
 font-family: "trebuchet ms", trebuchet, arial, tahoma;
 text-decoration: underline;
 cursor: hand;
}
 
.LinkDetails:link {
  color: #333333;
}
 
.LinkDetails:visited {
  color: #333333;
}
 
.LinkDetails:hover {
  color: #000000;
}

.LinkCredits
{
 font-weight: normal;
 font-size: 11px;
 color: #336699;
 font-family: "trebuchet ms", trebuchet, arial, tahoma;
 text-decoration: none;
 cursor: hand;
}
 
.LinkCredits:link {
  color: #336699;
}
 
.LinkCredits:visited {
  color: #336699;
}
 
.LinkCredits:hover {
  color: #000000;
}

.TextFooter1
{
	font-size: 12px;
	color: #000000;
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
    text-align: center;
}

.TextFooter2
{
	font-size: 11px;
	color: #336699;
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
    text-align: Center;
}

.TextLeft
{
	font-weight: normal;
	font-size: 14px;
	color: #006699;
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
    text-align: Left;
	line-height: 120%;
}

.TextRight
{
	font-size: 14px;
	color: #006699;
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
    text-align: right;
	padding-right: 10px;
	line-height: 120%;
}

.TextCenter
{
	font-size: 14px;
	color: #006699;
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
    text-align: center;
	line-height: 120%;
}

.TextJustify
{
	font-size: 14px;
	color: #006699;
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
    text-align: justify;
	line-height: 120%;
}

.titBlack1
{
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	font-family: "trebuchet ms", trebuchet, arial, tahoma;
    text-align: left;
}

.td
{
    BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #CCCCCC 1px solid;
    BORDER-BOTTOM: #CCCCCC 1px solid;
}

.noEdit
{
    BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #CCCCCC 1px solid;
    BORDER-BOTTOM: #CCCCCC 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
	font-style:normal;
	font: Arial;
	color: #666666;
	font-size:14px;
	width: 300px;
	height: 20px;
}

.noEdit1
{
    BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #CCCCCC 1px solid;
    BORDER-BOTTOM: #CCCCCC 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
	font-style:normal;
	font: Arial;
	color: #666666;
	font-size:15px;
	width: 300px;
}

.linkMenu
{
 font-weight: bold;
 font-size: 11px;
 color: #2766B5;
 font-family: Tahoma;
 text-align: center;
 text-decoration: none;
 cursor: hand;
 padding: 0px 5px 0px 5px;   /*explicitly set padding for root menu items*/   
}
 
.linkMenu:link {
  color: #2766B5;
}
 
.linkMenu:visited {
  color: #2766B5;
}
 
.linkMenu:hover {
  color: #3F3771;
}

.linkLogin
{
 font-weight: bold;
 font-size: 11px;
 color: #3F3771;
 font-family: Tahoma;
 text-align: center;
 text-decoration: none;
 cursor: hand;
 background-color: #FFFFFF;
}
 
.linkLogin:link {
  color: #3F3771;
}
 
.linkLogin:visited {
  color: #3F3771;;
}
 
.linkLogin:hover {
  color: #2766B5;
}

.linkFooter
{
 font-weight: normal;
 font-size: 11px;
 color: #666666;
 font-family: Tahoma;
 text-align: center;
 text-decoration: none;
 cursor: hand;
}
 
.linkFooter:link {
  color: #666666;
}
 
.linkFooter:visited {
  color: #666666;
}
 
.linkFooter:hover {
  color: #000000;
}

.linkDetails
{
 font-weight: normal;
 font-size: 12px;
 color: #0066CC;
 font-family: Tahoma;
 text-decoration: none;
 cursor: hand;
}
 
.linkDetails:link {
  color: #0066CC;
}
 
.linkDetails:visited {
  color: #0066CC;
}
 
.linkDetails:hover {
  color: #000000;
}

.footer1
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
    text-align: center;
}

.footer2
{
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
    text-align: center;
}

.textR
{
	font-size: 12px;
	color: #3F3771;
	font-family: Tahoma;
    text-align: right;
	line-height: 120%;
}

.textR1
{
	font-size: 11px;
	color: #ECE9D8;
	font-family: Arial;
	padding-right: 7px;
    text-align: Right;
}

.textR2
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	padding-right: 7px;
    text-align: Right;
}

.textL
{
	font-size: 12px;
	color: #3F3771;
	font-family: Tahoma;
    text-align: left;
	line-height: 120%;
}

.textL1
{
	font-size: 11px;
	color: #ECE9D8;
	font-family: Arial;
	padding-left: 7px;
    text-align: Left;
}

.textL2
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	padding-left: 7px;
    text-align: Left;
}

.textLe
{
	font-size: 12px;
	color: #3F3771;
	font-family: Tahoma;
    text-align: left;
	line-height: 120%;
}

.textTitleCells
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	padding-right: 7px;
    text-align: Left;
    background-color: #DAD8C2;
}

.textC
{
	font-size: 12px;
	color: #3F3771;
	font-family: Tahoma;
    text-align: Center;
	line-height: 120%;
}

.textC1
{
	font-size: 11px;
	color: #ECE9D8;
	font-family: Arial;
    text-align: Center;
}

.textL
{
	font-size: 12px;
	color: #3F3771;
	font-family: Tahoma;
    text-align: left;
	line-height: 120%;
}
.textSmallL
{
	font-size: 9px;
	color: #3F3771;
	font-family: Tahoma;
    text-align: left;
	line-height: 120%;
}

.textL1
{
	font-size: 11px;
	color: #ECE9D8;
	font-family: Arial;
	padding-left: 7px;
    text-align: Left;
}

.textL2
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	padding-left: 7px;
    text-align: Left;
}

.textJ
{
	font-size: 12px;
	color: #3F3771;
	font-family: Tahoma;
    text-align: justify;
	line-height: 100%;
}

.textJ1
{
	font-size: 11px;
	color: #ECE9D8;
	font-family: Arial;
    text-align: justify;
}

.TextValidator
{
	font-size: 11px;
	color: Red;
	font-family: Arial;
    text-align: left;
	padding-left: 7px;
}

.TextValidatorG
{
	font-size: 11px;
	color: Black;
	font-family: Arial;
    text-align: left;
	padding-left: 7px;
}

.titL1
{
	font-size: 11px;
	font-weight:bold;
	color: #F66013;
	font-family: Arial;
    text-align: center;
}

.titNews
{
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	font-family: Arial;
    text-align: Left;
}

.titBlue
{
	font-size: 20px;
	font-weight: bold;
	color: #2766B5;
	font-family: Tahoma;
    text-align: left;
}

.titBlue1
{
	font-size: 12px;
	font-weight: bold;
	color: #2766B5;
	font-family: Tahoma;
}

.fieldEditRequired
{
    BORDER-RIGHT: #ACC2E3 1px solid;
    BORDER-TOP: #ACC2E3 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #FF0000 2px solid;
    BORDER-BOTTOM: #ACC2E3 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
	 	 
	font-style:normal;
	font:Tahoma;
	color: #666666;
	font-size:11px;
}

.fieldEdit
{
    BORDER-RIGHT: #ACC2E3 1px solid;
    BORDER-TOP: #ACC2E3 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: #ACC2E3 1px solid;
    BORDER-BOTTOM: #ACC2E3 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
		 	 
	font-style: normal;
	font: Tahoma;
	color: #666666;
	font-size:11px;
}