﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

/* default page */

#resources a
{
	display : block;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page
{
    height : 100%;
    width : 1000px;
    margin-top : 20px;
    margin-left : auto;
    margin-right : auto;
    background-color : White;
}

#header
{
    padding: 0;
    height : 170px;
	_height : 100px;
	position : relative;
}

#logo
{
	_padding-top : 40px;
	padding-left : 10px;
	height : 130px;
	_height : 90px;
    background-image : url(/Content/Images/bg_head.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    border-width : 0;
    padding-bottom : 0;
}



#logo img 
{
	margin-top : 30px;
}


#login
{
	padding-top : 10px;
	position : absolute;
	right : 10px;
	width : 290px;
    font-family: Tahoma;
    font-size: x-small;
}

#login p
{
	clear : both;
	padding : 0;
	margin : 0;
}

#login Label.text
{
    font-weight : bold;
    white-space :nowrap;
    display : block;
    width: 150px;
    float: left;
    margin-right : 5px;
    text-align: right;
}

#login .imgpng
{
	float : right;
	padding : 0;
	margin-top : -2px;
}


#login Input.text
{
	float : right;
    height : 12px;
    width  : 100px;
    border-collapse : collapse;
    font-size : 8pt;
    margin-right : 5px;
}

#login Input.button 
{
    cursor:pointer;
    float : right;
    margin-right : 60px;
}

#logout 
{
  text-align : right;
  font-family: Tahoma;
  font-size: x-small;
  position : absolute;
  right : 0px;
  top : 30px;
  color : #2B6B9D;
  _width : 200px;
}

#logout fieldset
{
	padding : 10px 20px 10px 20px;
}

#logout div.button
{
	margin-left : auto;
	margin-right : auto;
}

#logout p
{
	padding: 0;
	margin : 0;
	text-align : center;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    background-image: url(/Content/Images/top_menu.gif);
    background-repeat: repeat-x;
    padding: 0;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top : 0;
    text-align: left;
}

ul#menu_
{
    background-image: url(/Content/Images/1px_grey.jpg);
    background-repeat: repeat-x;
    padding: 0;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top : 0;
    text-align: center    
}


ul#menu li,ul#menu_ li
{
    display: inline;
    list-style: none;
    line-height:1em;
}

ul#menu li
{
    background:  url(/Content/images/dlt.gif) no-repeat right;
    padding-top : 12px;
    padding-bottom : 8px; 
    font-size:.8em; 
    margin   : 0;
    _padding-top : 0;
    _padding-bottom : 0; 
    _height : 38px;
}

ul#menu li a
{
    cursor: hand;
    font-family: Tahoma;
    font-size: small;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 2.8em;
    color: white;
}

ul#menu_ li a
{
    cursor: hand;
    font-family: Tahoma;
    font-size: small;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 2.8em;
    color: #696969;
}

ul#menu li a:hover
{
    color: #F1E799;
    text-decoration: none;
}

ul#menu_ li a:hover
{
    color: #006EB5;
    text-decoration: none;
}


ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}


#topmenucontainer
{
	clear : both;
    background-image : url(/Content/Images/bg_head_inv.gif);
    background-position: top;
    background-repeat: repeat-x;
    height : 50px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#footer
{
	clear : both;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#subfooter
{
	text-align : center;
    font-size : 11px;
    color: Gray;
    background-color : #ABABB7;
}




