h3 {
	font: normal 12px/12px;
	font-weight: bold;
	margin : 2 0 5 0;
}

.button {
	cursor: hand;
	height: 2.2em;
	color: Black;
	font: normal 9px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	vertical-align: middle;
	border: 2px outset #708090;
}

input,select {
	background: #FFFFFF;
	height: 2em;
	color: Black;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	vertical-align : middle;
	border : 1px solid #6D6D6D;
}

.centered {
	position: absolute;
	left: 50%;
	top: 50%;
}
.kader {
	border : 1px solid Gray;
	padding : 3px;
	background : #ECF5FF;
	margin : 3 0 3 0;	
	height : inherit;
}

.kaderheader2 {
	background: url(http://www.4ucash.com/images/kaderheaderbg.jpg) repeat-y;
	padding: 3;
	color: Black;
	font: normal 13px/22px;
	margin-bottom: 3;
	border-bottom: 1px solid Black;
}

.kaderheader {
	background: url(http://www.4ucash.com/images/breakbg.jpg) repeat-x;
	padding: 3;
	color: Black;
	font: normal 13px/22px;
	margin-bottom: 3;
	border-bottom: 1px solid Black;
}

.break {
	background: url(http://www.4ucash.com/images/breakbg.jpg) repeat-x;
	color: Black;
	margin-bottom: 3;
	border-bottom: 1px solid Black;
	font-weight: bold;
	padding: 2;
}

body,td,th,div,a {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

a {
	cursor: hand;
	color: #4169E1;
}

a:link,a:visited {
	text-decoration: none;
	color: #4169E1;
}

a:hover {
	text-decoration: underline;
}


th {
	font : bold 13px;
}

h2 {
	font: normal 14px/18px;
	font-weight: bold;
	line-height: 1px;
}


.status {
	color: Black;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border: 1px solid #E5E7F4;
	background: #FFFFE5;
	margin-top: 4;
	margin-bottom: 4;
	padding: 3;
}


.row0 {
	background : White;
}

.row1 {
	background : #ECF5FF;
	
}

.formheader {
	line-height: 15px;
	color: Black;
	font-weight: bold;
}

.formerror {
	line-height: 15px;
	color : Red;
}




/* CSS Tabs */
#navcontainer {
	height: 20px;
	text-align : left;
	margin : 0;
}

#navcontainer ul {
	border: 0;	
	list-style-type: none;
	 text-align: left;	 
	 margin : 0;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;	 
}

#navcontainer ul li a {
	background: #ffffff;
	/*width: 90px;
	*/
	height: 18px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #E8E8E8;
	padding-left: 10;
	padding-right: 10;
	color: #666666;
	text-decoration: none;
	display: inline;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #000000;
        background: #E6E9F4;
}

#navcontainer a:active {
        background: #E6E9F4;
        color: #000000;
}

#navcontainer li#active a {
	border: 1px solid #000000;
	color: #ffffff;
	background : Gray;
}
/* CSS Tabs END*/
