/* UI CS v1.0.1 - last modified: 11.9.06 */


/** LAYOUT **/
body {
	color:#000; background-color:#fff;
	padding:0; 
	margin:0 2px 0 0;
	font: normal normal 85%/95% arial,helvetica,san-serif,serif; 
	text-decoration:none;}

/* grid */
div#container {
	position:absolute;
	top:0px;left:0px;
	width:100%;
	min-width:780px;
	margin:0;}

div#mast {
	position:absolute;
	top:0px;left:0px;
	width:100%;}
	
div#content {width:780px;}	
	
div#menu_bar {
	position: relative;
	top: 0px;left: 0px;z-index:2;
	width:140px;
	padding:0;}
	
div#main {
	margin:0 210px 0 165px;
	overflow:hidden;
	padding:40px 0 0 0;
	position:static;top:50px;}

div#container div.no_sidebar {width:550px;}
div#container div.no_sidebars {width:780px;}

div#container div.main_center {width:550px;}	

div#side_bar {
	position:absolute;
	top:40px;right:15px;z-index:2;
	width:180px;}

/* floats */
div.float_left, div.float_right {
	width:49%;
	float:left;
	margin-bottom:0px;}
div.float_right {float:right;}

div.three_column {margin-bottom:7px;}
div.three_column div.float_left {width:30%;margin-right:6px;}

div.four_column {margin-bottom:7px;}
div.four_column div.float_left {width:23%;margin-right:6px;}

div.float_fix {
	overflow:hidden;
	clear:both;
	height:1px;
	margin:0;
	font-size:1px;line-height:1px;}

/* scroll */
div.scroll {width:97.5%;
	overflow:auto;
	border-right:1px dotted #666;
	border-bottom:1px dotted #666;}
	
/* display */	
div.on {display:block;}
.inline {display:inline;}	
	

/** PANELS **/
/* panel decor */
.top, .bottom {
	background-repeat:no-repeat;
	background-position:0% 0%;
	margin:0;}
	
.top div, .bottom div {
	background-repeat:no-repeat;
	background-position:100% 0%;
	background-color:#fff;
	margin:0 0 0 2px;}

.panel {background-color:#fff;
	padding:0px;
	margin-top:0;margin-bottom:0px;
	border:0px solid #ACACAD;
	border-top-width:0;}

.bottom {background-position:0% 100%;}
.bottom div {background-position:100% 100%;font-size:.1em;} /* font size make IE behave*/


.top,.bottom, 
.top div, .bottom div {
	background-image: url(../images/panel.gif);
	width:auto;
	overflow:hidden;
	height:5px;
	background-color:#eee;}

/* panel headings */
.panel h3 {border:1px solid #ACACAD;border-width:0 1px;margin-bottom:0px;}

.panel div.heading {
	height:auto;width:auto;
	border:1px solid #ACACAD;
	border-bottom-color:#ccc;
	border-width:0 1px 1px 1px;
	margin-bottom:0;}
	
.panel div.heading h3 {border-width:0;margin-bottom:3px;padding:2px;}	
	
.panel div.heading h3 a {
	display:block;
	background:transparent url(../images/nav_arrow.gif) no-repeat 1px -106px;
	padding:3px 0 1px 15px;
	text-decoration:none;}
div.off div.heading a {background-position:2px -21px;}
	
/* panel content */
.panel .content {
	display:block;
	overflow:hidden;
	padding:10px 15px 3px 15px;margin-bottom:0; 
	border:1px solid #ACACAD;border-top-width:0;}
div.off div.content {display:none;}

/* box */
.box {background-color:#EDEDEE;border:1px solid #666;padding:7px;}


/** HEADINGS **/
h1, h2, h3, h4, h5, h6 {color:#666;font-weight:bold;padding:0;margin:0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#666;text-decoration:none;}

h3 {background-color:transparent;font-size:.9em;line-height:.9em;padding:5px;}

/** CONTENT BLOCKS **/
div {overflow:visible;margin-bottom:20px;}

p {
	padding:0;margin:0 0 7px 0;
	font-size:.9em;line-height:1.4em;}
	
/** LISTS **/
ul {padding:0; margin:3px 20px 10px 0;
font-size: 11px;
}
p
{
	color: #434343;
    vertical-align: top;
    text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
ol {
	list-style-image:none;
	list-style-type:decimal;
	color:#000;
	padding:5px 36px 5px 36px;
	margin:0; margin-left:10px;}
	
ul li, ol li {
	font-size: 11px;line-height:1.2;
	padding:0 0 0 10px;margin:0 0 7px 7px;}	
ul li {
	overflow:visible;
	list-style-type:none;
	background:transparent url(../images/bullet.gif) no-repeat 1px 5px;;
	font-size: 11px}
	
ul li ul li {font-size:.9em;}	
ol li {color:#666;font-weight:bold;}
ol li span, ol li p, ol ul li {color:#000;font-weight:normal;}
ol li p, ol ul li {font-size:1em;}
ol li h4 {font-size:1em;}

/* no bullet */
ul.no_bullet {list-style:none;
	list-style-image:none;
	margin-left:0;}

ul.no_bullet li {margin-left:0px;padding-left:0;background-image:none;}
ul.no_bullet li a {color:#3179d2;}
ul.no_bullet li a:hover {color:#c00;}

/* list separator */
ul.separator {list-style:none;
	list-style-image:none;
	margin-left:0;}
ul.separator li {
	background:#fff url(../images/horizontal_separator.gif) repeat-x bottom left;
	margin-left:0px;padding-left:0;
	padding-bottom:5px;}
	
	
/** INLINE PHRASES **/
small {font-size:.9em;}
big {font-size:1.2em;}

em {font-weight:bold;font-style:normal;}
strong {color:#cc0000;font-weight:bold;}
strong a {color:#cc0000;}

sub {}
sup {}
cite {font-size:.9em;}

pre {
	color:#333;
	font-size: .9em; 
	font-family:"Courier New",Courier,monospace;
	padding: 0 1em 1em 1em;
	margin-top: 1em;
	width: 100%;}

code {
	color:#333;
	font-family: "Courier New",Courier,monospace;
	font-size: 1.1em;}

kbd {
	display:none;
	color:#cc0000;
	font-size:12px;line-height:12px;
	font-weight:bold;}

samp {font: normal normal 1.2em/1.3em arial,helvetica,san-serif,serif;}
samp p {padding:5px 5px;}

abbr {display:inline;text-decoration:none;font-style:italic;cursor:help;}
abbr span {cursor:help;font-style:italic;}
acronym {text-decoration:none;font-style:italic;cursor:help;}
ins {}

/** TABLES **/
tableee {
	width:100%;
	margin: 3px;
	border:0px solid #6B6B6B;;
	padding: 4px}
table{
	background-image: url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	background-color: #cdcdcd
}
/* colgroups */	
col.labels {width:40%;}
col.form_fields {width:60%;}
col.check {width:4%;}

/* rows */
tr.even {background-color:#f3f3f3;}
	
/* cells */
th, td {font-size:.9em;line-height:1.1em;}
th {
	color:#fff;background:#666;
	padding:4px;
	border-left:1px solid #fff;
	font-weight:bold;
	text-align:left;
	vertical-align:top;}
th.first, td.first {border-width:0;}

thead td {background-color:#666;}

tddd{
	overflow:hidden;
	padding:5px;
	border-left:1px solid #b5b5b5;
	vertical-align:top;}

.number {text-align:right;}

/* hilite */
.hilite {background-color:#ffc;}


/* stacked */
thead th.stack  {border-top:1px dotted #fff;font-weight:normal;}

/* interactive (form layout) */	
fieldset table {
	width:100%;
	border-width:0;margin:0px;
	float:none;}

fieldset td, fieldset th {color:#000;
	padding:1px 3px 8px 1px;
	text-align:left;
	vertical-align:top;
	border-width:0;}
	
tbody th  {
	color:#666;background-color:transparent;
	border-width:0;}
	
/* check and radio */
fieldset .check th {color:#000;text-align:left;font-weight:normal;}
fieldset .check td {text-align:right;padding-right:3px;}
fieldset .check th a {color:#36c;}	
.check label {padding-left:3px;}

.check label {vertical-align:top;}
.check input {border-width:0;}

.check span.pipe {position:relative;top:-1px;padding:0 4px;}

/** FORMS **/
form {margin:0px;padding:0px;}

fieldset {
	width:auto;
	border-width:0;
	padding:0px 10px 0 10px;
	margin:0 0 20px 0;
	overflow:hidden;}
fieldset th {
	text-align:right;
	vertical-align:middle;}
fieldset td {white-space:nowrap;}

label {
	color:#606060;
	margin-bottom:5px;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;cursor:hand;}

input, select, textarea {
	font-size:.9em;line-height:.9em;
	font-family:arial,helvetica,san-serif,serif;}

input {
	background-color:#fff;
	padding:3px 3px; 
	margin:0;
	border:1px solid #666;
	border-bottom-color:#ccc;
	border-right-color:#ccc;}	

.control input {vertical-align:middle;}
.label_top {vertical-align:top;}
	
/* buttons */
button {
	color:#36c;background-color:#eee;
	padding:2px 5px 2px;margin:0px 10px 0px 0px;
	border:1px solid #ccc;
	border-color:#999 #666 #666 #999;
	font-weight:bold;
	cursor:pointer;cursor:hand;}	

fieldset div.buttons form {display:inline;}

fieldset div.buttons {
	padding-top:10px;padding-bottom:10px;
	margin:3px 0 0 0; 
	border-top:1px dotted #b5b5b5;
	text-align:left;
	clear:both;}
	
/* errors */
tr.hilite td, tr.hilite th {
	border:1px solid #c00; 
	border-width:1px 1px 1px 1px;}
tr.hilite th {border-right-width:0;}
tr.hilite td {border-left-width:0;}

tr.hilite td.first {border-left-width:4px;}
tr.hilite th {background-color:#ffc;}
tr.hilite p.error {font-size:1.1em;margin-top:2px;}

strong.required {padding-right:3px;font-size:1.3em;line-height:.7em;}	
	
/* IMAGES */
img {display:block;border-width:0;}
	
/* image floats */
div.float_all_left {margin-left:90px;margin-bottom:0;} /* for ie only */
div.float_all_right {margin-right:90px;margin-bottom:0;}

div.float_all_right h3 {margin-right:57px;margin:0;padding:0;}
div.float_all_right h3 a {margin-right:57px;margin:0;}

img.float_left, img.float_right {
	float:left; 
	border:0px solid #F0EDE1; 
	padding-bottom:0px;margin:0px 7px 1px 0;}
img.float_right {float:right;}	
		

/** NAVIGATION **/

/* links */
a {color:#36c;text-decoration:underline;}
a:hover {color:#c00;}
a:focus {outline:1px dotted #ccc;}

/* nav set-up */
.nav {padding:0;margin:0;overflow:hidden;}

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

.nav li {
	list-style:none; 
	background-image:none;
	width:auto;
	padding:0;margin:0;
	border:1px solid #fff;
	/*border-bottom:1px solid #666;*/
	overflow:hidden;}
.nav li a {
	display:block;
	color:#666;
	padding:5px 5px 5px 19px;
	border-bottom:1px solid #666;
	font-weight:bold;
	text-decoration:none;
	background-position:2px -106px;
	background-repeat:no-repeat; 
	overflow:hidden;}
.nav li.last a {border-bottom-width:0;}
.dropdown li.last a {border-bottom-width:1px;}
.dropdown li.last li a {border-bottom-width:0px;}

div#side_bar .nav .last {background-image:none;}	
	
/* nav on state */
.nav li.on a {background-image:url(../images/nav_bullet.gif);}
	
/* nested nav */	
.nav li ul {
	display:none;
	border-bottom:1px solid #ccc;
	background-image:none;}
	
.nav li li {border-width:0px;}
.nav li li a {
	background-color:#fff;
	background-image:none;
	border-top-width:0;
	border-bottom-width:0;
	font-weight:normal;}	
	
/* dropdown */
a#skip_intro {position:absolute;
	margin-left:-2000px; 
	margin-top:-2000px;}		
	
.dropdown li {border-color:#ACACAD;border-width:0 1px 0 1px;}
.dropdown li a {
	width:auto;
	background:transparent url(../images/nav_arrow.gif)  2px -21px no-repeat;
	border-bottom:1px solid #ccc;}
.dropdown li a:hover {text-decoration:underline;}


/* dropdown on state  */
.dropdown li a {background-image:url(../images/nav_arrow.gif);}
.dropdown li.on a {
	color:#c00;
	background: url(../images/nav_arrow_on.gif) 2px -106px no-repeat;}

/* dropdown sub menu */
.dropdown li ul {background-color:#fff;}

div.dropdown ul li li {border-width:0;}
.dropdown li li a {color:#666;background-image:none;}
.dropdown li li a:hover {color:#c00;background-position:2px -106px;}

/* dropdown sub menu on state  */
.dropdown ul li.on ul {display:block;}

.dropdown ul li.on li a {color:#666;background-color:#fff;background-image:none;}
.dropdown ul li.on ul li a:hover {color:#c00;}

.dropdown li li.on a {background-repeat:no-repeat;background-position:2px -106px;}
.dropdown ul li.on ul li.on a {color:#c00;background-image: url(../images/nav_bullet_sub.gif);}


/* dropdown bullet (no sub menu) */
.nav li a.bullet  {background-image:url(../images/nav_bullet.gif); background-position:2px -21px;}
.nav li a.bullet:hover {background-position:2px -106px;}

/* dropdown bullet on state */
.nav li.on a.bullet {
	background-repeat:no-repeat;background-position:2px -106px;
	font-weight:bold;}

/* horizontal navs */
.hzl, .utility, .tabs, .tabs_sub {padding:0px;}

.hzl ul:after, .utility ul:after,
.tabs ul:after, .tabs_sub ul:after {
	display:block;
	clear:both;
	visibility:hidden;
	content:''; 
	font-size:1px;line-height:1px;}

.hzl ul li, .utility ul li, 
.tabs ul li, .tabs_sub ul li {
	float:left;
	background-color:transparent;
	padding:0;margin:0;
	white-space: nowrap;
	border-width:0;
	border-left:1px solid #000;}
.utility ul li.first, .tabs_sub ul li.first {border-width:0;}
	
.hzl li a, .utility li a, 
.tabs li a, .tabs_sub li a {float:left;padding: 0px 1em 0px 10px;}	


/* icon menu */	
.nav li.icon a {padding-left:45px;
background-position:2px 2px;}


/* tabs */
.tabs {background-position:bottom right;
	background-repeat:no-repeat;
	margin-bottom:5px;} 

.tabs ul {padding-left:10px;}

.tabs ul li {
	background-color:transparent;
	background-repeat:no-repeat;
	background-position: 50% 100%;
	padding-bottom:10px;
	border-left-width:0;
	overflow:visible;} /* for firefox 1.0 */
	
.tabs li span {
	display:block;float:left;
	background-repeat:no-repeat;
	padding-left:7px;
	overflow:visible;} /* for firefox 1.0 */	

.tabs li a {
	color:#333;background-position:100% 0%;
	padding:6px 11px 4px 2px;
	border-width:0;
	font-size:1em;
	line-height:1em;
	font-weight:bold;}
	
/* tabs on states */
.tabs ul li.on, 
.tabs ul li.on_first, 
.tabs ul li.on_last  {
	background-color:#fff;
	background-image:none;}

div.tabs ul li.on_first {background-position: 0px 100%;}
div.tabs ul li.on_first span {margin-left:10px;}
div.tabs ul li.on_last {background-position: 100% 100%;}
.tabs ul li.on_last span {margin-right:14px;}

.tabs ul li.on_next {
	position:relative;left:-3px;
	background-color:transparent;
	background-position:-5px 100%;
	padding-right:3px;
	margin-right:-3px;}
	
.tabs ul li.on_next span {
	position:relative;
	left:3px;}

.tabs ul li.on_prev {
	background-position:100% 100%;
	position:relative;left:1px;
	padding-right:1px;
	margin-left:-2px;}
	
	
/* single tab */
ul.single_tab li.on {
	background-position: 0 100%;
	padding:0 0 0 3px;margin:0;}

ul.single_tab li.on span {
	background-position: 100% 100%;
	padding-right:14px;
	padding-bottom:10px;
	margin-right:0;}

.tabs ul.single_tab li.on span span {
	background-position: 0% 0%;
	padding-bottom:0;
	padding-right:0px;}
	
.tabs ul.single_tab li.on span span a {
	background-position: 100% 0%;
	margin-bottom:0;}

/* tabs stacked */
div#container div.stack ul li.tab_stack span a {padding-bottom:3px;}
div#container div.stack ul span a {padding-top:13px;padding-bottom:10px;}
div#container div.stack ul li.tab_stack span a {padding-top:7px;padding-bottom:3px;}

div.stack ul li.tab_stack span span {
	display:block;float:none;
	background-image:none;
	padding-left:0;padding-right:0;
	margin-left:25%;margin-right:25%;}
	
div.stack ul li span a {padding-bottom:1.3em;}
div.stack ul li.tab_stack span a {padding-bottom:.4em;text-align:center;overflow:hidden;}

	
/* float right */
.tabs li.float_right {float:right;}
		
/* tabs sub */
.tabs_sub ul li a {border-bottom-width:0;}
.tabs_sub ul li a {font-weight:normal;}

/* utility */		
.utility ul {
	margin:3px 3px;
	position:absolute;
 	top:0px;right:20px;
 	z-index:6;}

.utility ul li a {
	font-size:.9em;font-weight:normal;
	padding: 0px 1em 0px 10px;
	border-width:0;}

/* pagination */
div.pagination h3 {width:170px;}

p.page_numbers {
	float:right;
	color:#666;
	font-size:.8em;line-height:.9em;
	text-align:right;
	padding: 5px 8px 6px 0;margin-bottom:0px;}
	
/* bread crumbs */
div#bread_crumbs {width:auto;color:#333;
	padding-left:17px;
	margin-top:-10px;margin-bottom:5px;
	font-size:.75em;}
div#bread_crumbs a {color:#666;text-decoration:none;}
div#bread_crumbs a:hover {color:#cc0000;}

/* language toggle */
div#language_toggle span.pipe {padding:0 2px 0 2px;}


/* MISCELLANEOUS */
	
/* separators */
span.pipe {color:#666;padding:0 7px 0 7px;font-size:.9em;font-size:.9em;}
div.separator {height:3px;background:#fff url(../images/horizontal_separator.gif) repeat-x bottom left;margin-bottom:8px;}

/* access keys */
a#skip_intro {position:absolute;margin-left:-2000px; margin-top:-2000px;}
	
a.anchor {display:block;width:1em;position:absolute;
	top:-1000px;color:#cc0000;
	font-size:1px;line-height:1px;
	text-decoration:none;margin-bottom:5px;
	border-width:0px;background-color:#fff;}
a.anchor:active, div#container a.anchor:hover, div#container a.anchor:focus {
	position:static;
	padding:2px;font-size:1em;line-height:1.2em;
	background-color:#fff;
	-moz-outline: 0px dotted !important}