/*-------------------------------- */
/*------universal styles-------------------------- */
/*-------------------------------- */

body  {
	margin : 0px;
	background : #ffffff;
}

a:link {
	color : #737373;
}

a:visited  {
	color : #00529B;
}

a:hover  {
	color : #0083F7;
}

.normal  {
	font-family : verdana,arial,helvetica;
	font-size : 12px;
	color : #737373;
}

.heading1  {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	color : #00529B;
	font-size : 12px;
}

.heading2  {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	color : #00529B;
	font-size : 10px;
}

.fineprint  {
	font-family : verdana,arial,helvetica;
	color : #737373;
	font-size : 9px;
}

.error  {
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	font-weight : bold;
	color : #AB0534;
}

.success  {
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	font-weight : bold;
	color : #2AA132;
}

input,select,textarea  {
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	color : #737373;
}

hr  {
 border: 0;
 height: 1px;
 color: #999999;
 background-color: #999999;
}


/*-------------------------------- */
/*------n-jobs related styles-------------------------- */
/*-------------------------------- */

.headercell {
	background-color: #DDDDDD;
}

/*-------------------------------- */
/*------n-calendar related styles-------------------------- */
/*-------------------------------- */

.heading_40px  {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	color : #737373;
	font-size : 40px;
}

.heading_20px  {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	color : #737373;
	font-size : 20px;
}

#rounded-corner{ font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; margin: 0px; width: 500px, text-align: left; border-collapse: collapse;}
#rounded-corner thead th.rounded-company{ background: #b9c9fe url('/images/left.png') left -1px no-repeat;}
#rounded-corner thead th.rounded-q4{ background: #b9c9fe url('/images/right.png') right -1px no-repeat;}
#rounded-corner th{ padding: 8px; font-weight: normal; font-size: 13px; color: #039; background: #b9c9fe;}
#rounded-corner td{ padding: 8px; background: #e8edff; border-top: 1px solid #fff; color: #669;}
#rounded-corner tfoot td.rounded-foot-left{ background: #e8edff url('/images/botleft.png') left bottom no-repeat;}
#rounded-corner tfoot td.rounded-foot-right{ background: #e8edff url('/images/botright.png') right bottom no-repeat;}
#rounded-corner tbody tr:hover td{ background: #d0dafd;}
