/*Google Fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700);
/*font-family: 'Open Sans', sans-serif;*/

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

body  {
	margin : 0px;
	background : #D9D9D9;
	font-family : 'Open Sans', sans-serif;
}

a:link {
	color : #00529B; /*#737373;*/
	text-decoration:none;
}

a:visited  {
	color : #00529B;
}

a:hover  {
	color : #0083F7;
	text-decoration:underline;
}

.normal  {
	font-family : 'Open Sans', sans-serif;
	font-size : 14px;
	color : #737373;
}

.heading1  {
	font-family : 'Open Sans', sans-serif;
	font-weight : bold;
	color : #00529B;
	font-size : 16px;
}

.heading2  {
	font-family : 'Open Sans', sans-serif;
	font-weight : bold;
	color : #00529B;
	font-size : 14px;
}

.fineprint  {
	font-family : 'Open Sans', sans-serif;
	color : #737373;
	font-size : 13px;
}

.error  {
	font-family : 'Open Sans', sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #AB0534;
}

.alert  {
	font-family : 'Open Sans', sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #AB0534;
}

.success  {
	font-family : 'Open Sans', sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #2AA132;
}

input,select,textarea  {
	font-family : 'Open Sans', sans-serif;
	font-size : 14px;
	color : #737373;
}


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

.headercell {
	background-color: #DDDDDD;
}

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

.heading_40px  {
	font-family : 'Open Sans', sans-serif;
	font-weight : bold;
	color : #737373;
	font-size : 40px;
}

.heading_20px  {
	font-family : 'Open Sans', sans-serif;
	font-weight : bold;
	color : #737373;
	font-size : 20px;
}