/* ========================================================================================
	CONTENTS
	::1- Reset
		Reset margin & padding to 0
	---------------------------------------------------------------------------------------
	::2- Accessibility Options
	---------------------------------------------------------------------------------------
	::3- html & body
	---------------------------------------------------------------------------------------
	::4a- General Typography & Colours
		::Set defaults
	---------------------------------------------------------------------------------------
	::4b- General Params
		::img
		::ul
	---------------------------------------------------------------------------------------
	::5- Layout
		::container
		::loading
	---------------------------------------------------------------------------------------
	::6- Forms
	---------------------------------------------------------------------------------------
	::7- Tab Pane
======================================================================================== */

/* ::1 Reset
---------------------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* ::3 html & body
---------------------------------------------------------------------------------------
*/

body {
	font-family: verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* ::4a General Tpography & Colours
---------------------------------------------------------------------------------------
*/

img {
	border: 0px;
}

ul, ol {
	margin: 5px 0 5px 20px;
}

h1 {
	color: #c43737;
	font-size: 2.8em;
	font-weight: normal;
}

h2 {
	margin-top: 0.6em;
	color: #5e6266;
	font-size: 1.5em;
	font-weight: normal;
}

a {
	color: #a43939;
}

p {
	margin: 0.6em 0 0.6em 0;
}

table {
	margin: 0.6em 0 0.6em 0;
	border: 1px solid #c0c0c0;
}

thead {
	font-weight: bold;
	background-color: #e3e0e0;
}

thead tr td {
	text-align: center;
	padding: 0.4em 0 0.4em 0;
}

tbody tr td {
	padding: 0 0.1em 0 0.1em;
}

sup {
	font: 8px Verdana;
	padding: 0 0 0 0.1em;
}

dl {
	margin: 0px 8px 0 0;
}

dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 150px;
}

dd {
	margin: 0px 0px 1ex 85px;
}

div.footnote {
	font: 10px Verdana;
}

.message-container {
	padding: 5px 10px 5px 10px;
	width: 100%;
	border: 1px solid #3c7ca9;
	color: #000;
	font-size: 1em;
}

.message-container span {
	line-height: 2.5em;
	vertical-align: bottom;
}

.message-container img {
	vertical-align: bottom;
}

div.split {
	clear: both;
	background-color: #ccc;
	height: 1px;
}

#header div, #container, #breadcrumbs div, #footer, #feature .feature-contents {
	max-width: 760px;
	margin: 0 auto;
}

* html #header div, * html #feature .feature-contents, * html #breadcrumbs div {
	width: 760px;
}

#footer {
	width: 100%;
}

#header {
	background: #eaf8d1 url('/images/header_background.png') top repeat-x;
	position: relative;
	height: 40px;
	border-bottom: 2px solid #1f2635;
}

#header div img {
	float: left;
}

#breadcrumbs {
	background: #676766 url('/images/breadcrumbs_background.png') top repeat-x;
	position: relative;
	height: 20px;
	border-bottom: 1px solid #1f2635;
}

#breadcrumbs div, #breadcrumbs div a {
	color: #FFF;
}

#feature {
	height: 235px;
	background: url('/images/background.gif');
	border-bottom: 1px solid #a4a5ae;
}

#feature .feature-contents {
	padding: 15px 50px 65px 50px;
	position: relative; /* this is required to absolutely position contained elements */
}
	
#feature .feature-contents { height: 150px; }
body>#feature .feature-contents { height: auto; min-height: 150px; }

#main-feature, #login-box {
	position: absolute;
	top: 20px;
	right: 50px;
}

#login-box {
	padding: 5px;
	width: 300px;
	height: 140px;
}

#feature .feature-contents ul {
	font-weight: bold;
	color: #4e5153;
        font-size: 1.0em;
	margin: 0 0 0 2em;
}

#feature .feature-contents ol {
	margin: 0 0 0 2em;
}

#container {
	position: relative;
	padding: 1em 0 0 0;
}

* html #container {
	width: 58em;
}

.nav {
  display: inline;
  float: right;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.4em;

  font: 400 1.5em verdana, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #6e757d;
}

.nav li a:hover,
.nav li a.here {
  color: #c43737;
  border-top: 5px solid #5ab6f6;
}

.nav li a.last {
  margin-right: 0;
}

.icon-heading {
	height: 31px;
	margin: 10px 0 5px 0;
}

.icon-heading img, .icon-heading h2 {
	vertical-align: middle;
}

.icon-heading h2 {
	display: inline;
}

#footer {
	clear: both;
	padding: 1em 0 2em 0;
	font-size: 11px;
	text-align: center;
}

#footer ul {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 1em 0 0 0;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0;
}

#footer li a, #footer li span {
	display: block;
	float: left;
	padding: 5px 1em;
	border-right: 1px solid #ccc;
}

#footer li span.copyright {
	border-right: none;
}

/* ::7 Tab Pane
---------------------------------------------------------------------------------------
*/

.dynamic-tab-pane-control.tab-pane {
	position:	  relative;
	width:		  100%;		/* width needed weird IE bug */
	margin-right: -2px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				146px;
	height:				16px;
	background-image:	url( "/images/tabs/tab.png" );
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	/*margin:			1px -1px 1px 2px;*/
	margin: 1px -1px 1px 0px;
	padding:		2px 0px 0px 0px;
	border:			0;

	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				150px !important;
	height:				18px !important;
	background-image:	url( "/images/tabs/tab.active.png" ) !important;
	background-repaet:	no-repeat;

	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				#FFFFFF;
	text-decoration:	none;
	cursor:				default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				146px;
	height:				16px;
	background-image:	url( "/images/tabs/tab.hover.png" );
	background-repaet:	no-repeat;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-2px;
	background:             #FFF;

	font:				11px Tahoma;
	color:				Black;

	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

