/*-- Rotary Blue            #003399 --*/
/*-- Rotary Gold            #FFCC00 --*/
/*-- Rotary Metalic Gold    #A39161 --*/ 

@import url("css/menu.css");

/* ControlPanel style */
.ControlPanel{}

body {background:#fff url('images/body_bg.png') repeat-x top left; margin:0px; padding:0px; height:100%;}

/*-------- Default Style --------*/

/*-- default font family --*/
body,th,td,div,p,table,h1,h2,h3,h4,h5,h6,
.Normal,.NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
.Head,.SubHead,.SubSubHead, 
a:link, a:visited, a:hover, 
input, 
.CommandButton
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*-- defalut font size --*/

body,th,td,div,p,table,h1,h2,h3,h4,h5,h6,
.Normal,.NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
.Head,.SubHead,.SubSubHead, 
a:link, a:visited, a:hover, 
input, 
.CommandButton
{font-size:12px;}

/*-- Heading Style --*/
h1,h2,h3,h4,h5,h6 {color:#003399;}
h1,h2,h3,h4,h5,h6 {font-weight:bold;}
h1,h2,h3,h4,h5,h6 {margin:8px 0px 8px 0px;}
h1 {font-size:15px;}
h2 {font-size:14px;}
h3 {font-size:12px;}
h4 {font-size:12px;}
h5 {font-size:10px;}
h6 {font-size:10px;}

/*-- a Style --*/
a,a:link,a:visited,a:active{color:#003399; text-decoration:underline; font-weight:normal; }
a:hover{color:#A39161; text-decoration:underline; }

/*-- input Style --*/
input {color:#000;}

/*-- Head, SubHead, SubSubHead Style --*/
.Head {font-size:14px; color:#003399; font-weight:bold;}
.SubHead {color:#A39161;}
.SubSubHead{color:#A39161;}
.NormalRed {color:#F00;}

/*-- Command Button Styles --*/
.CommandButton {color:Gray;}
a.CommandButton:link {color:#003399;}
a.CommandButton:visited {color:#003399;}
a.CommandButton:active {color:#003399;}
a.CommandButton:hover {color:#A39161;}

/*-- UDT_Form --*/
.UDT_Form input {width:200px;}
.UDT_Form textarea {width:400px;}

/*-------- Layout Style --------*/
.clear_float{clear:both; line-height:0; font-size:0; height:0;}
div.skin_template {margin-left:auto; margin-right:auto; width:970px; margin-top:10px;}
div.user_search {margin:0px 0px 10px 0px; padding:0px 20px 0px 20px;}
td.search {width:50%; text-align:right;}
td.user {width:50%; text-align:left;}

div.top_border {background:url(images/top_border.png); height:9px;}
div.border_background {background:url(images/center_background.png) repeat-y;}
div.bottom_border {background:url(images/bottom_border.png) no-repeat bottom center; height:10px;}

div.content_background {background:url(images/center_background.png); padding:0px 15px 0px 15px;}
div.logo_wrapper {margin-bottom:5px; padding-top:0px;}
td.rotary_logo_static_wrapper {background:silver;}
td.menu_background {background:#A39161;}

div.footer_wrapper {background:url(images/center_background.png); padding:0px 15px 5px 15px;}
div.footer_bg {text-align:center; background-color:#003399; padding:15px 0px 15px 0px;}

/*-------------- Link Style --------------*/
.links,a.links:link,a.links:active,a.links:visited{font-weight:bold; color:#FFCC00; text-transform:uppercase; text-decoration:none;}
a.links:hover{color:#A39161; text-decoration:none;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#fff;}
a.user:hover{color:#FFCC00;}
.user_td {text-align:left;}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

/*-------------- Search SkinObject Styles --------------*/
.search a, .search a:link, .search a:visited, .search a:active {color:#fff;}
.search a:hover {color:#FFCC00;}



