/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-weight:normal;
	background-color: #FC0;
}

a{color: #000000; text-decoration: none;}

a:link{
	text-decoration: underline;
	color: #309;
}



a:hover{
	color: #B90000;
	text-decoration: underline;
}

a:visited{
	color: #990099;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #000;
	margin: 0px;
	padding: 4px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 930px;
	position: relative;
}

#wrapper{
	width: 930px;
	background-color: #FFFFFF;
}

#leftside{
	float: left;
	width: 192px;
	background-color: #FFFFFF;
}

#rightside{
	float:right;
	width: 192px;
	margin: 0px;
	background-color: #FFFFFF;
}

#content{
	float: left;
	width: 532px;
	padding: 0px;
	margin: 0px 0px 0px 6px;
	background-color: #FFFFFF;
	border: solid #CCCCCC 2pt;
}

#content_wide{
	float: left;
	width: 734px;
	padding: 4px 4px 4px 4px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}






/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #d0d0d0;
	font-size: 75%;
	color: #336699;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}




/*********** #navBar link styles ***********/

#leftside ul a:link, #navBar ul a:visited {display: block;}
#leftside ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftside li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftside li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}






/************** added styles **************/

.welcome_text {
	text-align:right; 
	font-size:10px; 
	color:#CCCCCC;
	}

.tab_on {
	border-top: #747474 1px solid; 
	border-left: #747474 1px solid; 
	border-right: #747474 1px solid; 
	background-color:#fff; 
	height:32px; 
	line-height:32px;
 	}
	
.tab_off {
	border-top: #747474 1px solid; 
	border-left: #747474 1px solid; 
	border-right: #747474 1px solid; 
	background-color:#f4f4f4; 
	background-image:url('images/shortgreybar.png');
	 background-repeat:repeat-x;
	height:32px; 
	line-height:32px;
 	}

.tab_signup {
	border-top: #747474 1px solid; 
	border-left: #747474 1px solid; 
	border-right: #747474 1px solid; 
	background-image:url('images/shortgreybar.png'); 
	background-repeat:repeat-x; 
	background-color:#F4F4F4; 
	text-align:center;
	}

br.clear
	{ 	clear: both;
	}


.page_title
	{ float:left; color:#336699; line-height: 30px; padding-left:3px; font-size:18px; width:730px; background-color:#FFEEAB; border: 1px solid #999; background-image:url(images/bkg_button.jpg); background-repeat:repeat-x;}

.page_title_3col
	{ float:left; color:#336699; line-height: 30px; padding-left:3px; font-size:18px; width:530px; background-color:#FFEEAB; border: 1px solid #999; background-image:url(images/bkg_button.jpg); background-repeat:repeat-x;}
	
	
.auction_wrapper
	{
	background-color:#FFFFFF;
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top: 0px;
}
	
.closed_box
	{
	float:left;
	color:#000;
	background-color:CC0000;
	line-height: 24px;
	font-size:14px;
	width:530px;
}

.bidding_box
	{
	color:#FFFFFF;
	font-size:16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #C00;
	height: 30px;
	line-height: 30px;
}


.button_box
	{
	white-space:nowrap;
	padding: 5px;
	margin: 5px 0 5px 0;
	background-color:#FC0;
	border: 1px solid #999;
	background-image:url(images/bkg_button.jpg);
	background-repeat:repeat-x;
	display:block;
}
.descheader
	{
	color:#309;
	font-size:16px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #CCC;
	height: 30px;
	line-height: 30px;
}


.feature_box
	{
	padding: 0px;
	margin: 5px 0 5px 0;
	border: 9px dotted #FC0;
}

.feature_date
	{ text-align:center; }
 
 .font10{font-size:10px; font-weight:bolder;}
 .font11{font-size:11px; font-weight:normal;}
 .font12{
	font-size:12px;
	font-weight:normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
 .font13{
	font-size:13px;
	font-weight:normal;
	color: #000;
	padding: 5px;
}
 .font14{
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
 .font15{font-size:15px; font-weight:normal;}
 .font16{
	font-size:16px;
	font-weight:bold;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
 .red_font16{
	color:#B90000;
	font-size:16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
 .red_font11{
	color:#B90000;
	font-size:11px;
}

 #list3 { width:100%; }
#list3 div.selected .title { 
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#303030;
	padding-bottom:0px;
 }
#list3 div div {
	padding-left: 5px;
	text-align:left;
}
#list3 div.title {
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#303030;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom:0px;
	text-align:left;
}
#list3 div.selected {
	border-bottom: none;
}
.error_message{color:red; font-size:12px; text-align:left;}
.menu_table{
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#303030;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor: pointer;
	margin-bottom:0px;
}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 100%;
padding: 0px 2px 0px 1px;
margin: 0px;
}


#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;


}
#vertmenu ul li {
margin: 0px;
padding: 2px 0px 1px 1px;
text-align:left;
text-decoration:none;
}
#vertmenu ul li a {
font-size: 13px;
display: block;
padding: 0px 0px 2px 2px;
text-decoration: none;
color: #983704;
font-weight:bold;
width:100%;
margin-right:0px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #303030;
background-color:#dfdfdf
}
a.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}
a.menu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FC0;
}
.content_header{
height:30px; border: 1px solid #999; background-image:url('/images/yellow_bar.png'); padding-left:6px;
}
.blue_submit{
	background-color:#A0A0A0;
	color:#ffffff;
	font-weight:bold;
	border-width:1px;
	vertical-align:middle;

}
.form_par {
	text-align:left;
	padding-left:40px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:13px;
	white-space:nowrap;
}
.field_instructions{
	background-color:#dfdfdf;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
	color:#303030;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:11px;
	font-weight:bold;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer li
{
margin-left:.5em;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
font-size:small;
font-weight:bold;
display: block;
color: #3366cc;
background-color: #f0f0f0;
text-decoration: underline;
text-align:center;
}

#navcontainer a:hover
{
background-color: #3366cc;
color: #FFF;
}
txstudios {
	font-family: Verdana, Geneva, sans-serif;
}
#searchbox_demo div {
	font-size: xx-small;
}
.txstudios {
	font-size: xx-small;
	text-align: left;
	font-size-adjust: smaller;
}
#wrapper #leftside table tr .font13 p .selected {
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #leftside table tr .font13 p .selected {
	font-size: smaller;
}
#wrapper #leftside table tr .font13 p .selected {
	font-size: 13px;
}
#wrapper #leftside table tr .font13 p .selected {
	font-family: "Arial Black", Gadget, sans-serif;
}
#wrapper #leftside table tr .font13 p .selected {
	font-size: 13px;
}
.txstudios {
	font-family: "Arial Black", Gadget, sans-serif;
}
.txstudios {
	font-family: Verdana, Geneva, sans-serif;
}
.txstudios {
	font-size: smaller;
}
.txstudios .txstudios .txstudios .txstudios {
	text-align: center;
}
.txstudios .txstudios .txstudios .txstudios .txstudios {
	text-align: center;
}
.txstudios {
	font-family: Arial, Helvetica, sans-serif;
}
website .txstudios .txstudios {
	font-family: Arial, Helvetica, sans-serif;
}
.tinytext {
	font-size: 8px;
	text-align: center;
}
.font12Bold {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.font12BoldRed {
	font-size:12px;
	font-weight:bold;
	color: #B90000;
	font-family: Arial, Helvetica, sans-serif;
}
.style45 {font-size: 16px}
.style48 {font-size: 12px}
.style351 {
	color: #330099;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style311 {color: #B90000;
	font-size: 30px;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.style3511 {color: #330099;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.blue18bold {
	color: #039;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.black22bold {
	color: #666;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.white18bold {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.red18bold {
	color: #B90000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 20px;
	color: #0000FF;
}
.border {
	border: solid #330099 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
}

.style4 {
	color: #B90000
}
.style11 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.style31 {
	color: #B90000;
	font-size: 30px;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.style35 {
	color: #330099;
	font-size: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#partiallisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #B90000;
	text-align: center;
	background-color: #FC0;
}
body,td,th {
	color: #000;
}
#wrapper #content table tr td .auction_wrapper tr td .bidding_box .font12 {
	color: #FFF;
}
#wrapper #leftside table tr .font13 .selected a strong div {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #leftside table tr td #list3 div div a strong .selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper #leftside table tr td div div a strong .selected {
	font-size: 12px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.black18bold {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.arial14 {
	font-size:14px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
.blue22bold {
	color: #330099;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.font16reg {
	font-size:16px;
	font-weight:normal;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.gold18bold {
	color: #C60;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.gray16boldtext {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.whitetext {
	color: #FFF;
}
.float {
	float: right;
	padding: 0px 10px 10px 0px;
}
.float_left {
}
.YELLOW_font16 {
	color:#FF0;
	font-size:16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
tableheadwhite {
	color: #FFF;
}

