/* ======================= */
/* Master 				   */
/* ======================= */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #313131;
	
	background: url(../images/bg.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
}

h1 {
	font-size: 2em;	
		
	border-bottom: 1px solid #c49e3a;
	color: #c49e3a;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h3 span.icons {
	margin-left: 5px;
}

h3 span.icons img {
	width: 16px;
	height: 16px;
	margin: 0 !important;
	margin-bottom: 0 !important;	
	margin-left: 5px !important;
}

h4 {
	font-size: 0.8em;
}

p {
	line-height: 1.5;
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
	margin: 10px 0;
	padding: 10px;
	color: #777;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

hr {
	margin-bottom: 10px;
}

ul {
	margin: 0;
}

ul li {
	padding: 0 0 0.5em 13px;
	list-style: none;
	background: url(../images/bullet.jpg) 0 6px no-repeat;
}

a, a:visited {
	color: #124098;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

/* ======================= */
/* Layout 				   */
/* ======================= */

h1.logo {
	padding: 82px 0 0 0;
	background: url(../images/logo-animated.gif) no-repeat;
	width: 292px;
	height: 0 !important;
	height /**/:82px; /* for IE5.5's bad box model */	
	border: 0;
	margin: 10px 0;
	overflow: hidden;
}

#hd {
	background: #124098;
}

#menu {

}

#menu ul {
	margin-top: 80px;
	margin-left: 30px;
}

#menu ul li {
	list-style: none;
	background: none;
	float: left;
}

#menu ul li a, #menu ul li a:visited {
	color: #fff;
	font-size: 1.2em;
	padding: 15px 20px;
	height: 40px;
}

#menu ul li a:hover, #menu ul li.current a {
	background: url(../images/menu-bg-hilite.jpg) bottom repeat-x;
	text-decoration: none;
}

#bd {
	background: #fff;
	border-top: 2px solid #edcc69;
	padding: 4px;
}

#left-sidebar {
	padding: 0 0 40px 0;
}

#left-sidebar .moduletable {
	background: #f7f7f7;
}

#left-sidebar .moduletable-content {
	padding: 10px 10px 20px 10px;
}

#left-sidebar .moduletable h3 {
	font-family: "Trebuchet MS", Arial;
	background: url(../images/module-h3-bg.jpg) repeat-x;
	color: #fff;
	font-size: 1.2em;
	height: 23px;
	margin-bottom: 0;
	padding-top: 6px;
	text-align: center;
	text-transform: uppercase;
}

#left-sidebar .moduletable input, select {
	width: 200px;
}

#main-content {
	padding: 10px 0 40px 0px;
}

#main-content img {
	margin: 0 10px 10px 0;
}

#main-content ol.content-result {
	margin: 0;
}

#main-content ol.content-result li  {
	overflow: hidden;
	padding: 10px 8px 15px 8px;
	list-style: none;
	height: 160px;
}

#main-content ol.content-result li label {
	float: left;
	width: 80px;
}

#main-content ol.content-result li.odd  {
	background: #eee;
}

#main-content ol.content-result li p {
	margin-bottom: 0.5em;
}

#main-content ol.content-result li h3 {
	font-family: Arial;
}

#main-content ol.content-result li p.toolbar {
	padding-top: 20px;
	padding-bottom: 4px;
	overflow: hidden;
}

#main-content ol.content-result li p.left {
	overflow: hidden;

	float: left;
	width: 45%;
}

#main-content ol.content-result li p.right {
	float: right;
	width: 45%;
	padding-top: 14px;
}

#main-content ol.content-result li .order-place {
	background: #fff;
	border: 1px solid #afafaf;
	float: right;
	padding: 4px 4px 4px 10px;
	margin: 0;
}

#main-content ol.content-result li input.quantity {
	border: 1px solid #444;
	width: 40px;
	margin-left: 10px;
}

#main-content .paging {
	width: 100%;
	margin: 20px auto 10px auto;
	text-align: center;
}

#main-content .paging a {
	padding: 0 4px;
}

#main-content .paging a.current {
	color: #313131;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}


.legend ul li {
	margin-bottom: 1em;
}

.legend ul li img {
	margin-right: 6px;
}

#right-sidebar {
	padding: 10px 0 40px 0;
	text-align: center;
}

#ft {
	background: url(../images/footer-bg.jpg) repeat-x;
	color: #fff;
	height: 104px;
	padding: 0;		
}

#ft .container {
	margin: auto;
	width: 960px;
}

#ft .logo-small {
	width: 150px;
	height: 66px;	
	background: url(../images/logo-animated-small.gif) no-repeat;
	background-position: 0 10px;
	float: left;
	padding-right: 100px;
}

#ft .footer-content {
	background: url(../images/border-footer.jpg) top left no-repeat;
	height: 62px;
	padding: 10px 0 0 20px;
	float: left;
}

#ft a {
	color: #fff;
}

/* ======================= */
/* Forms 				   */
/* ======================= */

form {

}

label {	
	float: left;
	width: 200px;
}

.formItem {
	clear: both;
	margin: 10px 0;
}

.formItemSelect {
	font-size:0.71em;
}

input, select {
	color: #555;
	padding: 2px;
	border: 1px solid #999;
}

textarea {
	font-family: Arial;
	font-size: inherit;
	width: 300px;
	height: 100px;
	border: 1px solid #999;
	padding: 2px;
	color: #666;
	
}

select {
	padding: 2px;
}

fieldset {
	border: 0;
	border-top: 1px solid #999;	
}

fieldset legend {
	font-size: 1em;
	padding: 0 4px;
}

/* ======================= */
/* Tables 				   */
/* ======================= */

table {
	/*border-left: 1px solid #999;*/
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

th {
	color: #fff;
	text-align: center;
	background: #124098;
	border-right: 1px solid #3466c5;
	border-bottom: 1px solid #082e77;
	border-left: 1px solid #082e77;
}

tr {

}
tr.blue {
	background: #f7f7f7;
	bgcolor: blue;
	font-family: "Trebuchet MS", Arial;
	background: url(../images/module-h3-bg.jpg) repeat-x;
	color: #ffffff;
	font-size: 1.2em;
	height: 10px;
	margin-bottom: 0;
	text-align: center;

}

tr.odd {
	background: #eee;
}

td {
	/*border-right: 1px solid #999;*/
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

td.blue {
	background: #f7f7f7;
	
	font-family: "Trebuchet MS", Arial;
	background: url(../images/module-h3-bg.jpg) repeat-x;
	color: #fff;
	
	font-size: 1.2em;
	height: 10px;
	margin-bottom: 0;
	text-align: center;

}
caption {
	background: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.92em;
}

/* ======================= */
/* Misc	 				   */
/* ======================= */
.smallwidth {
	width:50px;
}
.autowidth {
	width:auto;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.white {
	color:#ffffff
}
a.button_blue, a.button_blue:visited {
    background: transparent url('../images/blue_button.png') no-repeat scroll top right;
    color: #fff !important;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 23px;
    margin-top: 10px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.button_blue span {
    background: transparent url('../images/blue_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 7px 4px 16px;
}

a.button_blue:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_blue:active span {
    background-position: bottom left;
    padding: 6px 7px 3px 16px; /* push text down 1px */
}

a.button_gold {
    background: transparent url('../images/gold_button.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 23px;
    margin: 0 6px 0 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.button_gold span {
    background: transparent url('../images/gold_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 7px 4px 16px;
}

a.button_grey {
    background: transparent url('../images/grey_button.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 23px;
    margin: 0 6px 0 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.button_grey span {
    background: transparent url('../images/grey_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 7px 4px 16px;
}



a.button_gold:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */    
}

a.button_gold:active span {
    background-position: bottom left;
    padding: 6px 7px 3px 16px; /* push text down 1px */
}

a.button_gray, a.button_gray:visited {
	padding: 4px 10px 4px 25px;	
	background-color: #ededed;
	color: #313131;
	margin-right: 4px;
	border: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}

a.button_gray:hover {
	text-decoration: none; 
	background-color: #f8f8f8;
}

a.add {
	background: url(../images/icons/add.png) 4px 2px no-repeat;
}

a.print {
	background: url(../images/icons/print.png) 4px 2px no-repeat;
}

.blue {
	color: #124098;
}

.red {
	color: #d12929;
}

/* ======================= */
/* list of speakers		   */
/* ======================= */

.left {
	float: left;
}

.right {
	float: right;
}

p.title {
	background: #e1e1e1;
	overflow: hidden;
	padding: 2px 10px;
	height: auto !important;
	height: 20px;
}

.bold {
	font-weight: bold;
}
.floatingText {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

/* ============================== */
/* Additional style for Error box */
/* ============================== */

.errorbox{
	border: thin solid #FF0000;
	padding: 20px;
	background-color: #FDB9CA;
}

/* ================================== */
/* Addtional style for Detail Seminar */
/* ================================== */
.content {
	margin: 10px;
        text-align: justify;
}

div.content span {
    font: inherit;
    font-weight: bold;
    display: block;
}
table.table_speaker {
    border:none;
}

td.table_speaker{
    border:none;
    text-decoration:none;
}

div.button_back{
    display: block;
}