/* 
===============================================================

	CSS Document : Hollywood Sign Stylesheet
	Version: 2.0
	Author: Joshua Forstot
	Date: 01.15.05
	
	Description:
	
	-	Contains global style definitions for 
		Hollywood Sign site
	
	Modification Log:									
	-------------------------------------------------
	1.)  01.15.05 - J.Forstot	v2.0 Initialized 
	 
===============================================================
 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

.selected {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	color: #D64000;
}

.header {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.headerSub {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}


.footer {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 9px;
	color: #CCCCCC;
}

/* 
----------------------------------
	Anchor Styles 
----------------------------------
*/

a 
{
	font-size: 12px;
	color: #000099;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
a:link 
{
	text-decoration: underline;
	color: #000099;
}
a:visited 
{
	text-decoration: underline;
	color: #333333;
}
a:hover 
{
	text-decoration: underline;
	color: #000099;
}
a:active 
{
	text-decoration: underline;
	color: #000099;
}

/* 
----------------------------------
	Font Styles 
----------------------------------
*/

.notations {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC0099;
	text-decoration: none;
}

/* 
----------------------------------
	Image Styles 
----------------------------------
*/

img
{
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

/* 
----------------------------------
	Table Styles 
----------------------------------
*/
 
td,th 
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

.trimLine_side {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.trimLine_side_end {
	padding-top: 5px;
}


/* 
----------------------------------
	Forms Styles 
----------------------------------
*/


.formField {
	border: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 2px;
}
.mainwell {
	padding-right: 60px;
}
.rightColumn {
	padding-left: 10px;
}

