/* 
================================================================================================================================================================================================
Global styles
================================================================================================================================================================================================
*/  
 
body {
	background-color: #036e97;
	background-image:url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.Normal, .NormalDisabled {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer {
	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.NormalTextBoxSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	border: none;
}

#RightPane li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
}

li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
}

/* 
================================================================================================================================================================================================
Home skin styles
================================================================================================================================================================================================
*/  
 
.dumby {
	height:100%;
	width:100%;
}

/* 
================================================================================================================================================================================================
Internal skin styles
================================================================================================================================================================================================
*/  
 
.dumby {
	height:100%;
	width:100%;
}


/* 
================================================================================================================================================================================================
Hyperlink styles
================================================================================================================================================================================================
*/  
 
a:link {
	text-decoration: none;
	border:none;
	color:#2496bf;
	font-family:Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	border:none;
	color:#2496bf;
	font-family:Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	border:none;
	color:#2496bf;
	font-family:Arial, Helvetica, sans-serif;
}
a.FooterLink:link {
	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

a.FooterLink:visited {
	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
}

a.FooterLink:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


/* 
================================================================================================================================================================================================
Font styles = Fck Editor
================================================================================================================================================================================================
*/  

.mainheader {
	color: #2496bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.subheader {
	color: #2496bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
 
.bodytext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p	{
	margin-top: 0;
	margin-bottom: 0;
}

/* 
================================================================================================================================================================================================
H-TAGS styles
================================================================================================================================================================================================
*/  
 
h1 {
	color: #2496bf;
	font-family: Tahoma, Arial, Helvetica;
}
h2 {
	color: #2496bf;
	font-family: Tahoma, Arial, Helvetica;
}
h3 {
	color: #2496bf;
	font-family: Tahoma, Arial, Helvetica;
}
h4 {
	color: #2496bf;
	font-family: Tahoma, Arial, Helvetica;
}
h5 {
	color: #2496bf;
	font-family: Tahoma, Arial, Helvetica;
}



/* 
================================================================================================================================================================================================
Div/table styles
================================================================================================================================================================================================
*/  
 
.dumby {
	height:100%;
	width:100%;
}


/* 
================================================================================================================================================================================================
DNN contentpane styles
================================================================================================================================================================================================
*/  


.leftpane {
	vertical-align:left;
}
.contentpane {
	vertical-align:left;
}
.rightpane {
	vertical-align:left;
}


/* 
================================================================================================================================================================================================
RADMENU styles				(skin=Dnn)
================================================================================================================================================================================================
*/  
 
.RadMenu_Dnn .vertical .item a:link, .RadMenu_Dnn .vertical .item a:active, .RadMenu_Dnn .vertical .item a:visited  {
  width: 165px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#2496bf;
  border-bottom: 1px #014f7d solid;
  border-right: 1px #014f7d solid;
}

.RadMenu_Dnn .vertical .item .disabled a:link, .RadMenu_Dnn .vertical .item a:active, .RadMenu_Dnn .vertical .item a:visited  {
  width: 165px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#2496bf;
  border-bottom: 1px #6fc2e0 solid;
  border-right: 1px #6fc2e0 solid;
}

.RadMenu_Dnn .vertical .item a:hover {
  width: 165px;
  height: 22px;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#6fc2e0;
  border-bottom: 1px #6fc2e0 solid;
  border-right: 1px #6fc2e0 solid;
  cursor: hand;
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item .link {
  color:#FFFFFF;
  font-size: 11px;
  text-decoration: none;
  line-height: 22px;
}

.RadMenu_Dnn .vertical .item .link:hover {
  color:#FFFFFF;
  font-size: 11px;
  text-decoration: none;
  line-height: 22px;
}

.RadMenu_Dnn .expandLeft,
.RadMenu_Dnn .expandRight
{
  background-image:url(images/menuArrow.gif);
  background-repeat:no-repeat;
  background-position: right;
}


/* 
================================================================================================================================================================================================
Admin RADMENU styles			(skin=DNNADMIN)
================================================================================================================================================================================================
*/  
 
.RadMenu_DNNADMIN  .item a:link, .RadMenu_DNNADMIN .item a:active, .RadMenu_DNNADMIN .item a:visited {
	background-color:#2496bf;
	color: White;
	width: 200x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
}
.RadMenu_DNNADMIN .item a:hover {
	cursor: hand;
	cursor: pointer;
	background-color:#6fc2e0;
	color: #FFFFFF;
}
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}


/* 
================================================================================================================================================================================================
RADPANEL styles       (skin=panel)
================================================================================================================================================================================================
*/  
 
.RadPanelbar_panel
{
	width: 192px;
	white-space: normal;
	padding-left: 10px;
	padding-right: 5px;
}

.RadPanelbar_panel .rootGroup .item a:link, .RadPanelbar_panel .rootGroup .item a:active, .RadPanelbar_panel .rootGroup .item a:visited, .RadPanelbar_panel .rootGroup .item a:hover
{
	font-family: Arial,helvetica,sans-serif;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #7f7f7f;
	font-weight: normal;
	border-bottom: 1px #ababab solid;
	/*line-height: 20px;*/
	white-space: normal;
}

.RadPanelbar_panel .rootGroup .item a:link.expandable, .RadPanelbar_panel .rootGroup .item a:active.expandable, .RadPanelbar_panel .rootGroup .item a:visited.expandable, .RadPanelbar_panel .rootGroup .item a:hover.expandable
{
	background-image: url(images/menuLG/backUnSelect.gif);
	background-position:right top;
	background-repeat: no-repeat;
}

.RadPanelbar_panel .rootGroup .item a:link.expandable.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:active.expandable.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:visited.expandable.SelectedPathHeaderItemCss, .RadPanelbar_panel .rootGroup .item a:hover.expandable.SelectedPathHeaderItemCss
{
	background-image: url(images/menuLG/backSelect.gif);
	background-position:right top;
	background-repeat: no-repeat;
}

.RadPanelbar_panel .rootGroup .item .text {
	padding-right: 7px;
}

.RadPanelbar_panel .rootGroup .item .SelectedPathHeaderItemCss:link, .RadPanelbar_panel .rootGroup .item .SelectedPathHeaderItemCss:active, .RadPanelbar_panel .rootGroup .item .SelectedPathHeaderItemCss:visited, .RadPanelbar_panel .rootGroup .item .SelectedPathHeaderItemCss:hover
{
	font-family: Arial,helvetica,sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px #FFFFFF solid;
	/*line-height: 20px;*/
	white-space: normal;
}

.RadPanelbar_panel .level1 .item a:link, .RadPanelbar_panel .level1 .item a:active, .RadPanelbar_panel .level1 .item a:visited, .RadPanelbar_panel .level1 .item a:hover
{
	font-family: Arial,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px #FFFFFF solid;
	/*line-height: 20px;*/
	white-space: normal;
}

.RadPanelbar_panel .level1 .item .SelectedPathClass:link, .RadPanelbar_panel .level1 .item .SelectedPathClass:active, .RadPanelbar_panel .level1 .item .SelectedPathClass:visited, .RadPanelbar_panel .level1 .item .SelectedPathClass:hover
{
	font-family: Arial,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #FFFFFF solid;
	/*line-height: 20px;*/
	white-space: normal;
}

.RadPanelbar_panel .level2 .item a:link, .RadPanelbar_panel .level2 .item a:active, .RadPanelbar_panel .level2 .item a:visited, .RadPanelbar_panel .level2 .item a:hover
{
	font-family: Arial,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px #FFFFFF solid;
	/*line-height: 20px;*/
	white-space: normal;
}

.RadPanelbar_panel .level2 .item .SelectedPathClass:link, .RadPanelbar_panel .level2 .item .SelectedPathClass:active, .RadPanelbar_panel .level2 .item .SelectedPathClass:visited, .RadPanelbar_panel .level2 .item .SelectedPathClass:hover
{
	font-family: Arial,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #FFFFFF solid;
	/*line-height: 20px;*/
	white-space: normal;
} 


/* 
================================================================================================================================================================================================
Skin styles for DotNetNuke
================================================================================================================================================================================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.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: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	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: 6px;
}
.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; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.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: Transparent;
	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: Transparent;
	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:  18px;
   font-weight: normal;
   color: #333333;
}

/*__FormMaster Styles____________________________________________________________________________________________________________________*/
.formmaster
{
	border-right: #000000 0px dotted;
	border-top: #000000 0px dotted;
	border-left: #000000 0px dotted;
	border-bottom: #000000 0px dotted;
	border-collapse: collapse;
}
.formmaster TD
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.NormalTextBox 
{
font-family: Arial,helvetica,sans-serif;
font-size:12px;

font-weight:normal;
}

/* Nuke News Styles */

.NewsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2496BF;
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2496BF;
}

.NewsHeader a:link {
	color: #2496BF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader a:visited {
	color: #2496BF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader a:hover {
	color: #2496BF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.NewsHeader a:active {
	color: #2496BF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2496BF;
}

.newstitle a:link {
	color: #2496BF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:visited {
	color: #2496BF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:hover {
	color: #2496BF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.newstitle a:active {
	color: #2496BF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.NewsPostDetails {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
}

.SummaryBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.NewsBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ReadMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.ReadMore a:link {
	color: #2496BF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:visited {
	color: #2496BF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.ReadMore a:hover {
	color: #2496BF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.ReadMore a:active {
	color: #2496BF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.newsactionbarlinks:link, .newsactionbarlinks:active, .newsactionbarlinks:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	background-color: #2496bf;
	padding: 3px 5px 3px 5px
}

.newsactionbarlinks:hover
{
	color: #FFFFFF;
	background-color: #6fc2e0;
}

.NukeNews_Item
{
	background: none;
	padding: 5px 0px 5px 0px;
}

.NukeNews_AltItem
{
	background: none;
	padding: 5px 0px 5px 0px;
}