/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

body {
	background-color: #fff;
	font: 62.5%/1.6em Arial,Helvetica,Verdana,sans-serif;
}



table {
	clear: both;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote, ul, ol, dl {
	margin: 1em;
}

ol, ul, dl {
	margin-left: 2em;
}

ol li, ul ol li {
	list-style: decimal outside;
}

ul li, ol ul li {
	list-style: disc outside;
}

ul ul li {
	list-style-type: circle;
}

ol ol li {
	list-style-type: upper-roman;
}

dl dd {
	margin-left: 1em;
}

th {
	font-weight: bold;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p {
	margin-bottom: 1em;
}

/* ---------- Links ---------- */

a {
	color: #369;
	text-decoration: underline;
}

a:hover {
	color: #06c;
	text-decoration: none;
}

a:visited {
}




/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */


/* ---------- Special styling for IE6 in the Covisint theme ---------- */

.ie6 .journal-content-article td {
	padding:0px 0px 0px 1px;
}

.ie6 #include {

}

.ie6  #wrapper{
}

.ie6 .taglib-page-iterator {
	clear:both;
	height:100%;
	overflow:hidden;
	width:auto;
}

/* ---------- Links ---------- */

a {
	text-decoration:none;
}

a:link, a:selected, a:visited, a:hover {
	text-decoration:none;
}
ul li, ol ul li {
	list-style-type:square;
}




/* ---------- Tables Formatting ------------ */
.genUnderscore0 {
	border-bottom:1px solid #E0E0E0;
	padding:3px;
}

.genUnderscore1 {
	background-color:#F1F1F1;
	border-bottom:1px solid #E0E0E0;
	padding:3px;
}

.headerTitle {
	color:#333333;
	font-size:130%;
	font-weight:bold;
	padding-left:40px;
}

.poStatus{
	color:#333333;
	font-size:11px;
	text-transform:uppercase;	
	text-align:right;
}

.poStatusTotal{
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;	
}

.poStatusNormal{
	color:#333333;
	font-size:11px;
	text-align:right;
}

.highlightAnchor{
	background-color: #FFFF00;
}
.gen_Leble_css{
	background-color:#F1F1F1;
	text-align:right;
	padding-left:5px;
	padding-right:10px;
	border:1px solid #E0E0E0;
	height:25px;
}
.gen_content_css{
	background-color:#ffffff;
	text-align:left;
	padding-left:5px;
	padding-right:10px;
}

.gen_table_top{
	margin-top: 10px;
}

.gen_border_Leble_css {
    background-color: #F1F1F1;
    text-align: right;
    padding-left: 5px;
    padding-right: 10px;
    border: 1px solid #000000;
    height: 25px;
}

.gen_border_content_css {
    background-color: #FFF;
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
    border: 1px solid #000000;
}

.sub_window_th {
    background: url('images/default/grid/grid3-hrow-over.gif') repeat-x scroll 0% 0% #DFE8F6;
    border: 1px solid #A3BAE9;
    color: #666;
    font-weight: bolder;
    padding: 3px;
    text-align: left;
}

.genBorderUnderscore0 .gen_border_content_css {
    padding: 3px;
}

.genBorderUnderscore1 .gen_border_content_css {
	background-color:#F1F1F1;
	padding:3px;
}