/*
Author: Andy Atkinson
Site: Chapter Eight

This is the layout stylesheet
for the odyssey
*/

/*******************************************
HTML elements
*******************************************/

*{
margin: 0;
padding: 0;
}

/* body, td, th, p, br { font:11px/1.5em Arial, Tahoma, Verdana, Helvetica, sans-serif; } UPDATED CV 17/8/2009 */
body, td, th, p, br { font:12px/1.5em Arial, Tahoma, Verdana, Helvetica, sans-serif; }

body { background-color: #def3f7; color: #333; line-height: 115%; }

strong { color: #444; font-weight: bold;}

p { margin:0 0 8px 0px; line-height: 1.20em; }

ul {
  margin: 0;
}
ol li { list-style: decimal; }
li { margin-bottom: .5em; margin-left:2em;}
dl { }
dt { padding: 5px 0px 3px 0px; }
hr { height: 1px; clear: both; border-top: 1px solid #ffffff; border-bottom: 1px solid #dddddd; display: block; width: 100%; }

h1 { font-size: 18px; color: #777; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #777; }
h2 { font-size: 14px; margin: 0 0 5px 0; font-weight: bold; border-bottom: 1px solid #777777; }
h3 { font-size: 12px; font-weight: bold; color: #777; }
h4 { font-size: 10px; color: #555; }
h5 { font-size: 10px; color: #555; }

img { border: 0; }


a { color: #1E9EBD; text-decoration: none; }
a:hover { color: #808866; text-decoration: none; }

/* Forms */

select,input[type=password],input[type=text],textarea { font-size: 12px; font-family: Verdana,Arial,Helvetica,Sans Serif; background-color: #f5f5f5; border: 1px solid #ccc; margin: 2px 0; margin-right: 10px; }

.required { background-color: #FFEFF3; }

input[type=hidden] { border: 0; }

input:focus,textarea:focus  { background-color: #fff; border: 1px solid orange; }

label { font-weight: bold; }
fieldset { margin:10px; padding: 10px; }
legend { font-weight: bold;}

.button
{
	color: #FFFFFF;
	background-color: #AAAAAA;
	border: 1px solid #888888;
	padding: 0px 4px 1px 4px;
	font-size: 11px;
	font-weight: bold;
	margin : 0 5px 0 0;
}

.button:hover
{
	color: #FFFFFF;
	background-color: #1E9EBD;
	border: 1px solid #177B93;
	padding: 0px 4px 1px 4px;
	font-size: 11px;
	font-weight: bold;
}

.button:focus
{
	color: #FFFFFF;
	background-color: #1E9EBD;
	border: 1px solid #177B93;
	padding: 0px 4px 1px 4px;
	font-size: 11px;
	font-weight: bold;
}


/*******************************************
Controllers
*******************************************/

.clearfix:after  {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clear { clear: both; height: 0; }
.hide { display: none; }

/*******************************************
Main Layout
*******************************************/

/* #container { width: 800px; margin-left: auto; margin-right: auto; vertical-align: top; background: #FFF; border: solid #555; border-width: 0px 3px 3px 3px; } UPDATED CV 17/8/2009 */
#container { width: 950px; margin-left: auto; margin-right: auto; vertical-align: top; background: #FFF; border: solid #555; border-width: 0px 3px 3px 3px; }

#header { border: 1px solid #999; background: white; }
div#logo { height: 70px; margin-left: 5px; }
#sub-header { margin: 12px 10px 0 10px; border-bottom: 4px solid #C0C0C0; }
#sub-header h1 { font-size: 20px; height: 21px; border: 0px; margin-bottom: 0 !important; float: left; font-weight: bold; color: #999; }
#sub-header h4 { font-size: 12px; border: 0; padding: 8px 0 2px 0; text-align: right; color: #333; }
#sub-header h4 img { margin: 0 3px 0 6px; }

/* #breadcrumb { background: #eee url(/images/crumb_bar.jpg) repeat-y left top; font-size: 10px; width: 100%; height: 33px; }
#breadcrumb p { padding-top: 6px; padding-left: 20px; } UPDATED CV 17/8/2009 */

#breadcrumb { background: #eee url(/images/crumb_bar_950.jpg) repeat-y left bottom; font-size: 10px; width: 100%; height: 37px; }
#breadcrumb p { padding-top: 8px; padding-left: 20px; font-size: 12px; }

#content{ background: #fff; color: #333; border: 0; line-height: 130%; }
#top{ padding: 0.5em; background-color: #ddd; border-bottom: 1px solid gray; }

#left-column{ float: left; position: absolute; width: 130px; padding: 10px; }
#right-column{ float: right; width: 200px; padding: 10px; }
#center-column{ margin-left: 150px; margin-right: 220px; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; padding: 1em; min-height: 280px; }

/*******************************************
Overriden layout elements
*******************************************/

/* #front-center-column{ margin-right: 220px; border-right: 1px solid #C0C0C0; padding: 1em; padding-top: 160px; background: transparent url(/images/decor.jpg) repeat-x; } UPDATED CV 17/8/2009 */
#front-center-column{ margin-right: 220px; border-right: 1px solid #C0C0C0; padding: 1em; padding-top: 160px; background: transparent url(/images/decor-wide.jpg) repeat-x; }
#wide-center-column{ margin-right: 220px; border-right: 1px solid #C0C0C0; padding: 1em; min-height: 280px; padding-bottom: 30px; }
#front-right-column{ float: right; width: 200px; padding: 1em; }
#no-right-column { display: none; }
#full-center-column { padding: 1em; min-height: 280px; }

#footer { 
	background: #B2B2B2 url(/images/footer_shadow.jpg) repeat-x left top; 
	/* width: 800px; UPDATED CV 17/8/2009 */
	width: 950px; 
	margin-top: 0; 
	padding: 6px 0 4px 0; 
	text-align: center; 
	font-size: 10px; 
	color: #555; 
	clear:both;
}
#footer a { color: #555; }
#footer a:hover { color: #808866; }

#tool-bar a { background-color: #C0C0C0; margin: 10px 10px 0 10px; padding: 5px; display: none; }

/*******************************************
Vertical Menu
*******************************************/

.vertical-menu { list-style-type: none;  margin-left: -20px;}
.vertical-menu a { display: block; border-bottom: 1px solid #C0C0C0; padding: 4px; margin: 0;  }

/*******************************************
Top Menu
*******************************************/

ul#h_menu { height: 26px; margin-top: 5px; padding-left: 20px; text-align: center; list-style: none; background: url(/images/ul_bg.gif) repeat-x bottom; }
ul#h_menu li { display: block; float: left; text-align: center; margin: 0px !important; }

ul#h_menu a {
  background: url(/images/tab.jpg) repeat-x left top;
  color: #333;
  border: solid #666;
  border-width: 1px 1px 0px 1px;
  padding: 6px 4px 0px 4px;
  display: block;
  width: 118px;
  w\idth: 110px;
  height: 27px;
  he\ight: 18px;
  margin: 0px 4px 0px 4px;
  ma\rgin: 0px 4px;
  font-weight: bold;
  font-size: 13px;
}
ul#h_menu #selectednav a {
  background: url(/images/selected.jpg) no-repeat center bottom;
  color: #000;
  padding: 7px 2px 3px 2px;
  margin: 0px 0px -1px 0px;
  border: 0px;
  width: 114px;
  w\idth: 110px;
  height: 28px;
  he\ight: 16px;

}

#h_menu a:hover { text-decoration: none; color: #1E9EBD; }

/**
*/

.paging {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}




.formblock {
	display:block;
	width:100%;
	height:auto;
	clear:both;
	background-color:#FFF;
}

.formblock_heading {
	display:block;
	width:auto;
	height:auto;
	clear:both;
	font-size:14px;
	color:#222;
	border-bottom:1px dotted #999;
	padding:10px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-weight:normal;
	background-color:#EEE;
	text-indent:6px;
}

.formblock_heading sup {
	color:#cc0000;
	font-size:10px;
}

.formsection { 
	display:block;
	width:100%;
	overflow:hidden;
	background-color:#fff;
}

.formrow {
	display:block;
	width:100%;
	height:28px;
	margin:6px 0px 0px 0px;
	clear:both;
}
.formleft {
	display:block;
	float:left;
	width:200px;
	height:28px;
	height:auto;
	text-align:right;
	font-weight:bold;
	color:#cc3300;
	margin-right:6px;
 }
.formright {
	float:left;	
	display:block;
	width:auto;
	height:28px;
}

.formsubmit {
	float:right;
	text-align:right;
	width:50%;
}

.formaction {
	float:left;
	width:49%;
}

.look {
	color:#cc0000;
}

.domain_list_item {
	border-bottom:1px dotted #CCC;
}


.mootabs_title {
	height: 24px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	top: 5px;
	font-size: 10px;
	margin: 0px;
	padding-left: 2px;
}
.mootabs_title li {
	float: left;
	margin: 0px;
}
.mootabs_title a {
	background-color: #DDD;
	color: #777;
	margin-right: 3px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	border: 1px solid #ddd;
}
.mootabs_title a.active {
	background-color: #CCC;
	color: #444;
	border: 1px solid #ccc;
	z-index: 100;
}
.mootabs_panel {
	display: none;
	top: -1px;
	position: relative;
	border: 1px solid #CCC;
	margin-left: 2px;
	overflow: auto;
	padding: 20px 8px 8px 8px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #EEE;
	color: #fff;
}
.mootabs_panel.active
{
	display: block;
}

#loadbar {
	float:right;
	margin:6px 10px 0px 6px;
	display:block;
	height:22px;
	width:auto;
	padding:0px 0px 0px 0px;
	text-align:right;
	overflow:hidden;
}

#message {
	float:left;
	margin: -1px 6px 0px 0px;
	height:22px;
	width:auto;
	color:#CC0000;
	overflow:hidden;
}

#response {
	background-color:#FFF;
}

hr { width:100%; }

#batch_regform {
	width:auto;
	background-color:#FFF;
	overflow:hidden;
}


.bold_red {
	color:#CC0000;
	font-weight:bold;
}


.domain_price {
	float:right; 
	color:#CC0000; 
	font-weight:bold;
}


.small_margin {
	padding:10px; 
	display:block;
	width: auto; 
	height:auto;
	background-color:#FFF;
	overflow:hidden;
}

.big_link {
	display:block;
	font-size:15px;
	margin: 8px 0px;
}

.btn_datepicker {
	border:1px solid #CCC;
	background-color:#EEE;
	font-size:10px;
	color:#CC0000;
	margin:3px 6px 10px 0px;
	padding:2px;
	display:block;
	float:left;
}

.date_select {
	display:block;
	height:auto;
	width:98%;
	background-color:#FFF;
	overflow:hidden;
}

#viewall {
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	background-color:#FFF;
}

.intro {
	font-size:11px;
}

legend.look {
	font-size:13px;
}


.bordered {
	border:1px solid #CCC;
}
