﻿/********************************************************
 * Blue Curves 2 skin                                   *
 ********************************************************/

@import url("css/menu.css"); 
@import url("css/panes.css"); 
@import url("css/modules.css");
@import url("css/components.css");
@import url("css/icons.css");

html { padding:0px; margin:0px; height:100%; }  
body { padding:0px; margin:0px; height:100%;background-color:#8CBFD7; } 

#page_master { height:100%; background-color:#8CBFD7; background-image:url("images/parts/bg_banner.png"); background-repeat:repeat-x; }
#page_master_topbar { height:10px; background-color:#8CBFD7; line-height:10px; }
#page_main { width:960px; margin:0 auto; }

/** Header **/
#page_main_header { position:relative; height:180px; /*border:solid 1px black;*/ }

#header_logo { position:absolute; left:30px; top:19px; }
#header_topbar {position:absolute; right:200px; top:-10px; display:inline; background-color:#8CBFD7; width:280px; padding: 7px 8px 10px 8px; }
#header_topbar_centre { width:280px; margin:0 auto;font-size: 12px; font-family: verdana, sans-serif; color:#205273; text-align:center;}
#header_logo2 { position:absolute; top:13px; right:24px; }
#header_logo2_accr { display:inline; padding-right:15px; }
#header_logo2_nbn { display:inline; }
#header_contact_txt { position:absolute; top:36px; right: 205px; font-family: verdana, sans-serif; font-size:x-small; color:#003366; }
#header_topLinks { position:absolute; bottom:63px; right:40px;}
#header_navLinks {top:111px; left:16px; height:67px; width:928px; display:inline-table; padding-left:5px;z-index: 1000; } /* needs to be absolute for firefox and relative for ie, dealt with by the CompatControl */
#header_navLinks_bg { position:absolute; bottom:0px; left:16px; }

/** Body **/
#page_main_body { /*border:solid 1px green;*/ }

.body_box { width:928px; margin: 0 auto;}
.body_box_top { height:14px; line-height:14px; }
.body_box_middle { padding-left:7px; padding-right:7px;background-image: url("images/parts/box_mid2.png"); background-repeat:repeat-y; }
.body_box_bottom { height:4px; line-height:4px; }

/** Footer **/
#page_main_footer { background-image: url("images/parts/footer.png"); background-repeat:no-repeat; height:43px;width:926px; margin: 0 auto; margin-top:2px; padding-top:9px;  }
#page_main_footer a { color: #778e9f; font-family: Arial, Helvetica; font-size: 11px; font-weight: normal; }
#dnn_footer_lblCopyright { color: #778e9f; font-family: Arial, Helvetica; font-size: 11px; font-weight: normal; }

/** Defaults **/
.default_image { border:none; border-spacing:0px; }

/** Controls **/
.LoginLink { font-size: 12px; font-family: verdana, sans-serif; color:#205273; font-weight:normal; text-decoration: none; padding:5px; margin:0px; }
A.LoginLink:link { color:#205273; }
A.LoginLink:visited  { color:#205273; }
A.LoginLink:hover { color:#FFFFFF; text-decoration: none; }
A.LoginLink:active { }