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

body  {
	margin : 0px;
	background : #eee9dc;
	background-image:url('/images/bg.gif');
	background-repeat: repeat-x;
}

a:link {
	color : #737373;
}

a:visited  {
	color : #00529B;
}

a:hover  {
	color : #0083F7;
}

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

.blue {
	color:#1e417f;
}

.brown {
	color:#9e743f;
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	font-weight:bold;
}

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

h1  {
	font-family : arial,verdana,helvetica;
	color : #1c4782;
	font-size : 16px;
}

.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: #e2d4c3;
 background-color: #e2d4c3;
}

a.ftr:link, a.ftr:visited, a.ftr:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #a67b46;
	font-size: 10px;
}

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

}

a.copyright-int:link, a.copyright-int:visited, a.copyright-int:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #ffffff;
	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;
}

#header {
	width:933px;
	margin:0px;
	padding:0px;
}

.callus {
	float:right;
	padding:37px 86px 10px 0px;
}

.logo {
	text-align:left;
	padding:19px 0px 8px 0px;
}

#body {
	width:933px;
	margin:0px;
	padding:0px 0px 11px 0px;
	background-color:#e9ded1;
}

.nav {
	padding:6px 11px 8px 11px;
}

.container {
	width:911px;
	background-image:url('/images/content-bg.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 30px 0px 25px 0px;
}

.content {
	width:811px;
	text-align:left;
}

.content-int {
	width:846px;
	padding: 30px 0px 25px 0px;
	text-align:left;
}

.content-r {
	padding-left:25px;
}

.footer {
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	color : #a67b46;
	padding: 17px 0px 20px 0px;
	
}


/* BOX PROPERTIES */

.box {
	padding:15px;
}

.boxfont {
	font-family : verdana,arial,helvetica;
	font-size : 11px;
	color : #333333;
}

.grey {
	background-color: #dcdcdc;
}

.box-t {
	background-image:url('/images/box-t.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.box-r {
	background-image:url('/images/box-r.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
}

.box-b {
	background-image:url('/images/box-b.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.box-l {
	background-image:url('/images/box-r.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
}

.box-bg {
	background-image:url('/images/box-bg.gif');
	background-repeat: repeat-x;
	background-color: #fcddb1;
}

.box1 {
	padding:0px 12px 0px 0px;
}

.box2 {
	padding:0px 12px 0px 12px;
}

.box3 {
	padding:0px 0px 0px 12px;
}