/* ========================= cms ========================== */
html, body { height:100%; margin:0px; padding:0px; background-color:white;
    font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#333366; }

.cmsPageContent {font-size:13px; color:#333366; }
.cmsPageTitle  {font-size:12px; font-weight:bold; color:#ff5b35; margin-bottom:20px; padding: 3px;}
.cmsPageTitle2 {font-size:21px; font-weight: bold; color:#999999;}
.cmsPageContent {width:590px; padding:0 5px 0 13px;}
.cmsPageProperties {font-size:13px; color:#333366; }     
 
a:link, a:visited {color:#265088; text-decoration:unerline; font-weight:bold;}
a:hover, a:active {color:#ff5b35; text-decoration:unerline; font-weight:bold;}

 
.btnNormal {background-color:#265088; border:1px solid #173053; width:95px;
        color:#E5E5E5; font-weight:bold; font-size:11px; margin:2px 0 2px 0;}
.btnOn {background-color:#ff5b35; border:1px solid #A81C00; width:95px; 
        color:#E5E5E5; font-size:11px; font-weight:bold; margin:2px 0 2px 0;}
.btnOff {background-color:#e0e0e0; border:1px solid #808080; width:95px; 
        color:#808080; font-size:11px; font-weight:bold; margin:2px 0 2px 0;}
 
.treeview_type a, .treeview_type a:link, .treeview_type a:visited, .treeview_type a:hover,.treeview_type a:active
	{  color:white; font-weight:bold; text-decoration:underline;}
	
.divDraft { background-image:url('graphics/bg_cmsDraft.gif'); min-height:250px;} 

.inputbox {padding-left: 3px; BORDER: #999999 1px solid; 
           background: url(../graphics/gradientBackground.gif); _background: none;}
           
.cssSmall {font-size:11px;} 


.red, .cssRed {color:red;} 
