.tabcontainer {
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
}
.tabcontainer a {
	color: #000;
	background: url('/static/images/star_gray.png') no-repeat center left;
	background-color: #EEEEEE;
	padding-left: 24px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #CECECE;
	border-bottom: 1px solid #E77817;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px;
}
.tabcontainer a.active {
	background: url('/static/images/star_blue.png') no-repeat center left;
	background-color: #E77817;
	border: 1px solid #E77817;
	color: #fff;
}
.tabcontainer a:hover {
	background: url('/static/images/star_blue.png') no-repeat center left;
	background-color: #E77817;
	border: 1px solid #E77817;
	color: #fff;
}
.tabbottombar{
	background: #E77817;
	height: 5px;
}

.gadgetheader {
	margin-bottom: 1px;
	border: 1px solid #cfcfcf;
	height: 24px;
	background: #aaa url(images/gadget_header.gif) repeat-x top;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	padding-left: 5px;
	padding-top: 6px;
}

.gadgetheader a {
	margin: 1px 1px 0 0;
	float: right;
}

.gadgetheader a.hidegadget {
	background: transparent url(/jsp/theme/standard/images/arrow_up.png)
		no-repeat center center;
}

.gadgetheader a.hidegadgetcategory {
	background: transparent url(/jsp/theme/standard/images/arrow_down.png)
		no-repeat center center;
}

.gadgetheader a.closegadget {
	background: #E77817 url(/jsp/theme/standard/images/arrow_up.png)
		no-repeat center center;
}
.gadgetheaderblue {
	border: 1px solid #07AEE6;
	background: #aaa url(images/gadget_header_blue.gif) repeat-x top;
}
.gadgetheadergray {
	border: 1px solid #cfcfcf;
	background: #aaa url(images/gadget_header_gray.gif) repeat-x top;
}
.gadgetcontent {
	border: 1px solid #cfcfcf;
	padding: 4px;
	overflow: hidden;
	position: relative;
	margin-bottom: 2px;
	background-color: #f4f4f4;
}

table {
	border: 0px;
	margin-top: 1px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table tr td {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.footer {
	width: 957px;
	background-color:#e7e7e7;
	font-size: 11px;
	text-align: center;
	color: #414242;
	text-shadow: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 4px;
}

.footer a {
	color: #414242;
	text-shadow: none;
}

.footer a:hover {
	text-decoration: underline;
	text-shadow: none;
}

img {
	vertical-align: middle;
	border: 0px;
}

a {
	font-weight: normal;
	color: blue;
	outline:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
h2.h2pagetitle {
	color: #514F4F;
	background: #fff url(/jsp/images/bullet.png) no-repeat center left;
	padding: 0px 14 0px 25px;
	margin-bottom: 0px;
	margin-top: 2px;
	background-color: transparent;
	font-size: 13px;
	height: 16px;
	width: 555px;
}

h3.h3pageheader { 
	margin-bottom: 3px;
	margin-top: 2px;
	font-family: helvetica;
	font-size: 22px;
	font-weight:bold;
	padding-bottom: 6px;
	padding-left: 5px;
	width:100%; 
}
h3.h3bigtitle {
	margin-bottom: 0px;
	margin-top: 5px;
	color: #000;
	font-family: helvetica;
	font-size: 22px;
	font-weight:bold;
	padding-bottom: 5px;
	text-align: center;
}

h4.h4pagetitle {
	background: transparent url(/jsp/images/small.png) no-repeat scroll left
		center;
	clear: both;
	color: #000000;
	font-size: 13px;
	height: 10px;
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
}
h4.h4bigtitle {
	clear: both;
	color: #647C7A;
	font-family: helvetica;
	font-weight: bold;
	font-size: 16px;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
}

pre {
	font-family: verdana;
	font-size: 12px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	overflow: auto;
	width: 99%;
	margin: 0px auto;
	margin-top: 2px auto;
}

.hr {
	border-top: 1px dashed #cccccc;
	margin-bottom: 10px;
	height: 1px;
	width: 100%;
}

.b {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

select {
	border: 1px solid #9BB6D0;
	background: #ffffff;
	color: #464646;
}

div.buttons {
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 10px;
}
div.white {
	border: 2px solid #cfcfcf;
	background: #fff;
	padding-left: 10px;
	font-size: 10px;
	overflow: hidden;
	position: relative;
	display: none;
}
div.highlight {
	border: solid 1px #ffffff;
	background: #FDDC77;
	padding: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
div.panel {
	margin-top: 8px; 
	background: #e9f4fe;
	border: 1px solid #cfcfcf;
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.activeLabel {
	border: 1px solid #cfcfcf;
	background: #07AEE6;
	font-weight: bold;
	color: white;
	height: 30px;padding: 8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.inactiveLabel {
	border: 1px solid #cfcfcf;
	background: #E6E1E1;
	height: 30px;padding: 8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.requiredtext {
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.box label.required {
	background: url('/jsp/images/required.png') no-repeat top left;
}

#logincontainer {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF url(/jsp/images/block-bg.gif) repeat-x scroll 0px
		0px;
	border: 1px solid #BBBBBB;
	
	margin: 10px auto auto;
	padding: 10px 0px 0px;
}
.subtitle {
	color: #4B4B4C;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	vertical-align: middle;
}

.filter {
	border: 1px solid #BBBABA;
	background-color: #fff;
	height: 15px;
	margin-left: 0px;
	padding: 1px;
	font-size: 12px;
	width: 80px;
}

.textfield {
	border: 1px solid #BBBABA;
	background-color: #fff;
	height: 16px;
	margin-left: 0px;
	font: verdana;
	padding: 2px;
	font-size: 12px;
	width: 200px;
	vertical-align: middle;
}
.textfieldmini {
	border: 1px solid #BBBABA;
	background-color: #fff;
	height: 16px;
	margin-left: 0px;
	padding: 2px;
	font-size: 12px;
	width: 100px;
}

.textfieldmedium {
	border: 1px solid #BBBABA;
	background-color: #fff;
	height: 16px;
	margin-left: 0px;
	padding: 2px;
	font-size: 12px;
	width: 150px;
}

.textfieldsmall {
	border: 1px solid #BBBABA;
	background-color: #fff;
	height: 16px;
	margin-left: 0px;
	padding: 2px;
	font-size: 12px;
	width: 60px;
}

.textfieldVsmall {
	border: 1px solid #BBBABA;
	background-color: #fff;
	height: 16px;
	margin-left: 0px;
	padding: 2px;
	font-size: 12px;
	width: 20px;
}

.textfieldFlex {
	border: 1px solid #BBBABA;
	background-color: #fff;
	height: 16px;
	margin-left: 0px;
	padding: 2px;
	font-size: 12px;
}
.textfieldrequired {
	border: 1px solid #E98787;
	background-color: #FCE1E1;
}

.textfieldlogin {
	border: 1px solid #9A9797;
	background-color: #fff;
	height: 26px;
	margin-left: 0px;
	font: verdana;
	padding: 2px;
	font-size: 14px;
	width: 300px;
	vertical-align: middle;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.textfieldregister {
	border: 1px solid #9A9797;
	background-color: #fff;
	height: 16px;
	margin-left: 0px;
	font: verdana;
	padding: 2px;
	font-size: 14px;
	width: 150px;
	vertical-align: middle;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.textfieldrequiredlogin {
	border: 1px solid #E98787;
	background-color: #FCE1E1;
	height: 26px;
	margin-left: 0px;
	font: verdana;
	padding: 2px;
	font-size: 14px;
	width: 300px;
	vertical-align: middle;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.textfieldfront {
	border: 1px solid #BBBABA;
	background-color: #fff;
	height: 16px;
	margin-left: 0px;
	padding: 2px;
	font-size: 12px;
	width: 140px;
	vertical-align: middle;
}
.dropdown {
	border: 1px solid #BBBABA;
	background-color: #fff;
	color: #000;
	width: 207px;
	padding: 2px;
	font-size: 12px;
	height: 23px;
}

.dropdownavg {
	border: 1px solid #BBBABA;
	background-color: #fff;
	color: #000;
	width: 167px;
	font-size: 12px;
	padding: 2px;
	height: 23px;
}

.dropdownmedium {
	border: 1px solid #BBBABA;
	background-color: #fff;
	color: #000;
	width: 157px;
	font-size: 12px;
	padding: 2px;
	height: 23px;
}

.dropdownsmall {
	border: 1px solid #BBBABA;
	background-color: #fff;
	color: #000;
	width: 70px;
	font-size: 12px;
	padding: 2px;
	height: 23px;
}

.dropdownmonth {
	border: 1px solid #BBBABA;
	background-color: #fff;
	color: #000;
	width: 80px;
	font-size: 12px;
	padding: 2px;
	height: 23px;
}

.dropdownnumber {
	border: 1px solid #BBBABA;
	background-color: #fff;
	color: #000;
	width: 52px;
	font-size: 12px;
	padding: 2px;
	height: 23px;
}

.multidropdown {
	border: 1px solid #BBBABA;
	background-color: #fff;
	color: #000;
	width: 205px;
	font-size: 12px;
}

.multidropdownRequired {
	border: 1px solid #E98787;
	background-color: #fff;
	color: #000;
	width: 205px;
	font-size: 12px;
}

.mdropdownmedium {
	border: 1px solid #BBBABA;
	background-color: #fff;
	color: #000;
	width: 120px;
	font-size: 12px;
}
.dropdowntransfarent{
	background: #e9f4fe;
	top-padding:0px;
	border-style: none;
	vertical-align:top !important;
	width: auto;
}
table.tabledata {
	background: #fff;
	width: 100%;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-spacing: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.tabledata th {
	background-color: #DBDBDB;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid #d7d7d7;
	color: #646464;
	border-left: 1px solid #ccc;
}

table.tabledata th.darkborder{
	background-color: #D5D2D2;
	border-bottom: 2px solid #C1BDBD;
	color: #000;
	border-left: 1px solid #C1BDBD;
}

table.tabledata th.left-rounded {
	border-left: 0px solid #ccc;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px;
}

table.tabledata th.sortable {
	cursor: pointer;
}

table.tabledata th.left {
	text-align: left;
}

table.tabledata th.center {
	text-align: center;
}

table.tabledata td {
	vertical-align: middle;
	padding: 2px;
	text-align: left;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #ccc;
	font-weight: normal;
}

table.tabledata td.noPad {
	padding: 0px;
}

table.tabledata td.left {
	text-align: left;
}
table.tabledata td.center {
	text-align: center;
}

table.tabledata td.noBorder {
	border: 0px;
}

table.tabledata td.head2 {
	text-align: left;
	padding: 2px;
	vertical-align: bottom;
}

table.tabledata tr.alt0 {
	padding: 6px;
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d7d7d7;
}

table.tabledata tr.alt1 {
	padding: 6px;
	color: #464646;
	vertical-align: middle;
	background-color: #f5f5f5;
}

table.tabledata tr:hover {
	background-color: #FFFFCF;
}

table.tabledata th A {
	text-decoration: none;
	COLOR: #3E4D6C;
	text-decoration: underline
}

table.tabledata th A:hover {
	color: #3E4D6C;
	text-decoration: none
}

table.tabledata td.number {
	text-align: right;
}

table.tablecontent {
	border-collapse: collapse;
	empty-cells: show;
	background-color: white;
	padding: 1px;
	border: 1px solid #D5D2D2;
}

table.tablecontent td {
	padding: 5px;
	empty-cells: show;
	border-top: 0px solid #D5D2D2;
	text-align: center;
	font-size: 11px;
	border-right: 0px solid #D5D2D2;
	color: #4B4B4C;
}

table.tablecontent td.left {
	text-align: left;
}

table.fieldtable {
	width: 90%;
	empty-cells: show;
	margin: 4px;
}

table.fieldtable th {
	padding: 4px 4px;
	vertical-align: middle;
	text-align: left;
	color: black;
	padding-left: 16px;
	font-size: 12px;
}

table.fieldtable td {
	padding: 4px 4px;
	vertical-align: top;
	text-align: left;
	color: black;
	padding-left: 16px;
	font-size: 11px;
	font-weight: bold;
}

table.fieldtable td.search {
	text-align: center;
}

table.fieldtable td.text {
	font-weight: normal;
}

table.fieldtable td.cr{
	padding-top: 12px;
	padding-right: 12px;
}

table.fieldtable td.required {
	padding-top: 5px;
	background: url('/jsp/images/required.png') no-repeat top left;
}

table.fieldtable td.error {
	color: red;
}

table.fieldtable td.warning {
	color: red;
}

table.fieldtable td.buttons {
	text-align: center;
	vertical-align: middle;
}

table.fieldtable span.help {
	color: gray;
}

table.fieldtable th.required {
	background: url('/jsp/images/required.png') no-repeat top left;
}

table.fieldtable td.number {
	text-align: right;
}

table.fieldtablebig {
	width: 90%;
	empty-cells: show;
	margin: 4px;
}

table.fieldtablebig th {
	padding: 4px 4px;
	vertical-align: middle;
	text-align: left;
	color: black;
	padding-left: 16px;
	font-size: 14px;
}

table.fieldtablebig td {
	padding: 4px 4px;
	vertical-align: top;
	text-align: left;
	color: black;
	padding-left: 16px;
	font-size: 13px;
	font-weight: bold;
}
table.fieldtablebig td.text {
	font-weight: normal;
}
table.fieldtablebig td a {
	font-size: 13px;
}

.label {
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
}
.contextmenu {
	position: absolute;
	width: 110px;
	margin-left: 10px;
	border: 1px solid #999999;
	background-color: #E7E3DE;
	line-height: 15px;
	cursor: hand;
	font-size: 10px;
	z-index: 100;
	visibility: hidden;
	padding: 2px;
	text-align: left;
}

.contextmenu div {
	padding: 2px;
}

.skin0 {
	position: absolute;
	width: 110px;
	margin-left: 10px;
	border: 1px solid #999999;
	background-color: #E7E3DE;
	line-height: 15px;
	cursor: hand;
	font-size: 10px;
	z-index: 100;
	visibility: hidden;
	padding: 2px;
	text-align: left;
}

.skin_user_rclick {
	position: absolute;
	width: 140px;
	border: 1px solid #999999;
	background-color: #E7E3DE;
	line-height: 15px;
	cursor: hand;
	font-size: 10px;
	z-index: 100;
	visibility: hidden;
	padding: 2px;
}

#calendarcontainer {
	padding: 10px;
	margin: 0px auto;
	width: 650px;
}

table.tabledatacalendar {
	border: 1px dotted #586A7E;
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}

table.tabledatacalendar th {
	font-weight: normal;
	background-image: url(/jsp/images/th1.gif);
	height: 25px;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
	padding-left: 5px;
	border: 1px dotted #fff;
	font-size: 8pt;
	text-align: center;
}

table.tabledatacalendar td {
	height: 80px;
	empty-cells: show;
	border: 1px dotted #586A7E;
	font-size: 11px;
	font-size: 8pt;
	padding: 0px;
	vertical-align: top;
}

table.tabledatacalendar td.dayevent {
	background-color: #FEFFB9;
	font-weight: bold;
	font-size: 8pt;
	padding: 0px;
}

table.tabledatacalendar td.dayeventdisable {
	background-color: #ECECEC;
	font-size: 8pt;
}

.dayeventdate {
	background-color: #BABEC9;
	height: 18px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
	color: #000;
	font-weight: bold;
}

.disabledate {
	font-size: 8pt;
	background-color: #E2E3E6;
	height: 18px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
	color: #94A6BB;
}

.activedate {
	background-color: #EBEFF4;
	height: 18px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
	color: #2F3A48;
	cursor: pointer;
}

.category1 {
	border: 1px solid #ccc;
	background: #ededed;
	padding: 10px 0px 5px 10px;
	font-size: 11px;
}

.ulcontainer {
	border: 1px solid #ccc;
	background-color: #f5f3f3;
	padding: 5px;
}
#innercontent {
	margin-left: 70px;
	text-align: justify;
	margin-right: 15px;
	padding-bottom: 10px;
}
#randomimaegs {
	text-align: right;
	height: 223px;
	margin: 0;
}

#nanoimages {
	background-color: #5080b1;
	text-align: center;
	height: 92px;
	margin: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black
}
#sizer {
	float: right;
}

#frontimage {
	background-image: url(../imgpraraj/headerimage.gif);
	background-repeat: no-repeat;
	width: 617px;
	height: 121px;
	float: left;
}

#requirefield {
	background: transparent url(/jsp/images/delete.png);
	height: 14px;
	width: 14px;
	display: inline;
	padding-left: 20px;
}

.tablecategory {
	border: 0px solid #000;
	background: #000 url(/jsp/images/blockbg.gif);
	border-collapse: collapse;
	empty-cells: show;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.tablecategory td {
	border: 0px solid #ffffff;
	font-size: 12px;
	padding: 5px;
	padding: 15px;
	text-align: justify;
}

.testfooter {
	background: #6c6b6b;
	height: 79px;
	color: #fff;
	font-size: 11px;
}

ul.orangecircle {
	list-style-image: url(/jsp/images/small.png);
}

ul.orangecircle li {
	margin-bottom: 5px;
	text-align: left;
	color: black;
	padding-left: 16px;
	font-size: 12px;
	font-weight: bold;
}

ul.orangecircle li.normal {
	font-weight: normal;
}

input.buttonhelp {
	border: 1px solid #9d9d9d;
	background-color: #e9f4fe;
	font-weight: normal;
	color: #333;
	outline: none;
	font-family: helvetica;
	font-size: 12px;
	height: 19px;
	vertical-align: middle;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
input.buttonhelp:hover {
	border: 1px outset #E77817;
	background-color: #07AEE6;
	color: #333;
}
input.button {
	border: 1px solid #9d9d9d;
	background-color: #D2D2D2;
	font-weight: bold;
	color: #333;
	outline: none;
	font-family: helvetica;
	font-size: 12px;
	height: 24px;
	vertical-align: middle;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 1px 5px 1px 5px;
}
input.button:hover {
	border: 1px outset #E77817;
	background-color: #D2C2C2;
	color: #333;
}
input.buttonfinish {	
	background: transparent url(/jsp/theme/standard/images/end1.png) no-repeat center left;
	background-position: 5px 10px;
}
input.buttonbig {
	border: 1px solid #9d9d9d;
	background-color: #D2D2D2;
	font-weight: bold;
	color: #333;
	outline: none;
	font-family: helvetica;
	font-size: 14px;
	height: 32px;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	 
}
input.buttonbig:hover {
	border: 1px outset #E77817;
	background-color: #D2C2C2;
	color: #333;
}
input.buttoncolor {
	border: 1px solid #9d9d9d;
	background-color: #4BBF08;
	font-weight: bold;
	color: #fff;
	outline: none;
	font-family: helvetica;
	font-size: 14px;
	height: 32px;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
input.buttoncolorbig{
	height: 54px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
input.buttoncolor:hover {
	color: #000;
	border: 1px outset #9d9d9d;
}
input.buttonblue{
	background: #07AEE6;
}
input.buttonbrown{
	background: #F29D0A; 
}
#helpemployers {
	background: #514f4f url(/jsp/images/helpemployers.png) no-repeat;
	height: 83px;
	border-left: 18px solid #000;
	margin-top: 1px;
}
#over {
	background: #666666;
	filter: alpha(opacity =50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	margin: 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.toplayer {
	position: absolute;
	padding: 6px;
	margin: 0px auto;
	z-index: 1000;
	top: 50px;
	left: 250px;
	width: 600px;
}

.popup {
	border: 1px solid #3B5998;
	margin: 50px;
	text-align: left;
	position: relative;
	padding: 6px;
	background: #E3EEF8;
	-moz-box-shadow: 0 0 10px #a5a5a5;
}

.titlearea {
	cursor: move;
	border: 1px solid #D3D3D3;
	font-weight: bold;
	height: 16px;
	color: #fff;
	padding: 4px 0px 4px 15px;
	background: #3B5998;
}

.popuptitle {
	float: left;
	text-transform: uppercase;
}

.close {
	float: right;
	margin-right: 10px;
}

.popupinner {
	margin: 5px;
	text-align: center;
	padding: 5px;
}

#infoMsg {
	padding: 4px 0px 4px 5px;
	color: #000000;
	margin: 2px auto;
	text-align: left;
	font-size: 13px;
	width: 700px;
	background-color: #fffbe0;
	border: 2px solid #E77817;
	display: none;
}

.infoMsg {
	color: #000000;
	text-align: left;
	width: 100px;
	background-color: #fffbe0;
	border: 1px solid #ff5e3b;
}

#infoMsg a.close,.infoMsg a.close {
	float: right;
	background: url(images/cross.png) no-repeat center center;
}

#infoMsg a.success,.infoMsg a.success { /*margin-right: 6px;*/
	margin: 7px;
	margin-bottom: 3px;
	background: url(images/msg_green.gif) no-repeat center center;
}

#infoMsg a.error,.infoMsg a.error { /*margin-right: 6px;*/
	margin-right: 6px;
	margin-bottom: 3px;
	background: url(images/msg_red.png) no-repeat center center;
}

#infoMsg li {
	list-style-type: none;
}

#popupInfoMsg {
	padding: 4px 0px 4px 5px;
	color: #000000;
	margin: 2px auto;
	text-align: left;
	width: 400px;
	background-color: #fffbe0;
	border: 2px solid #E77817;
	display: none;
}

.popupInfoMsg {
	color: #000000;
	text-align: left;
	width: 100px;
	background-color: #fffbe0;
	border: 1px solid #ff5e3b;
}

#popupInfoMsg a.close,.popupInfoMsg a.close {
	float: right;
	background: url(images/cross.png) no-repeat center center;
}

#popupInfoMsg a.success,.popupInfoMsg a.success {
	margin-right: 7px;
	margin-bottom: 3px;
	background: url(images/msg_green.gif) no-repeat center center;
}

#popupInfoMsg a.error,.popupInfoMsg a.error { 
	margin-right: 6px;
	margin-bottom: 3px;
	background: url(images/msg_red.png) no-repeat center center;
}

#popupInfoMsg li {
	list-style-type: none;
}

.dialog {
	position: absolute;
	padding: 6px;
	margin: 0px auto;
	z-index: 1000;
	top: 70px;
	left: 300px;
	min-width: 500px;
	
	display: none;
}

#dialogbg {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	margin: 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

@font-face {
	font-family: "Rupee font";
	src: url("/jsp/css/font/Rupee_Foradian.ttf") format('truetype');
}

@font-face {
	font-family: "Rupee microsoft";
	src: url("/jsp/css/font/Rupee_Foradian.eot?#iefix") format('embedded-opentype');
}

.rupeeSymbol {
	font-family: Rupee font, Rupee microsoft;
	font-weight: bold;
	
}

a.searchLink {
	color: #4B4B4C;
}

a.searchLink:link {
	color: #4B4B4C;
	text-decoration: none;
}

a.searchLink:visited {
	color: #4B4B4C;
	text-decoration: none;
}

a.searchLink:hover {
	text-decoration: none;
	color: #E77817;
}

.reminingtime {
	background: #fff url(/jsp/images/clock.png) no-repeat scroll left;
	border: 1px solid #e5e4e4;
	font-size: 16px;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px;
	padding-left: 35px;
}

.timeinred {
	color: red;
	font-weight: bold;
	font-size: 16px;
	text-decoration: blink;
}

.questionblock {
	height: 420px;
	overflow: auto;
	background: #fff;
	color: #000;
	border: 1px solid #cccccc;
}

.watermark {
	background: #fff url(/static/images/skillsign_transparent.png);
}

.sitemap {
	width: 100%;
	border-top: 5px solid #000;
	width: 160px;
}

.sitemap ul {
	margin-top: 5px;
	padding: 5px;
	margin-bottom: 8px;
}

.sitemap ul li {
	/*padding-bottom: 2px; /*bottom spacing between menu items*/
	background: url(/jsp/images/arrowbulletselected.png) no-repeat center
		left;
	background-color: #D5D2D2;
	list-style-type: none;
	height: 12px;
	width: 130px;
	padding: 8px 8px 5px 17px;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 25px;
}

.sitemapheader {
	color: white;
	font-size: 15px;
	font: bold 12px Verdana;
	background: gray repeat-x;
	height: 16px;
	padding: 8px 5px 5px 8px;
	width: 100px;
	text-align: center;
}

#search {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	color: #000000;
	font: normal 11px Arial;
	margin-top: 8px;
}

#header {
	background-color: #fff;
	height: 76px;
	text-align: left;
}

#header_c {
	background-color: #fff;
	height: 76px;
	text-align: left;
}
#logo_c { 
	width: 179px;
	height: 45px;
	float: left;
	margin-top: 12px;
	margin-left: 25px;
}
div.showHelp {
	display: none;
	position: absolute;
	width: 250px;
	background:#000;
	text-align: center;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	color:#aaa;
	font-size: 13px;
	font-weight: bold;
}

div.helpContent {
	border: 2px solid #cfcfcf;
	background: #FFFFCF;
	font-weight: bold;
	padding: 4px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-bottom: 2px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.admincosole {
	margin: 3px;
	margin-left: 0px;
	border: 1px solid #cfcfcf;
	height: 60px;
	width: 60px;
	background: #EEEEEE;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
	font-size: 11px;
	word-spacing: 0px;
	font-stretch: narrower;
	color: #000;
}

div.admincosole:hover {
	background: #DBDBDB;
	cursor: pointer;
}

.blink{
	color: #E77817;
	font-weight: bold;
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.slinkStyle {
	padding-right: 6px;
}
.testInst li{
	padding-top: 10px;
	font-size: 14px;
}

.row1{
	background-color:#FFF;
	font-family: verdana;
}

.highlight1{
	background-color:#d5e2ff;
}

.welcomezone {
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #dadada;
}

.servicecolumnzone{padding:20px 0px 0px 0px;}
.servicecolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.servicecolumn2{width:48%; float:right;	margin:0px 0px 10px 0px;}

h5.pagecontent {
	font:15px Myriad Pro, Arial, Helvetica, sans-serif; 
	color:#b54c00;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #b54c00;
	margin:0px 0px 10px 0px;
	}

.userrow{
	background-color: #f5f5f5;
}

.hand{
	cursor: pointer;
}

.resultscontainer {
	border:1px solid #CCC;width:680px;;padding:4px;margin-top:5px;margin-left:20px;height:auto;margin-bottom:5px;
}
.recocontainer {
	border:1px solid #CCC;width:650px;padding:4px;margin-top:5px;margin-left:20px;height:auto;
}

.graphcontainer {
	margin-top:20px; margin-left:20px; width:400px; height:250px;
border:1px solid #ccc;
}
.tablecontainer 
{	border:1px solid #cccccc;margin-left:18px;width:85%;}
.statscontainer {margin-left:140px;width:50%;float:left;text-align:center;}
table.totalfiles
	{width:100%;border-collapse: collapse;empty-cells: show;background-color:white;padding:0px;}
table.totalfiles td {
	padding: 8px;
	empty-cells: show;
	border-right: 1px dotted #D5D2D2;
	font-family: "ProximaNova","HelveticaNeue","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 11px;
}
table.totalfiles td.blank {
	padding: 8px;
	empty-cells: show;
	border-right: 0px;
	font-family: "ProximaNova","HelveticaNeue","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 11px;
}
table.totalfiles td.label {
	font-size: 15px;
	font-weight: bold;
    color: #999999;
}
.hdg {
    background-color: #666666;
    height: 1.8em;
	color: #FFFFFF;
    margin-top: 2px;
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    white-space: nowrap;
	font-size:120%;
	font-weight:bold;
	margin-left: 15px;
}

.scrollablecontainer {
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	width:98%;
	overflow-y: hidden;
	overflow-x: hidden;
	-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;
	padding: 3px 3px;margin-left:15px;
	height:250px;
}
.scrollablecontainer:hover{
	overflow-y: auto;
}
.xscrollablecontainer {
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	width:98%;
	overflow-y: hidden;
	overflow-x: hidden;
	-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;
	padding: 3px 3px;margin-left:15px;
	height:250px;
}
.xscrollablecontainer:hover{
	overflow-x: auto;
}
.arrow-up {
        width: 0;
        height: 0;
        cursor: pointer;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 40px solid #07AEE6;
}
.arrow-down {
        width: 0;
        height: 0;
        cursor: pointer;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 40px solid #07AEE6;
}
.arrow-right {
        width: 0;
        height: 0;
        cursor: pointer;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 50px solid #07AEE6;
}
.arrow-left {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; 
		cursor: pointer;
        border-right:50px solid #07AEE6;
}
.gradecolor {
	background-color: #FFB90F;
	color: black;
	font-family: cursive;
	font-size: 14px;
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	padding: 2px 8px 2px 8px;
}
p { padding: 0px; margin: 0px; }

.bluebg {
 	font-size:38px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	text-align: center;
	background: #94D1E1 url('/static/images/FeatureHeaderBG.jpg');
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
}
.feature{
	background: #E0F2F7;
	padding: 0px 7px 7px 7px;
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	border: 1px solid #94D1E1;
}
.featuretext{
	color: #666;
	font-weight: normal;
	font-size:13px;
	text-align: justify;
}
span.stars, span.stars span {
	display: block;
	background: url(/static/images/stars.png) 0 -16px repeat-x;
	width: 80px;
	height: 16px;
}

span.stars span {
	background-position: 0 0;
}

/* Jatt (Just Another Tooltip) overall */
.tooltip, .preview, .screenshot { cursor: pointer; }

/* tooltip only, don't add a default width to
 preview/screenshot tooltips or the image won't fit inside */
#tooltip { width: 250px; }

/* basic tooltip style */
#tooltip, #preview {
 color: #fff;
 background: #07AEE6;
 border: 1px solid #777;
 padding: 8px;
 font-weight:bold;
 display: none;
 opacity: 0.9;
 filter: alpha(opacity=90);
 text-align: left;
 border-radius: .5em;
 -moz-border-radius: .5em;
 -webkit-border-radius: .5em;
 z-index: 1000;
}

h1.bluebk{
	vertical-align: middle;
	text-align: center;
	background: #94D1E1 url('/static/images/FeatureHeaderBG.jpg');
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	font-size: 38px;
	color: white;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:15px;
}
h1.medium{
	font-size:15px;
}

