﻿/* 
Titan Marquees Ltd
main site styles
v0.1
By Graham Whitehouse - FutureVision
*/

/* Site wide defaults */
* {
	font-family: Arial, Verdana;
}
input {
	color: #000000;
}
img
{
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;	
}
/* Textbox Formatters */
textarea {
	border: solid 1px #5c92b3;
	font-size: 8pt;
}
input.textbox {
	border: solid 1px #5c92b3;
	font-size: 8pt;
}
input.textbox_money {
	border: solid 1px #5c92b3;
	font-size: 8pt;
	text-align: right;
}
/* Rendered Table */
.rendered_header 
{
	background-color: #5c92b3;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
	font-size: 9pt;
}
.rendered_list a {
	display: block;
	text-decoration: none;
	color: #5c92b3;
	padding: 2px 2px 2px 2px;
	background-image: none;
	font-size: 8pt;
}
.rendered_list a:hover {
	color: #FFFFFF;
	background-color: #86A8C2;
	background-image: none;
}
.rendered_footer 
{
	border-top: 1px solid #0367BB;
	font-size: 3px;
	font-size: 8pt;
}
.rendered_icon {
	width: 15px;
}
.rendered_record {
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 8pt;
}
/* Link Formatters */
a 
{
	font-size: 10pt;
	color: #5c92b3;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
a:visited {
	color: #5c92b3;
	text-decoration: none;
}
a:hover {
	color: #5c92b3;
	text-decoration: underline;
}
a.add_user {
	background-image: url('../_images/icons/user_add.gif');
	background-repeat: no-repeat;
	padding-left:18px;
}
a.save_user {
	background-image: url('../_images/icons/user_save.gif');
	background-repeat: no-repeat;
	padding-left:18px;
}
a.edit_user {
	background-image: url('../_images/icons/user_edit.gif');
	background-repeat: no-repeat;
	padding-left:18px;
}
a.remove_user {
	background-image: url('../_images/icons/user_remove.gif');
	background-repeat: no-repeat;
	padding-left:18px;
}
a.plain {
	background-image: none;
	padding-left: 0px;
}
a.adminLogin 
{
	font-size: 6pt;
	color: #c3c3c3;
}
a.adminLogin:hover
{
	font-size: 6pt;
	color: #000000;
}
a.inlineLink 
{
	font-size: 10pt;
	color: #716f70;
}
a.inlineLink:hover
{
	font-size: 10pt;
	color: #000000;
}
a.external_link 
{
	font-size: 10pt;
}
a.level1
{
	display: block;
	line-height: 20px;
}
a.level2
{
	display: block;
	line-height: 20px;
	padding-left: 10px;
	font-weight: normal;
}
a.level3
{
	display: block;
	line-height: 20px;
	padding-left: 20px;
	font-weight: normal;
}
/* Standard Text Formatters */
h1 {
	color: #5c92b3;
	margin-bottom: 10px;
	font-size: 14pt;
	display: block;
}
h2
{
	font-size: 10pt;
	color: #5c92b3;
	display: block;
	line-height: 15px;
}
p 
{
	font-size: 10pt;
	color: #716f70;
}
blockquote {
	background: url(../_images/quote.jpg) no-repeat left top;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 20px;
	font-size: 10pt;
	color: #716f70;
}

.header_text {
	color: #5c92b3;
	margin-bottom: 10px;
	font-size: 14pt;
	display: block;
}
.description_text 
{
	font-size: 10pt;
	color: #716f70;
	display: block;
	margin-bottom: 10px;
}
.grouping_text 
{
	padding-bottom: 5px;
	font-weight: bold;
}
.grouping_data
{
	padding-top: 5px;
	padding-left: 10px;
}
.grouping_field
{
	padding-top: 5px;
}
.sub_header_text 
{
	color: #000000;
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.data_item_text 
{
	color: #f19b35;
}
.footer_text {
	font-size: 80%;
}
.title_text 
{
	padding-bottom: 2px;
	font-size: 110%;
}
/* Web Site Layout */
.main_header {
	width: 760px;
	height: 130px;
	background-color: #ffffff;
	overflow: visible;
	background-image: url('../_images/header.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: solid 1px #c3c3c3;
	margin: 0 auto;
}
.main_footer {
	margin-top: 20px;
	font-size: 6pt;
	color: #c3c3c3;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	margin: 0 auto;
	display: block;
}
.user_detail_box {
	text-align: right;
	position: absolute;
	left: 280px;
	top: 10px;
	width: 480px;
}
.header_content {
	width: 740px;
}

.content_all {
	width: 780px;
	display: block;
	margin: 0 auto;
}
.main_content {
	float: left;
	width: 580px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}
.error_message {
	border-color: #ff0000;
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 10px 25px;
	margin: 10px 0px 10px 0px;
	background-color: #ffebeb;
	color: #ff0000;
	font-weight: bold;
	font-size: 8pt;
}
.content_box {
	padding: 0px 15px 15px 0px;
	font-size: 10pt;
	word-spacing: 2px;
	letter-spacing: 0.5px;
}
.list_box {
	padding: 0px 15px 15px 0px;
}
.menu_box {
	background-color: #ffffff;
	float: left;
	width: 150px;
	padding-left: 10px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	margin-top: 20px;
	text-align: left;
}
.grouping_box
{
	border-top: solid 1px #5c92b3;
	padding: 5px 0px 10px 0px;
}
/* Popups */
.add_image_popup 
{
	position: absolute; 
	display: none; 
	background-color: #FFFFFF; 
	border: solid 1px #6666CC; 
	padding: 8px; 
	width: 450px;
	z-index: 10000;
}
/* Menu Items */
.menu_header 
{
	font-size: 8pt;
	font-weight: bold;
	background-image: url('../_images/header_bg.gif');
	background-color: #5c92b3;
	height: 18px;
	padding-left: 15px;
	color: #ffffff;
	border: solid 1px #a9b9ce;
}
.menu_buttons a 
	{font-size: 8pt; font-weight: bold; display: block; text-decoration: none; color: #000000; background-image: none; vertical-align: middle; padding: 3px 0px 3px 10px; border-bottom: solid 1px #716f70;}
.menu_buttons a.selected
	{background-color: #c1c1c1;}
.menu_buttons a:hover
	{background-color: #cfcfcf; text-decoration: underline;}
.menu_buttons a.indented
	{padding-left: 20px;}

/* Help definitions */
.help_text
{
	font-size: 8pt;
	font-weight: bold;
	color: #716f70;
	margin-bottom: 10px;
}
/* Alignment */
.vat
	{vertical-align: top;}
.vab
	{vertical-align: bottom;}
.vam
	{vertical-align: middle;}
.tar
	{text-align: right;}
