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

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

a:link {
	color : #737373;
}

a:visited  {
	color : #737373;
}

a:hover  {
	color : #c61313;
}

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

.heading1, h1  {
	font-family : verdana,arial,helvetica;
	color : #c5c9ba;
	font-size : 16px;
}

.heading2, h2  {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	color : #ff9c19;
	font-size : 12px;
}

.heading3, h3  {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	color : #b35212;
	font-size : 10px;
	margin:0;
	padding:0;
}

.heading4, h4  {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	color : #ff9c19;
	font-size : 10px;
	margin:0;
	padding:0;
}

.heading5, h5  {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	color : #c61313;
	font-size : 11px;
	text-align:left;
}

.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;
}


a.copyright:link, a.copyright:visited, a.copyright:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #303030;
	text-decoration: none;

}



/*-------------------------------- */
/*------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;
}

#nav-home {
	margin:120px 0px 4px 0px;
	Background-color:#393939;
	border-top:1px solid #727272;
	border-bottom: 1px solid #727272;
}

#body-home {
	border-top:1px solid #303030;
	border-bottom:1px solid #303030;
	background-image:url('images/bar-bg.jpg');
	background-repeat: repeat-x;
	background-color:#000000;
	height:206px;
}

.footer {
	text-align:left;
	color:#303030;
	padding:0px 10px 0px 10px;
}

.footer-r {
	float:right;
	text-align:right;
}

.header-int {
	width:970px;
	text-align:left;
}

#nav-int {
	margin:0px 0px 4px 0px;
	Background-color:#393939;
	border-top:1px solid #727272;
	border-bottom: 1px solid #727272;
}

.body-int {
	border-top:1px solid #303030;
	border-bottom:1px solid #303030;
	background-image:url('images/bar-bg.jpg');
	background-repeat: repeat-x;
	background-color:#000000;
}

.body {
	background-image:url('images/bg-bubble.jpg');
	background-repeat: no-repeat;
	background-position : top center;
}

.web-content {
	padding:0px 15px 5px 10px;
	text-align:left;
}

.web-content b {
	color:#cacaca;
}



