/* 
    CSS STYLES FOR OLIM GLASS SKIN
   	====================================================================================================================================================
	====================================================================================================================================================
	====================================================================================================================================================
*/

a.picLink img, a.picLink:visited img, a.picLink:active img, a.picLink:hover img
{
	border-style: none;
}

.text_normal_black
{
	color: #FF0000;
}

.text_normal_grey{}


/* 
	====================================================================================================================================================
    SET DEFAULT FONT SIZE FOR SKIN USING PERCENTAGES
   	====================================================================================================================================================
*/
body
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-image: url(BlueGradient_Background.png);
	background-repeat: repeat-x;
    background-color: #CCC;
	width: 100%;
}

#topshadow
{
	width: 1000px;
	background-image: url(top_body_shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: transparent;
	position: relative;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 20px;
  	height: auto !important;
  	height: 20px;
}

#shadow
{
	width: 1000px;
	background-image: url(main_body_shadow.png);
	background-repeat: repeat-y;
	background-position: top;
	background-color: transparent;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 700px;
  	height: auto !important;
  	height: 700px;
}

#spacer
{
	width: 1000px;
	background-image: url(main_body_shadow.png);
	background-repeat: repeat-y;
	background-position: top;
	background-color: transparent;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 20px;
  	height: auto !important;
  	height: 20px;
}

#bottomshadow
{
	width: 1000px;
	background-image: url(bottom_body_shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: transparent;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 20px;
  	height: auto !important;
  	height: 20px;
}

#bottomlinks
{
	width: 1000px;
	background-image: url(main_body_shadow.png);
	background-repeat: repeat-y;
	background-position: top;
	background-color: transparent;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#bottomlinks a
{
	color: #666666;
	font-size: 60%;
}

#bottomlinks a:hover
{
	text-decoration: underline;
	color: #3399FF;
}

#master 
{
	width: 980px;
	background-color: #FFFFFF;
	background-image: url(Glass_Background_Flash.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

			#master_no_flash 
			{
				width: 980px;
				background-color: #FFFFFF;
				background-image: url(Glass_Background_NoFlash.gif);
				background-repeat: repeat-x;
				position: relative;
				margin-top: 0px;
				margin-left: auto;
				margin-right: auto;
			}


#wrap 
{
	position: relative;
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#logo168 
{
	float: left;
	background-color: #FFF;
    margin: 10px 0 15px 30px;
	min-height: 67px;
  	height: auto !important;
  	height: 67px;
}

#logo170 
{
	float: left;
	background-color: #FFF;
    margin: 10px 0 14px 30px;
	min-height: 65px;
  	height: auto !important;
  	height: 65px;
}


#mainmenu 
{
    width: auto;
    height: 51px;
    background-color: #FFF;
    margin: 0 0 9px 30px;
	clear: both;
}

#flash 
{
	background-color: transparent;
	height: 170px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

/* 
	====================================================================================================================================================
    MAIN LAYOUT CONTAINERS
   	====================================================================================================================================================
*/

#content_container 
{
	width: 900px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 380px;
  	height: auto !important;
  	height: 380px;
}

#contentpane 
{
	position: relative;
	min-height: inherit;
	padding-bottom: 20px;
}

#sidebar150 
{
	float: left;
    width: 100px;
	background-color: #FF0000;
	clear: left;
}

#sidebar200 
{
	float: left;
    width: 200px;
	min-height: inherit;
	clear: left;
}

#footer 
{
	width: 900px;
    color: #999999;
	text-align: right;
	font-size: 70%;
	padding-top: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 35px;
  	height: auto !important;
  	height: 35px;
}

/* 
	====================================================================================================================================================
    CSS STYLES FOR HouseMenu SkinObject
   	====================================================================================================================================================
*/

#HouseMenuNav 
{
	width: 100%;
	font-size: 12px;
	text-align: center;
	height: 50px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

#HouseMenuNav ul 
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
	border: 0;
	background-color: transparent;
}

#HouseMenuNav li 
{
    list-style: none;
    float: left;
	width: 108px;
	height: 50px;
	background-image: url(navOFF.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-right: 5px;
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited 
{
    display: block;
	width: 108px;
	height: 50px;
    color: #005581;
    text-decoration: none;
	padding: 15px 0 0 0;
	background-color: transparent;
}

#HouseMenuNav li a:hover 
{
	width: 108px;
	height: 50px;
	background-image: url(navON.gif);
	background-repeat: no-repeat;
    background-color: transparent;
    color: #FFFFFF;
}

#HouseMenuNavCurrentItem 
{
	width: 108px;
	height: 50px;
    background-image: url(navON.gif) !important;
	background-repeat: no-repeat;
    background-color: transparent;
    cursor: default;
}

#HouseMenuNavCurrentItem a
{
    color: #FFFFFF !important;
}

/* 
	====================================================================================================================================================
    CSS FOR LOGIN AND DATE TOKENS
   	====================================================================================================================================================
*/

.LoginSkinObject 
{
	float: right;
	clear: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 10px 20px 0 0;
	max-width: 200px;
	width: auto !important;
	width: 200px;
}

A.LoginSkinObject:link, A.LoginSkinObject:visited, A.LoginSkinObject:active 
{
    text-decoration: none;
    color: #666666;
}

A.LoginSkinObject:hover {
	text-decoration: underline;
	color: #3399FF;
}

.today
{
	float: right;
	clear: right;
	color: #666666;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 5px 20px 0 0;
	max-width: 200px;
	width: auto !important;
	width: 200px;
}

/* 
	====================================================================================================================================================
    SETS DEFAULT FONTS FOR ALL MODULES
   	====================================================================================================================================================
*/

.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox 
{
    margin: 0;
    padding: 0;
    line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*padding-left: 20px;*/
	padding-right: 20px;
	font-size: 80%;
	text-align: left;
	color: #666666;
}

/* 
	====================================================================================================================================================
    STYLE FOR MODULE TITLES
   	====================================================================================================================================================
*/

.Head 
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 170%;
    font-weight: bold;
    color: #C00; /* letter-spacing: 2; */
}

/* 
	====================================================================================================================================================
    STYLE OF ITEMS TITLES ON EDIT AND ADMIN PAGES
   	====================================================================================================================================================
*/

.SubHead    
{
    font-size:  85%;
}

/* 
	====================================================================================================================================================
    MODULE TITLE STYLE USED INSTEAD OF HEAD FOR COMPACT RENDERING BY QUICKLINKS AND SIGNIN MODULES
   	====================================================================================================================================================
*/

.SubSubHead 
{
    font-size:  85%; 
}

/* 
	====================================================================================================================================================
    BUTTON STYLE FOR STANDARD HTML BUTTONS
   	====================================================================================================================================================
*/

.StandardButton
{
	font-size: 90%;
}

/* 
	====================================================================================================================================================
    HTML HEADER TAGS
   	====================================================================================================================================================
*/

H1, H2, H3, H4, H5, DT, H6 
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

H1 
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

H2 
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
}

H3 
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

H4 
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT 
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6 
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

/* 
	====================================================================================================================================================
    LINKS ADDED FOR OPERA BROWSER
   	====================================================================================================================================================
*/

.Normal A:link, .Normal A:visited, .Normal A:active 
{
    text-decoration: none;
    color: #999999;
}

.Normal A:hover 
{
    text-decoration: none;
    color: #999999;
}

/* 
	====================================================================================================================================================
    SKIN ITEMS THAT ARE NOT LINKS
   	====================================================================================================================================================
*/

.SkinItem 
{
    text-decoration: none;
    color: #999999;
}

/* 
	====================================================================================================================================================
    SKIN ITEMS THAT ARE LINKS
   	====================================================================================================================================================
*/

A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active 
{
    text-decoration: none;
    color: #999999;
}

A.SkinItem:hover 
{
    text-decoration: underline;
	color: #3399FF;
}

/* 
	====================================================================================================================================================
    COPYRIGHT, TERMS AND BOTTOM LINKS
   	====================================================================================================================================================
*/

.copyright {
	float: left;
}

.terms {
	float: right;
}

/* 
	====================================================================================================================================================
    CSS CLASSES FOR FCK EDITOR
   	====================================================================================================================================================
*/

.columnLeft {
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
}

.columnText {
	width: auto;
	padding: 0 0 0 0;
	margin-left: 200px;
}

/* 
	====================================================================================================================================================
    CSS FOR SEARCH BAR
   	====================================================================================================================================================
*/

/*.SearchSkinObject {
    font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	background-color: #000000;
}

A.SearchSkinObject:link {
    text-decoration: none;
    color: white;
	background-color:#003333;
}

A.SearchSkinObject:visited  {
    text-decoration: none;
    color: white;
}

A.SearchSkinObject:active   {
    text-decoration: none;
    color: white;
}

A.SearchSkinObject:hover    {
    text-decoration: none;
    background-color: #339933;
}*/

/* 
	====================================================================================================================================================
    CSS FOR LOGIN
   	====================================================================================================================================================
*/
