﻿/* HTML Elements */
body 
{
	font-family : Georgia, Serif, "Times New Roman" ;
	font-size : 75% ; padding : 0 ; margin : 10px 5px 10px 5px ;
}
table
{
	font-size : 75% ; 
}
h1 { font-size : 150% ; }
h2 { font-size : 130% ; }
h3 { font-size : 115% ; }
h4 { font-size : 100% ; }

/* h6 used only for the page header under nav */
h6 { font-size : 120% ; margin : 5px 20px 0 120px ; text-align : right ; }

a { color : #000 ; }
a:hover { color : #333 ; text-decoration : none ; }
a:visited { color : #333 ; text-decoration : underline ; }
a:active { color : #333 ; text-decoration : none ; }

/* Custom Elements */
#RotLogoFloat { position : absolute ; margin : 0 ; padding : 0 ; border : 0 ; }

#container-page 
{ 
	width : 760px ;
	padding : 0 ; margin : 0 ;
	background-color : #f6f5eb ;
	float : left ;
}
#content-header 
{ 
	background-color : #cde8ff ;
	width : 760px ; height : 50px ;
	padding : 0 ; margin : 0 ;
}
#content-header h1
{
	/* font-family : Georgia, Serif, "Times New Roman" ; */
	font-family : Arial, Sans-Serif ;
	float : right ; 
	margin : 5px 10px 5px 5px ;
	color : #75393c ;
}

#nav-main
{ 
	background-color : #005daa ;
	font-size : 15px ; line-height : 30px ;
	width : 760px; height : 30px ;
	padding : 0 ; margin : 0 ;
}
#nav-main ul 
{ 
	list-style-type : none ;
	padding : 0 ; margin : 0 ;
}
#nav-main li
{
	float : right ; padding : 0 15px 0 15px ; color : #fff ;
}
#nav-main a { color : #fff ; text-decoration : none ; }
#nav-main a:visited { color : #fff ; text-decoration : none ; }
#nav-main a:hover { color : #fc3 ; text-decoration : none ; }
#nav-main a:active { color : #fff ; text-decoration : none ; }

#content-footer
{
	padding : 15px 0 15px 0 ; width : 100% ;
	text-align : center ;
	clear : both ;
}

/* Login Control */

#tbl_login_control
{
	margin-top : 15px ;
	border : dashed 1px #75393c ; 
}

#tbl_login_control th
{
	font-weight : normal ;
	font-size : 90% ;
}
#tbl_login_control input
{
	background-color : Transparent ;
	border-top : 0 ; border-left : 0 ; border-right : 0 ;
	border-bottom : solid 1px #75393c ;
	width : 100px ;
	font-family : Georgia, Serif, "Times New Roman" ;
}

#td_login_space
{
	text-align : right ;
}
#td_login_space input
{
/*	background-color : #75393c ;
	color : #fff ;
	border : solid 1px : #000 ; */
}
.ImgCloseLink
{
	position : absolute ;
	right : 5px ; top : 5px ;
	margin : 5px 5px 0 0 ;
	font-family : Georgia, Serif, "Times New Roman" ;
	font-size : 75% ;
	text-decoration : underline ;
	cursor : pointer ; cursor : hand ;
}
.list-gallery-class img
{
	cursor : pointer ; cursor : hand ;
}