﻿@import "Form.css";
@import "Text.css";

body
{
	font-family: Arial;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
table
{
	margin: 0px;
	padding: 0px;
}


#banner
{
	width: 760px; 
	line-height: 0px; 
	height: 150px; 
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(images/banner_main_background.jpg); 
	background-position: left top; 
	background-repeat:no-repeat
}

#bannerimage img
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}


#leftborder
{
	background-image: url(images/borderleft.jpg);
	background-repeat: repeat-y;
	width: 10px;
}

#rightborder
{
	background-image: url(images/borderright.jpg);
	background-repeat: repeat-y;
	width: 10px;
}

#content
{
	vertical-align: top;
	padding-right: 10px;
	font-size: 9pt;
	text-align: justify;	
	color: Black;
}

td.sideBar,
#sideBar
{
	background-image: url(images/background_nav.jpg);
	background-repeat: repeat-y;
	width: 150px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.sideBar a,
#sideBar a
{
    display: inline-block;
    display: -moz-inline-block;
    width: 150px;
    height: 100%;
	vertical-align: top;
	text-transform:uppercase;
	color: white;
	text-decoration: none;
	text-indent: 15px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
.sideBar a:link,
.sideBar a:visited,
.sideBar a:hover,
.sideBar a:selected,
#sideBar a:link,
#sideBar a:visited,
#sideBar a:hover,
#sideBar a:selected
{
    display: block;
	width: 150px;
	text-transform:uppercase;
	color: white;
	letter-spacing: 1px;
	text-decoration: none;
	text-indent: 15px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

td.sideBar a:hover,
#sideBar a:hover
{
    background-color: #F98122;
}

td.sideBar > a:hover,
#sideBar > a:hover
{
    background-color: Transparent;
}

.sideBar img,
#sideBar img
{
    text-indent: 0px;
}

.sideBar .sideBarImage,
#sideBar .sideBarImage
{
    display: block;
    margin-left: 16px;
}

#content
{
	height: 100%; 
	width: 540px;
	padding-top: 0px; 
	padding-left: 10px; 
	padding-bottom: 10px; 
	background-color: #E9E7E8;
}

#content h1
{
	text-align: left;
	font-size: 12pt;
	font-weight: 900;
	text-transform: uppercase;
}

#content h2
{
	text-align: left;
	font-size: 10pt;
	font-weight: 900;
	/*text-transform: uppercase;*/
	margin-bottom: 5px;
}	

#content h3
{
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	margin: .7em 0 .1em 0;
	padding: 0;
}

#content h4
{
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: .7em 0 .1em 0;
	padding: 0;
	color: #F98122;
}

#content h5
{
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin: .7em 0 .1em 0;
	padding: 0;
}

#content h6
{
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	margin: .7em 0 .1em 0;
	padding: 0;
	color: #F98122;
}



#content a,
#content a:hover
{
	color: #F98122;
}
#content a:link,
#content a:selected,
#content a:visited,
{
	color: #000000;
}


#content input
{
	font-family: Arial;
	font-size: 9pt;
	border: solid 1px #000;
}

input.checkbox
{
	border: none;
}

.checkbox > input
{
	border: none;
}

#content .row .checkbox input
{
	border: none;
}



#content .row .radioGroup input
{
	border: none;
}


#content textarea
{
	font-family: Arial;
	font-size: 9pt;
	
	border: solid 1px Gray;
}

#featureStory
{
	position: relative;
	float: right;
	min-width: 40%;
	width: 40%;
	background-color: #C7C1C1;
	padding: 10px;
}

caption
{
	font-size: 7pt;
}

#footer
{
	height: 32px;
	width: 100%;	
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 8pt;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
}	

#footer a
{
	text-decoration: underline;
	font-size: 8pt;
	color: Black;
}	

#footer a:visited,
#footer a:link,
#footer a:hover,
#footer a:selected
{
	text-decoration: underline;
	font-size: 8pt;
	color: Black;
}

html > body #footer				/** Hide this from IE to fix the lower border issue **/
{
	bottom: 0px;
}

td#searchBar
{
	line-height: 22px; 
	background-color: #BCBDB7; 
	width: 760px;
	font-size: 10pt;
	height: 24px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

td#searchBar input
{
	border: none;
	vertical-align: middle;
	margin-right: 5px;
	height: 16px;
	padding-left: 4px;
	padding-right: 4px;
}

 td#searchBar a
{
	text-decoration: none;
	font-weight: bold;
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #333333;
}

td#searchBar a:hover
{
	text-decoration: none;
	font-weight: bold;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #ffffff;
}

td#searchBar a:selected
{
	text-decoration: none;
	font-weight: bold;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #ffffff;
}

td#searchBar a:visited
{
	text-decoration: none;
	font-weight: bold;
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #333333;
}

td#searchBar a:link
{
	text-decoration: none;
	font-weight: bold;
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #333333;
}

td#searchBar a:active
{
	text-decoration: none;
	font-weight: bold;
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #ffffff;
}

.SearchLabel
{
	padding-left: 10px;		
	font-weight: bold;
	color: #333333;
}

p
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}



li
{
	padding-bottom: 4px;
}

table.RentalList
{
	font-size: 8pt;
}

table.RentalList tr.oddrow
{
	background-color: #FEC296;
}

img.FramedRight
{
    clear: right;
    border: solid 5px White;
    margin: 5px;
    margin-top: 0px;
    float: right;
}

.Smaller
{
    font-size: 8pt;
}

.orange{ color: #F98122;}
.black{ color: #000000;}
