/* CSS Document */

body {
	background-color: #181818;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-image: url(/images/background.jpg);
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	color : #F5F5F5;
	font-size : 10px;		
}


td,th {
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	color : #F5F5F5;
	font-size : 10px;	
}

a:link {
	color: #DDDDDD;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #DDDDDD;
}
a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
a:active {
	text-decoration: underline;
	color: #FF00FF;
}

.modelsatoztext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 13px;
	line-height : 1.2em;
	font-weight: bold;
}


.modelsatoztextlinks {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 13px;
	line-height : 1.2em;
	font-weight: bold;
	padding-left: 9px;
}

a.modelsatoztextlinks {
	color : #FFFFFF;
	text-decoration : none;
}

a.modelsatoztextlinks:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.modelsatoztextlinks:hover {
	color : #FF00FF;
	text-decoration : none;
}

.copyright		{
	font-family : Arial, Helvetica, Verdana;
	font-size : 12px;
	line-height : 1.2em;
	color : #CCCCCC;
}

a.copyright		{
	text-decoration : none;
	color : #999999;
}

a.copyright:visited		{
	text-decoration : none;
	color : #999999;
}

a.copyright:hover	{
	text-decoration : none;
	color : #FF00FF;
}

a.copyright:active		{
	text-decoration : none;
	color : #FF00FF;
}

.gradualshine		{filter:alpha(opacity=80); -moz-opacity:0.6;}

.border_color {
	background-color:#F343F8;
}

.table_bg_color {
	background-color:#1D1D1D;
}

.proftablestyle {
	background-color:#1D1D1D;
	border-width: 1px;
	border-style: solid;
	border-color: #AA009D;
	padding: 2px;
}

.greytablestyle {
	background-color:#333333;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 1px;
}

.main_title			{
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 14px;
	line-height : 1.3em;
	font-weight: bold;

}

.copytext		{
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	color : #CCCCCC;
	font-size : 10px;
	line-height : 1.6em;
}

td.textpadding {
	padding-left: 3px;	
	padding-right: 3px;

}

.ppicoutline {
	border-width: 1px;
	border-style: solid;
	border-color: #AA009D;
}

/* Form elements */
.submit-button {
	background-color: #DEDFE6;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code {
	border-color: #808192;
}

select.error, textarea.error, input.error {
	border-color: #808192;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
}

textarea.code-gray {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 0px;
	color: #616272;
}
