BODY
{
	margin: 0px;
    BACKGROUND-COLOR: #4A3F2D;
	background-image: url(images/body_bg.jpg);
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


TD, INPUT, TEXTAREA, SELECT
{
	font-family: Verdana, Arial;
	font-size: 10px;
}

P, H1, H2, H3, H4, H5, H6, H7
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.maintext 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.maintitle 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: DDD9D3;
	background-image: url(images/maintitle_bg.jpg);
	height: 16px;
}

.mainshadow {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}


.menubg 
{
	background-color: #ACA794;
	background-image: url(images/menu_bg.jpg);
}

.menulink
{
	text-indent: 9px;
}

.menusearch {
	height: 20px;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-left: 2px;
	width: 98px;
}

.menutitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/menu_title_bg.jpg);
	text-indent: 9px;
	width: 100%;
	height: 23px;
	border: none;
	margin: 0px;
	padding: 0px;
}

.menubutton {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #928A75;
	height: 20px;
	border-top: 1px solid #B5B0A2;
	border-left: 1px solid #B5B0A2;
	border-bottom: 1px solid #5C574A;
	border-right: 1px solid #5C574A;
}

.loginbutton {
	color: #000000;
	text-decoration: none;
	background-color: #B5B0A2;
	height: 20px;
	border-top: 1px solid #AFAa97;
	border-left: 1px solid #AFAa97;
	border-bottom: 1px solid #6F6a57;
	border-right: 1px solid #6F6a57;
}

/*---------------------------------------------------------------------------------*/
/*                              Admin listor                                       */
/*---------------------------------------------------------------------------------*/
.listTitle
{
	border-top: 1px solid #6F6a57;
	border-bottom: 1px solid #6F6a57;
	background-color: #AFAa97;
}

.listHeader
{
	border-top: 1px solid #bfbeb3;
	border-bottom: 1px solid #bfbeb3;
	background-color: #e0dbce;
}

.listHeaderNoTitle
{
	border-bottom: 1px solid #9f9e93;
	border-top: 1px solid #9f9e93;
	background-color: #CFC5B7;
}

.listRow
{
	border-bottom: 1px solid #d4d3c9;
}

.errorSummary
{
	padding-top: 10px;
	border-bottom: 1px solid #d4d3c9;
}

.mandatory
{
	color: #882200;
}

.editListRow
{
	border-top: 1px dotted #d4d3c9;
}

.editListHeader
{
	background-color: #e7e2d9;
}

.editListHeaderDotted
{
	background-color: #eae5dc;
	border-top: 1px dotted #d4d3c9;
}

.listRowHover
{
	background-color: #ece7de;
}

.listRowNormal
{
	background-color: #eeece4;
}

.listFooter
{
	border-bottom: 1px solid #d4d3c9;
	background-color: #e0dbce;
}

.adminSingleRow
{
	border-bottom: 1px solid #bfbeb3;
	background-color: #e5e0d3;
	border-top: 1px solid #bfbeb3;
}

.editHeader
{
	border-bottom: 1px solid #bfbeb3;
	border-top: 1px solid #bfbeb3;
	background-color: #e0dbce;
}

.editMovieHeader
{
	border-top: 1px solid #bfbeb3;
	border-bottom: 1px solid #bfbeb3;
	background-color: #e0dbce;
	padding: 3px;
}

.editMovieHeaderCell
{
	border-top: 1px solid #bfbeb3;
	border-right: 1px solid #bfbeb3;
	border-bottom: 1px solid #bfbeb3;
	background-color: #e0dbce;
	text-align: center;
}

.editMovieHeaderActiveCell
{
	border-top: 1px solid #bfbeb3;
	border-right: 1px solid #bfbeb3;
	background-color: #eeece4;
	text-align: center;
}

.relatedTitles
{
	border-bottom: 1px solid #cfcec3;
}

A:link	{	
	color: #000000;
	text-decoration: none;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: #000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color: #000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #000000;
	}

A.ClickRowLink:hover
{
	text-decoration: none;
}

#divSplash
{
	/* border: 1px solid #333322;
    padding: 20px; */
	background-color: #AFA497;
	position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    font-weight: bold;
    width: 200px;
    height: 100px;
    text-align: center;
}


UL
{
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
	list-style-type: square;
}

.inactiveGenre
{
	color: #888888;
}

#divUpperPages
{
	width: 546px;
	padding: 10px;
	border-bottom: solid 1px #cfcbc3;
}

#divLowerPages
{
	width: 546px;
	padding: 10px;
}

#divPageSize
{
	width: 546px;
	padding-left: 8px;
}

.HTMLeditor
{
	width: 100%;
	height: 400px;
	padding: 0px;
	margin: 0px;
}

.mediumfont 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.smallfont 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

div.EarlierPolls
{
	float: left;
	width: 500px;
}

.bold
{
	font-weight: bold;
}

