/* Template CSS */
html, body {
	background-image:;
	background-color:;
	background-repeat:;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

td, body, th, span, div, ul, p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8d8d8d;
	line-height: 20px;
}

.conference_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #826B5B;
}

.LETTER_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#789975;
}

.hr_style{
	 width: 200px;
	 color:#CCCCCC;
	 height:1px;
	 text-shadow:none;
}

.cost_pass {
	font-size: 14px;
	color: #384B0E;
	font-weight: bold;
}

.cost_price {
	font-size: 14px;
	color: #4A5E17;
}

/* headers */
.h1, h1, .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin: 0;
	padding: 0;
	color: #3E5111;
	line-height: 24px;
}

.h2, h2, .subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	color: #3E5111;
	font-weight: bold;
	line-height: 20px;
}

.h3, h3 .subsubtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	color: #8D8D8D;
	line-height: 20px;
}

/* links */
a:link, a:visited, a:active {
	color: #3B4F0F;
	}

a:hover {
	color:#666666;
	}
	
.h3 a:link, .h3 a:visited, .h3 a:active{
	color: #AD6C58;
	text-decoration: none;
	}

.h3 a:hover {
	color:#3F5212;
	text-decoration: underline;
	}

/*
input.btn
{
   font-size:;
   font-family:;
   color:;
   background-color:;
   border:;
   
}

input.btn_hover
{
color:;
background-color:;
}
*/


/* shows alert msg, also used to for form validation, i.e the text "*required"*/
.alert 
{
	color:Maroon;
	font-weight:bold;
	font-size: 11px;	
}


/* input items*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textbox_search {
	width: 120px;
	height: 18px;
	font-size:10px;
}
.textbox_locateastudio{
	border: 1px solid #acb3a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8D8D8D;
	background-color: #FFFFFF;
	width: 140px;
}

.textbox_thin {
	width: 23px;
	border: 1px solid #3B4F0F;
	background-color: #F1F4E3;
}

.textbox_medium {
	width: 65px;
	border: 1px solid #3B4F0F;
	background-color: #F1F4E3;
}

.textbox_standard {
	width: 150px;
	border: 1px solid #3B4F0F;
	background-color: #F1F4E3;
}

.textbox_wider {
	width: 240px;
	border: 1px solid #3B4F0F;
	background-color: #F1F4E3;
}

.textbox_widest {
	width: 400px;
	border: 1px solid #3B4F0F;
	background-color: #F1F4E3;
}

.textbox_thin_alert
{
	background-color: #FF9999;
	width: 44px;
}

.textbox_conf_newsletter {
	width: 115px;
	height:15px;
	font-size:11px;
	border: 1px solid #3B4F0F;
	background-color: #F8FAEF;
	color: #666666;
}

/* tables */
.table_header, .table_header td, .table_header a, table_header a:visited, .table_header a:link, .table_header a:active {
	color: #853713;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/td_header_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid;
	border-color:#B3B6A3;
	font-size: 18px;
	line-height: 20px;
}

.table_header a:hover
{
	text-decoration: underline;
}

.table_row {
	background-color:#E8E7E6;
}

.table_alt_row {
	background-color:#FBFBF9;
}

.table_alt_2_row {
	background-color:#F4F6F1;
}

.table_grid {
	border-color:#B3B6A3;
	border-width:1px;
	border-style:solid;	
	
}

.schedule table {
	border-color:#B3B6A3;
	border-width:1px;
	border-style:solid;	
	border-collapse:collapse;
	}
	

/* design elements */
.magazine_outline {
	border: 3px solid #b1b99f;
	margin: 0px 9px 0px 10px;
	padding: 0px;
}

.mag_cover {
	border: 3px solid #b1b99f;
}

.contentarea_bg {
	background-image: url(../images/home_undercontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.conference_line_BG {
	background-image: url(../images/conference_line_BG.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.button {
	font-weight:bold;
	background-color:#D0DBB9;
	border-style:outset;
	border-color:#4A5E17;
	border-width:1px;
	color: #4A5E17;
	font-size: 11px;
}

.image_right {
	margin: 0px 0px 0px 20px;

}

.image_left {
	margin: 0px 20px 0px 0px;

}

.large_text {
	font-size:16px;
	color:#3E5111;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}

.large_text a, a:visited {
	text-decoration:none;
	color:#8d360e;
	font-weight:bold;
}
.pink_text {
	color:#ceb493;
	font-size:23px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:6px;
}