/* Media Classified style sheet - Mark Yeomans and Dorian Griffiths - 2007 */


/* BACKGROUND */
.body					{ background-color: #FFFFFF; color: #000000; font-family: verdana, arial, helvetica, sans-serif; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;}


/* SCROLL BARS */
body					{ SCROLLBAR-FACE-COLOR: 009966; SCROLLBAR-HIGHLIGHT-COLOR: DDDDDD; SCROLLBAR-SHADOW-COLOR: CCCCCC; SCROLLBAR-3DLIGHT-COLOR: FFFFFF; SCROLLBAR-ARROW-COLOR: FFCC66; SCROLLBAR-TRACK-COLOR: F0F0F0; SCROLLBAR-DARKSHADOW-COLOR: CCCCCC; }


/* SUPPORT TABLE */
.support-bg				{ background: url('support-bg.gif') repeat; }


/* HEADERS */
.title					{ background-color: #FFFFFF; font-family: Times New Roman, Times, serif; font-size: 40px; font-weight: normal; color: #000000; padding: 10px; text-align: left; }


/* COLORS */
.title-color			{ color: #007700; }


/* LINKS */
.A-timeout:visited		{ color: #003300; font-weight: bold; text-decoration: underline; }
.A-timeout:link			{ color: #003300; font-weight: bold; text-decoration: underline; } 
.A-timeout:hover		{ color: red;  font-weight: bold; text-decoration: underline; } 
.A-timeout:active		{ color: #003300; font-weight: bold; text-decoration: underline; }

.A-timeout-white:visited{ color: white; font-weight: normal; text-decoration: none; }
.A-timeout-white:link	{ color: white; font-weight: normal; text-decoration: none; } 
.A-timeout-white:hover	{ color: white; font-weight: normal; text-decoration: underline; } 
.A-timeout-white:active	{ color: white; font-weight: normal; text-decoration: none; }


/* FORM */
.form-input				{ font-size: 8pt; font-family: Verdana, Arial; width: 150px; }


.text-lineage			{ font-family: Times New Roman, Times, serif; font-size: 14px; font-weight: normal; color: #000000; padding: 10px; text-align: left; }
.text-lineage-title		{ font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; }

.text-semi-display		{ font-family: Times New Roman, Times, serif; font-size: 14px; font-weight: normal; color: #000000; padding: 10px; text-align: center; }
.text-semi-display-title{ font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; }

.step-1-text			{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; padding: 3px; text-align: left; }
.step-1-text-header		{ font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; padding: 3px; text-align: left; }



/* NAV BAR TABLE FORMATTING */
.nav-table-outer-border	{ background-color: #999999; }

.center-tab-selected	{ background-color: #009966; }
.center-tab				{ background-color: #99CC99; }


.menuitem				{ text-decoration: none; font-family: Verdana,Arial,sans-serif; font-weight: normal; font-size: 8pt; color: #003300; }
.menuitem:hover			{ text-decoration: none; font-family: Verdana,Arial,sans-serif; font-weight: normal; font-size: 8pt; color: #FF0000; } /* the final colour for the fade is controlled in the javascript fade file */
.menuitemsel			{ text-decoration: none; font-family: Verdana,Arial,sans-serif; font-weight: bold; font-size: 8pt; color: #FFFFFF; }
.menuitemsel:hover		{ text-decoration: none; font-family: Verdana,Arial,sans-serif; font-weight: bold; font-size: 8pt; color: #CCCCCC; }
