/*
**  Global Styles
*/

html, body {
	margin-top: 0px;
	padding-top: 10px;
	background-image: url('../graphics/background_gradient.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, ul {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
**  Header
*/

#headerbanner {
	display: block;
	height: 160px;
	width: 940px;
}


/*
**  Header Menu
*/

.whiteheader {
	color: #ffffff;
	text-decoration: none;
}

.whiteheader a:link {
	color: #ffffff;
	text-decoration: none;
}

.whiteheader a:visited {
	color: #ffffff;
	text-decoration: none;
}

.whiteheader a:hover {
	color: #faee05;
	text-decoration: none;
}

#date {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #ffffff;
	font-size: 12pt;
}

/*
**  Footer Menu
*/

#footer {
	width: 100%;
	height: 100%;
	background-image: url('../graphics/footer_gradient.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

.whitefooter {
	color: #ffffff;
	text-decoration: none;
}

.whitefooter a:link {
	color: #ffffff;
	text-decoration: none;
}

.whitefooter a:visited {
	color: #ffffff;
	text-decoration: none;
}

.whitefooter a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*
**  Menus
*/

.menutitle {
	color: #000000;
	font-size: 14pt;
	letter-spacing: -1pt;
	text-decoration: none;
	text-align: left;
}

.menulinks {
	color: #990000;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
}

.menulinks a:link {
	color: #990000;
	font-size: 8pt;
	text-decoration: none;
	display: block;
}

.menulinks a:visited {
	color: #990000;
	font-size: 8pt;
	text-decoration: none;
	display: block;
}

.menulinks a:hover {
	color: #ffffff;
	background-color: #ff0000;
	font-size: 8pt;
	text-decoration: none;
}

/*
**  IP Address
*/

#ipaddress {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

/*
**  Media Player
*/

#player {
	text-align: center;
}

/*
**  Main Content
*/

.maincontent {
	color: #000000;
	font-size: 8pt;
}

.maincontent p {
	color: #000000;
	font-size: 8pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

.maincontent a:link {
	color: #990000;
	text-decoration: none;
}

.maincontent a:visited {
	color: #990000;
	text-decoration: none;
}

.maincontent a:hover {
	color: #ff0000;
	text-decoration: none;
}

.maincontent .mediumtext{
	color: #000000;
	font-size: 12pt;
}

.maincontent .mediumtext p {
	color: #000000;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

.maincontent .largetext{
	color: #000000;
	font-size: 14pt;
}

.maincontent .largetext p {
	color: #000000;
	font-size: 14pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

.maincontent .largertext{
	color: #b82d30;
	font-size: 16pt;
}

.maincontent .largertext p {
	color: #b82d30;
	font-size: 16pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

.maincontent .latestnews{
	color: #000000;
	font-size: 16pt;
    text-align: left;
}

.maincontent .latestnews p {
	color: #000000;
	font-size: 16pt;
    text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.maincontent .loginerrortext {
	color: #ff0000;
	font-size: 8pt;
}

/*
**  ActionPlay TV Playlist
*/

div.playlist {
	height: 425px;
	width: 850px;
	overflow: auto;
	background-color: #242424;
}

/*
**  ActionPlay TV Description
*/

div.description {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 576px;
	text-align: left;
}

div.description_expand {
	cursor: pointer;
	width: 11px;
	float: left;
}

div.description_head {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 20px;
	position: relative;
}

div.description_body {
	position: relative;
	display: none;
	overflow: hidden;
}

.description_body p {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 16px;
}

/*
**  Buttons
*/

.buttons p {
	margin-top: 0px;
	margin-bottom: 5px;
}

/*
**  Dividers
*/

.divider {
	width: 21px;
	background-image: url('../graphics/divider.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

/*
**  Tables
*/

.table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

/*
**  Download Tables
*/

.downloadbox {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-width: 3px;
	border-style: dashed;
	border-color: rgb( 100, 100, 255);
}

.downloadbox .largetext {
	color: #000000;
	font-size: 14pt;
}

.downloadbox .largertext {
	color: #b82d30;
	font-size: 16pt;
}

/*
**  Photo Packages
*/

.photopackage p, ul {
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 10px;
}

.photopackagecontents p, ul {
	font-size: 6pt;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*
**  Contact
*/

div.contact {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.contact p,td {
	font-size: 10pt;
}

div#contactform {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #facacb;
}

#contactform div#contactformtitlebackground {
	width: 100%;
	height: 30px;
	background-image: url('../graphics/contactform_background_1x30.jpg');
	background-repeat: repeat-x;
}

#contactform div#contactformtitle {
	margin-left: 10px;
	text-align: left;
	line-height: 30px;
	font-size: 13pt;
	color: #ffffff;
}

div.contactfooter {
	height: 5px;
	background-image: url('../graphics/contactform_footer_1x5.jpg');
	background-repeat: repeat-x;
}

/*
**  Contact Form
*/

div#form {
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 362px;
	color: #000000;
}

#form input#submit {
	position: absolute;
	left: 290px;
	top: 306px;
	width: 82px;
	height: 24px;
	font-size: 8pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #C0C0C0;
}

#form input#reset {
	position: absolute;
	left: 130px;
	top: 306px;
	width: 82px;
	height: 24px;
	font-size: 8pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #C0C0C0;
}

#form input#name {
	position: absolute;
	left: 110px;
	top: 10px;
	width: 365px;
	height: 15px;
	font-size: 9pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#form input#email {
	position: absolute;
	left: 170px;
	top: 40px;
	width: 305px;
	height: 15px;
	font-size: 9pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#form textarea#message {
	position: absolute;
	left: 20px;
	top: 95px;
	width: 455px;
	height: 195px;
	font-size: 9pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#form div#FormObject1 {
	position: absolute;
	left: 20px;
	top: 12px;
	width: 80px;
	height: 20px;
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #000000;
}

#form div#FormObject2 {
	position: absolute;
	left: 20px;
	top: 42px;
	width: 141px;
	height: 20px;
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:#000000;
}

#form div#FormObject3 {
	position: absolute;
	left: 20px;
	top: 70px;
	width: 67px;
	height: 20px;
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #000000;
}

#form div#FormObject4 {
	position: absolute;
	left: 20px;
	top: 340px;
	width: 200px;
	height: 16px;
	font-size: 8pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #000000;
}

/*
**  Photo Login
*/

div#photologinform {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #facacb;
}

#photologinform div#photologinformtitlebackground {
	width: 100%;
	height: 30px;
	background-image: url('../graphics/contactform_background_1x30.jpg');
	background-repeat: repeat-x;
}

#photologinform div#photologinformtitle {
	margin-left: 10px;
	text-align: left;
	line-height: 30px;
	font-size: 13pt;
	color: #ffffff;
}

div.photologinformfooter {
	height: 5px;
	background-image: url('../graphics/contactform_footer_1x5.jpg');
	background-repeat: repeat-x;
}

/*
**  Photo Login Form
*/

div#loginform {
	position: relative;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 130px;
	color: #000000;
}

#loginform input#submit {
	position: absolute;
	left: 150px;
	top: 90px;
	width: 100px;
	height: 24px;
	font-size: 8pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #C0C0C0;
}

#loginform input#reference {
	position: absolute;
	left: 150px;
	top: 20px;
	width: 185px;
	height: 15px;
	font-size: 9pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#loginform input#password {
	position: absolute;
	left: 150px;
	top: 50px;
	width: 185px;
	height: 15px;
	font-size: 9pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#loginform div#FormObject1 {
	position: absolute;
	left: 60px;
	top: 22px;
	width: 80px;
	height: 20px;
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #000000;
}

#loginform div#FormObject2 {
	position: absolute;
	left: 60px;
	top: 52px;
	width: 80px;
	height: 20px;
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:#000000;
}

/*
**  Portrait Image
*/

.portraitimage a:link {
	color: inherit;
}

.portraitimage a:visited {
	color: inherit;
}

.portraitimage a:hover {
	color: inherit;
}
