﻿@import url("css/menu.css");

body 
{
    background-position:        top center;
    background-color:           #c6c7c9;
    background-repeat:          repeat-y;
    background-image:           url(images/body_bg.gif); 
    margin:    		            0;
    padding:                    0;
    
}

p
{
    font-family:                Tahoma, Geneva, sans-serif;
    font-size: 			        13px;
    color: 			            #5D6162;
    text-align: 		        justify;
    line-height: 		        150%;
}

ul
{
    font-family:                Tahoma, Geneva, sans-serif;
    font-size: 			        13px;
    color: 			            #5D6162;
    line-height: 		        150%;
}

.clear_float
{
    clear:                      both; 
    line-height:                0; 
    font-size:                  0; 
    height:                     0;
}

#page
{
    font-family:                Tahoma, Geneva, sans-serif;
    font-size:                  13px;
    width:                      998px;
    margin-left:                auto;
    margin-right:               auto;
    padding-top:		        10px;
}

#adminpage 
{
    width:                      998px;
    margin-left:                auto;
    margin-right:               auto;
}
    
#top 
{
    float:                      left;
    width:                      100%;
    padding-bottom:		        10px;
}
    
#top_left
 {
    float:                      left;
    width:                      50%;
}
    
#top_right 
{
    float:                      right;
    text-align:                 right;
    padding-right: 		        2px;
}

.cssCurrentDate
{
    color: 			            #5D6162;
}

#header
{
    float:                      left;
    width:                      100%;
    height:                     121px;
    background-color:           White;
    border-left:                1px solid #5D6162;
    border-right:               1px solid #5D6162;
    border-top:                 15px solid #5D6162;
}

#header_left
{
    float:                      left;
    padding:                    17px 17px 17px 17px;
    width:                      125px;
} 

#header_right
{
    float:                      left;
    width:                      830px;
}


#menu
{
    display:inline;
    width:                      997px;
    height:                     39px;
    border-right:               1px solid #5D6162;
    border-left:                1px solid #5D6162;
}

#menu ul li
{
    display:inline;
}

#menu_left
{
    float:                      left;
    width: 			            12px;
}

#menu_center
{
    float:                      left;
    width:                      974px;
    height:                     39px;
    background-position:        top left;
    background-repeat:          repeat-x;
    background-image:          	url(images/menu_bg.jpg); 
}

#menu_right
{
    float: 			            right;
    width: 			            12px;
}

#submenu
{
    float:                      left;
    width:                      100%;
    border-left:                1px solid #5D6162;
    border-right:               1px solid #5D6162;
    background-color:           #5D6162;
    color: 			            White;
}

#submenu_left_out
{
    float:                      left;
    width: 			            12px;
}

#submenu_left
{
    float:                      left;
    width:                      680px;
    padding-top: 		        8px;
    padding-bottom: 		    8px;
}

#submenu_right
{
    float:                      left;
    text-align:                 right;
    vertical-align: 		    top;
    width:                      294px;
    margin: 			        0;
    padding: 			        0;
}

#submenu_right_out
{
    float:                      right;
    width: 			            12px;
}

.cssSearch
{
    margin: 			        0px 0px 0px 0px;
    padding:			        10px 10px 0px 0px;
}

.cssBreadcrumbText
{
    color:                      #c0c0c0;
    font-size:                  13px;
    padding-left: 		        15px;
}
    
.cssBreadcrumb, A.cssBreadcrumb:link 
{
    color:                      White;
    font-size:                  13px;
}

A.cssBreadcrumb:visited  
{
    color:                      White;
}

A.cssBreadcrumb:hover    
{
    color:                      #00ACD4;
    text-decoration: 		    none;
}

A.cssBreadcrumb:active   
{
    color:                      White;
}

#pageContent
{
    float:                      left;
    border-left:                1px solid #5D6162;
    border-right:               1px solid #5D6162;
    background-color:           White;
    width:                      958px;
    padding-top: 		        20px;
    padding-left: 		        20px;
    padding-right: 		        20px;
} 

#BottomPane
{
    text-align:                 center;
    background-color:           White;
    border-left:                1px solid #5D6162;
    border-right:               1px solid #5D6162;
    border-bottom:              1px solid #5D6162;
    padding-bottom:		        10px;
    padding-top:		        10px;
    font-size:                  13px;
}

#BottomPane a.link
{
    color:          		    #16667F;
}

#bottom
{
    height:                     25px;
    background-color:           #5D6162;
    border-left:                1px solid #5D6162;
    border-right:               1px solid #5D6162;
}

#bottom_left
{
    text-align:                 left;
    padding-top: 		        5px;
    color:                      White;
    font-size:                  11px;
}

#bottom_right
{
    text-align:                 right;
    vertical-align:             middle;
    font-size:                  11px;
    color:                      White;
    font-weight:                normal;
    padding-top: 		        5px;
}

.cssLinks 
{
    color:                      #5D6162;
    font-size:                  13px;
    padding-left: 		        5px;
    font-weight:                200;
}

A.cssLinks:link 
{
    color:                      #0C89A9;
    font-size:                  13px;
    padding-left: 		        5px;
    font-weight:                200;
    padding-right: 		        5px;
}

A.cssLinks:visited  
{
    color:                      #0C89A9;
}

A.cssLinks:hover    
{
    color:                      #00ACD4;
    text-decoration: 		    none;
}

A.cssLinks:active   
{
    color:                      White;
}

.cssFooter, A.cssFooter:link 
{
    color:                      White;
    padding-left: 		        10px;
    padding-right: 		        10px;
}

A.cssFooter:visited  
{
    color:                      #c0c0c0;
}

A.cssFooter:hover    
{
    color:                      #00ACD4;
    text-decoration: 		    none;
}

A.cssFooter:active   
{
    color:                      White;
}

/*-------------- Empty panes Style --------------*/

.DNNEmptyPane
  {
    width:                      0;
    padding:                    0;
    margin:                     0;
    font-size:                  0; 
  }



h1, .TitleHead
{
    font-family:                Tahoma, Geneva, sans-serif;
    color:			            #0C89A9;
    font-size:                  20px;
}

h2
{
    font-family:                Tahoma, Geneva, sans-serif;
    color:			            #5D6162;
    font-size:                  17px;
}

a, a:link, .cssUser, .cssUser a:link 
{
    color:                      #5D6162;
    font-size:                  13px;
}

a:visited, .cssUser a:visited  
{
    color:                      #5D6162;
    font-size:                  13px;
}

a:hover, .cssUser a:hover
{
    color:                      #00ACD4;
    text-decoration: 		    none;
    font-size:                  13px;
}

a:active, .cssUser a:active
{
    color:                      #5D6162;
    font-size:                  13px;
}




