/* main style definitions for centurianrecords.com */

a:link { color: #FF8500; text-decoration: none}
a:active { color: #FFAA00; text-decoration: none}
a:visited { color: #FF8500; text-decoration: none}
a:hover { 	color: #FFFFFF; text-decoration: none;}


body {
	font-family: verdana, arial, sans-serif, helvetica; 
	font-size: 10px; 
	color: #dedede;
	background: #aa2200;
	background : url("images/bkg_black_dots.gif");
	scrollbar-base-color: #050505;
	scrollbar-arrow-color: #FF8500;
	scrollbar-face-color: #650000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#250000;
	scrollbar-shadow-color:#121212;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content {
	background : url("images/main_layout_08.gif");
	font-family:  verdana, arial, sans-serif, helvetica; 
	font-size: 11px; 
	color: #dedede;
}
.menu {
	background : url("images/main_layout_05.gif");
	font-family:  verdana, arial, sans-serif, helvetica; 
	font-size: 10px; 
	color: #dedede;
}
.flash_bg {
	background : url("images/main_layout_04.gif");
	background-repeat: no-repeat;
}


.sub	{
	font-family:  verdana, arial, sans-serif, helvetica; 
	font-size: 10px;
 	font-weight: bold;
 	color: #FF9900;
}
.tinyText {
	font-family:  verdana, arial, sans-serif, helvetica; 
	font-size: 9px; 
	color: #dedede;
}
.smallText {
	font-family:  verdana, arial, sans-serif, helvetica; 
	font-size: 10px; 
	color: #dedede;
}
.mediumText {
	font-family: tahoma, verdana, arial, sans-serif, helvetica; 
	font-size: 11px; 
	color: #dedede;
	line-height: 1.4em;
}

hr {
	height: 1px; 
	color: #a0a0a0;
}

form {margin-bottom:2px; margin-top:1px;}
 
textarea, select {
	font-family:  verdana, arial, sans-serif, helvetica;
	font-size: 9px;
	font-weight: normal;
	background-color: #111111;
	color: #dedede;
	border-bottom-color : #650000;
	border-bottom-style : outset;
	border-bottom-width : 1px;
	border-left-color : #650000;
	border-left-style : inset;
	border-left-width : 1px;
	border-right-color : #650000;
	border-right-style : outset;
	border-right-width : 1px;
	border-top-color : #650000;
	border-top-style : inset;
	border-top-width : 1px;
}
.formfield {
	font-family:  verdana, arial, sans-serif, helvetica;
	font-size: 9px;
	font-weight: normal;
	background-color: #111111;
	color: #dcd9d9;
	border-bottom-color : #650000;
	border-bottom-style : outset;
	border-bottom-width : 1px;
	border-left-color : #650000;
	border-left-style : inset;
	border-left-width : 1px;
	border-right-color : #650000;
	border-right-style : outset;
	border-right-width : 1px;
	border-top-color : #650000;
	border-top-style : inset;
	border-top-width : 1px;
}

.button {
	font-family:  verdana, arial, sans-serif, helvetica;
	font-size: 9px;
	background-color: #500000;
	color: #dedede;
	font-weight: bold;
	padding: 1px;
	margin: 2px;
	border-top: solid 1px #650000;
	border-right: solid 1px #650000;
	border-bottom: solid 1px #650000;
	border-left: solid 1px #650000;
}
.output {
	font-family:  verdana, arial, sans-serif, helvetica; 
	font-size: 9px; 
	color: #808080;
}
.error {
	font-family:  verdana, arial, sans-serif, helvetica; 
	font-size: 9px;
 	font-weight: bold;
	color: #ffa500;
}

.border	{
	border-color: #151515 #650000 #650000 #151515; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.border2	{
	border-color: #000000 #330000 #330000 #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

