/**
 * common.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
/*	width:1097px;*/
	margin:0;
	padding: 0;
	background-image:url(../img/border.gif)!important;
	background-repeat:repeat;
	font-family: Verdana, Arial, sans-serif ,Helvetica;
	font-size:11px;

}

h1{
	font-size:18px;
	font-style:italic;
}
div {
	/*border:1px solid #000000;*/
	font-size:11px;
	text-align: left;
	text-align:justify;

}

table {
	border: 0;
	border-spacing: 0;
	font-size: 10px;
}


a {
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

a:link {
	color:#000066;
}

a:active {
	color:#000066;
}

a:visited {
	color: #000066;
}

a:hover {
	color:#FF0000;/*#660000;*/
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 10px;
}

label {
}

label.error {
	color: #FF0033;
}



/* form elements */
form
{
	margin:0;
	font-size:11px;
	background-color:#E0EEFE;/*#F0F0F0;*/
	border:1px solid #9AB8E7;
	padding:2px 0 2px 1px;
	/*width:100%;*/
}


input.textField, select.selectMenu, textarea.textArea, input.uploadField, input.checkBox{
	color: #000;
	font-family:sans-serif, Helvetica, Tahome, Arial;
	border-style:groove;
	border-color:#9AB8E7;
	border-width:thin;
	font-size: 11px;
}


input.button {
	cursor: pointer;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-image:url(../img/menu_bar.png);
	font-size: 10px;
	border: 1px solid #000;

}

input.button:hover {
	background-image:url(../img/menu_b_i.png);
	background-color: #FFFFFF;
	font-size: 10px;
	border: 1px solid #0000FF;
}

input.defaultButton {
	background-image:url(../img/button_active.png);
	color:#333333;
	font-weight: bold;
}


/**
 *  layout elements
 */

/**
 * Navigation bar
 */

 div.navecontainer{
	background:url(../img/bg_blue.gif);
	padding:0;
	margin:0 121px 0 121px;
	color:#000033;
}

div.navecontainer div.navbar{
	padding:0 0 10px 0;
	text-align:right;
	height:auto;
	background-image:url(../img/bg_grey.gif);
	background-repeat:repeat;
}

div.navecontainer div.navbar ul{
	list-style:none;
	padding:0px;
	margin:0;
}

div.navecontainer div.navbar ul li a{
	font-size:10px;
	display:inline;
	padding:2px;
	color:#FFFFFF;
}

div.navecontainer div.navbar a {
	font-size: 10px;
	letter-spacing: 0.05em;
}

div.navecontainer div.navbar a:link {
}

div.navecontainer div.navbar a:active {
}

div.navecontainer div.navbar a:visited {
}

div.navecontainer div.navbar a:hover {
	background-color:transparent;
	color:#FFFF00;
	font-weight:bold;
}


div#container{
	background-color:#FFFFFF;
	clear:both;
	padding:0;
	margin:0 82px 0 82px;
	color:#000033;
	
}

div#container div.containerborder{
	clear:both;
	background-color:#FFFFFF;
	height:39px;
}

#headercontainer{
	height:141px; 
	padding:0 39px 10px 39px; 
	background-color:#FFFFFF; 
	clear:both;
	margin:0;
/*	border:1px solid #000000;*/
}
#header {
	/*clear:both;
	width:100%;*/
	padding:0;
	margin: 0;
	height:143px;
	background-image:url(../img/NEW_BANNER_03.gif);
	/*background-repeat:repeat-x;*/
	/*border:1px solid #000000;*/
}

#headerTitle {
	text-align: left;
	margin: 0;
	padding: 0;
}

div#headerTitle h1{
	float:left;
	padding-right:20px;
	width:55%;/*
	width:450px;
	*/
}

#header h1 {
	margin: 0 auto 0 auto;
	padding: 0.5em 0 0.25em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#405078;
	font-weight:bold;
	line-height: 1em;
}



/**
 * Breadcrumbs
 */

#breadcrumb {
	clear:both;
	background-color:#FFFFFF;
	padding:0 39px;
	font-size: 0.7em;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}

/**
 * body elements
 */

#body {
	background-color:#FFFFFF;
	padding:0 39px 10px 39px; 
}


#main {
	
	/*width:602px;*/
	padding: 0.5em 175px 2em 0px;
}

#main h2 {
	margin: 0em 1em 10px 0em;
	padding: 0 0 0 0;
	font-family:  Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #006699;
	font-size:14px;
	font-weight: bold;
}

#main h3 {
	margin: 10px 1em 0 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
}

#content {
	width: 98%; 
/*	width: 650px;*/
	margin: 0;
	padding: 0;
	font-size: 11px!important;
	background:transparent;
	text-align:justify;
}

#content h3 {
	margin: 0em 1em 0 0em;
	padding-top: 0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 13px;
	font-weight:bold;
	line-height: 14px;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:italic;
	font-size: 12px;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 10px;
}


/**
 * Sidebar
 */
 
#sidebar {
	float: right;
	width: 170px;
	/*margin: 0 39px 0 0;*/
	padding: 0;
	font-size: 10px;
	text-align:left;
	text-indent:1px;
	padding-left:5px;
}

#developedBy {
	text-transform: uppercase;
	font-size: 10px;
}

#sidebar a{
	font-size:10px;
}

#sidebar div.block {
	font-size: 1em;
	margin:5px 0 10px 0;
	padding-bottom:5px;
	background-color:#E0EEFE;
}

#sidebar form{
	padding:1px;
	border:0;
	background:transparent!important;
}

#sidebar div.block span.blockTitle {
	border:0px;
	background-image:url(../img/sidebar_head.png);
	display:block;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding:5px;
}

#sidebar div.block span.blockSubtitle {
	padding-bottom:10px;
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 9px;
}

#footer {
	min-height: 50px;
	/*position: relative;*/
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
}

#footerContent {
	width: 780px;
	margin: 0 auto;
}



/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 10px;
	font-weight:normal;
}
/*a:hover{
	font-weight:bold;
}*/

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color:#FF0033; /*#333*/
	font-size: 10px;
}

span.instruct {
}

span.heading {
	font-size: 10px;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre, p, ol ,td {
	color: #000;
	font-size: 10px;
}


	


/***************************************** table styles ***********************************/


td.odd{
	padding:2px 0 2px 0;
	background-color:#E0EEFE;/*:#EAF8FF;*/
}

.even{
	background-color:#FFFFFF;
}

/** 
 *common
 */ 
 
table.listing form, table.data form, table.info form, form table.info, form table.data, form table.listing{
	border:0px;
}
 
table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 10px!important;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}




/***************************************** table info*************************/
table.info {
	background-color:#E0EEFE;/*:#F0F0F0;*/

}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.info tr.heading td{
	padding-left: 0;
	font-weight: bold;
	font-size:10px!important; 
	font-variant:small-caps;
}


/***************************************** table listing*************************/

table.listing {
	font-size:10px;
	/*border:1px solid #9AB8E7;*/
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	margin:0px;
	padding:0px 3px 0  3px;/*0.25em 0.5em 0.25em 0.5em;*/
	
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #9AB8E7; /*#000;*/
	font-size: 10px;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #9AB8E7; /*#000;*/
	font-size: 10px;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #9AB8E7;/* #cccccc;*/
	font-size: 10px;
	line-height: 0px;
}

/***************************************** table data *************************/
table.data {
	background-color:#E0EEFE;/*#F0F0F0;*/
	height:12px;
	width:100%;
	border:1px solid #9AB8E7;
	/*border:#CCCCCC 1px ridge;*/
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	vertical-align:top;
	text-align:left;
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 10px;
	line-height: 1%;
}

table.data td.separator_special {
	border-top: 1px dotted #9AB8E7;/* #cccccc;*/
	font-size: 10px;
	line-height: 0px;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}



/***************************************** nested *************************/

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 10px;
}

/**
 * Form-specific elements
 */

span.formError {
	color:#FF0033;
	font-weight: bold;
	font-size: 12px;
}

ul.formErrorList {
	color:#FF0033;
}


/**
 * Other organizational elements
 */

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

ul.mainmenu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}


ul.menu{
	background-image:url(../img/menu_bar.png);
	background-repeat:repeat-x;
	height:20px;
	margin: 0;
	padding:0px 10px 0 10px;
	vertical-align:bottom;
}

ul.menu li  {
	height:20px;
	margin: 0;
	padding:0;
	display: inline;
	text-transform:capitalize;
}
ul.menu li a{
	background-color:transparent;
	fonr-size:11px;
	height:20px;
	padding:1px 3px 8px 3px;
	vertical-align:bottom;
}

ul.menu li a:hover{
	background-image:url(../img/menu_b_i.png);
	background-repeat:repeat-x;
	color:#000033;
}

ul.menu li.current{
	background-image:url(../img/selected.png);
	background-repeat:repeat-x;
}

ul.menu a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	display:block;
	border:1px solid #9AB8E7;
	background-color:#E0EEFE;
	font-size:12px;
	list-style-type: none;
	padding:10px 0 10px 1.5em;
}
ul.plain li{
	padding-bottom:2px;
}

ul.plain li.group_ico{
	float:right;
	border:0;
	padding:0;
	margin:0;
	list-style-image:none;
	text-align:right;
	opacity:0.8;
	filter:alpha(opacity=0);
	
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	font-size: 10px;
	line-height: 25%;
}

/*
div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}
*/

