/* RESET
************************************************************/
html
{
	overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
address,
form,
fieldset,
hr,
blockquote
{
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 1;
}

img,
fieldset
{
	border: none;
}

a
{
	text-decoration: none;
}

a img
{
	border: 0;
}

img
{
	vertical-align: middle;
}

abbr,
label
{
	cursor: pointer;
}

table
{
	border-collapse: collapse;
}

/* black */
/* gray */
/* white */
/* orange */
/* red */
/* blue */
/* rosy */
/* green */
/* pink */
/* GLOBAL
************************************************************/
body
{
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url('/img/bg.gif') top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #555;
}

body.login
{
	background: #fff;
}

#all
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	min-height: 400px;
}

a
{
	color: #29ABE2;
	text-decoration: underline;
}

a:hover, a:focus, a:active
{
	text-decoration: none;
}

/* HEADER
************************************************************/
#header
{
	width: 940px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	height: 30px;
}

#header p.userStatus
{
	width: 340px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-right: 0;
	text-align: right;
	float: right;
}

/* MAIN NAV
************************************************************/
#navBox
{
	width: 160px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
}

#navBox h1
{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #ccc;
	margin: 10px 0 5px 0;
}

ul.mainNav
{
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

ul.mainNav li
{
	width: 160px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}

ul.mainNav li a
{
	background: #29aae2;
	background-image: -webkit-gradient(          linear, left top, left bottom, color-stop(0, rgb(41, 170, 226)), color-stop(1, rgb(0, 113, 188))          );
	background-image: -moz-linear-gradient(          center top, rgb(41, 170, 226) 0%, rgb(0, 113, 188) 100%          );
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin: 0 0 4px 0;
	padding: 6px 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: block;
}

ul.mainNav li ul
{
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 0;
	float: left;
	display: inline;
}

ul.mainNav li ul li a
{
	background: none;
	padding: 2px 20px;
}

ul.mainNav li ul li a:hover
{
	text-decoration: underline;
}

#dashboard .mainNav li.dashboard a,
#partners .mainNav li.partners a,
#candidates .mainNav li.candidates a,
#pity .mainNav li.pity a,
#stats .mainNav li.stats a,
#users .mainNav li.users a
{
	background: #fff;
	color: #000;
}

#dashboard .mainNav li.dashboard li a,
#partners .mainNav li.partners li a,
#candidates .mainNav li.candidates li a,
#pity .mainNav li.pity li a,
#stats .mainNav li.stats li a,
#users .mainNav li.users li a
{
	background: none;
	color: #fff;
}

/* CONTENT
************************************************************/
#content
{
	width: 760px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
/*  	background-color: #fff;
*/
	padding-top: 0px;
	padding-bottom: 20px;
	min-height: 500px;
/*  	-webkit-box-shadow: -20px 0px 0px 0px #fff, -20px 500px 0px 0px #fff;
	-moz-box-shadow: -20px 0px 0px 0px #fff, -20px 500px 0px 0px #fff;
	box-shadow: -20px 0px 0px 0px #fff, -20px 500px 0px 0px #fff;
*/
}

#content h2
{
	font-size: 22px;
	margin: 10px 0px 5px 0px;
}

#content h3
{
	font-size: 16px;
	margin: 15px 0px 5px 0px;
}

#content p.moduleInfo
{
	color: #aaa;
	font-style: italic;
}

/** INNER NAV
************************************************************/
.innerNav
{
	width: 760px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-left: 0;
	margin-right: 0;
	background-image: -webkit-gradient(        linear, left bottom, left top, color-stop(0, #E3E3E3), color-stop(0.1, #FFFFFF)    );
	background-image: -moz-linear-gradient(        center bottom, #E3E3E3 0%, #FFFFFF 39%    );
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 4px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.innerNav li
{
	list-style: none;
	display: inline;
}

.innerNav li a
{
	background: #999;
	text-decoration: none;
	color: #fff;
	margin: 5px 2px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 3px 6px;
	float: left;
	display: inline;
}

.innerNav li a:hover
{
	background: #bbb;
}

.innerNav li.selected a
{
	background: #fff;
	color: #333;
	-webkit-box-shadow: 0px -2px 1px 0px #ebebeb;
	-moz-box-shadow: 0px -2px 1px 0px #ebebeb;
	box-shadow: 0px -2px 1px 0px #ebebeb;
}

/* FLASH MESSAGES
************************************************************/
.messageSuccess
{
	background: #dff2ca;
	font-size: 12px;
	padding: 5px 10px;
	margin: 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #caeaa7 solid 3px;
}

.messageError
{
	background: #f8e0e0;
	font-size: 12px;
	padding: 5px 10px;
	margin: 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #f3a4a4 solid 3px;
}

.messageInfo
{
	background: #f8ebb9;
	font-size: 12px;
	padding: 5px 10px;
	margin: 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #f3d55f solid 3px;
}

/** FAST ACTIONS
************************************************************/
.fastActions
{
	width: 340px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-left: 0;
}

.fastActions a
{
	text-decoration: none;
	margin-right: 10px;
	float: left;
	display: inline;
}

.fastActions a img
{
	display: block;
}

.fastActions a .label
{
	line-height: 1.3em;
	text-align: center;
	color: #555;
	width: 70px;
	display: block;
}

/** ACTIONS
************************************************************/
.editBtn
{
	display: inline-block;
	zoom: 1;
/* zoom and *display = ie7 hack for 	display: inline-block */
*display:inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	font-size: 11px;
	padding: .4em .5em .45em;
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.editBtn:hover
{
	text-decoration: none;
}

.editBtn:active
{
	position: relative;
	top: 1px;
}

.editBtn:hover
{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.editBtn:active
{
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.deleteBtn
{
	display: inline-block;
	zoom: 1;
/* zoom and *display = ie7 hack for 	display: inline-block */
*display:inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	font-size: 11px;
	padding: .4em .5em .45em;
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.deleteBtn:hover
{
	text-decoration: none;
}

.deleteBtn:active
{
	position: relative;
	top: 1px;
}

.deleteBtn:hover
{
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

.deleteBtn:active
{
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.historyBtn
{
	display: inline-block;
	zoom: 1;
/* zoom and *display = ie7 hack for 	display: inline-block */
*display:inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	font-size: 11px;
	padding: .4em .5em .45em;
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.historyBtn:hover
{
	text-decoration: none;
}

.historyBtn:active
{
	position: relative;
	top: 1px;
}

.historyBtn:hover
{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.historyBtn:active
{
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

button.send_mail,
button.send_sms,
button.assign_to_partner
{
	display: inline-block;
	zoom: 1;
/* zoom and *display = ie7 hack for 	display: inline-block */
*display:inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	font-size: 11px;
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

button.send_mail:hover, button.send_sms:hover, button.assign_to_partner:hover
{
	text-decoration: none;
}

button.send_mail:active, button.send_sms:active, button.assign_to_partner:active
{
	position: relative;
	top: 1px;
}

button.send_mail:hover, button.send_sms:hover, button.assign_to_partner:hover
{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

button.send_mail:active, button.send_sms:active, button.assign_to_partner:active
{
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/** SEARCH BOX
************************************************************/
.searchBox
{
	background: #eee;
	margin: 20px 0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.searchBox.global
{
	width: 400px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 10px;
}

.searchBox form fieldset
{
	padding: 25px 10px 10px 10px;
}

.searchBox form fieldset legend
{
	background: #fafafa;
	padding: 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 0px 0px #cccccc;
	-moz-box-shadow: 0px 2px 0px 0px #cccccc;
	box-shadow: 0px 2px 0px 0px #cccccc;
	position: absolute;
	top: -10px;
	left: 10px;
}

.searchBox form fieldset .fieldsList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.searchBox form fieldset .fieldsList li
{
	list-style: none;
	margin-right: 5px;
	float: left;
	display: inline;
}

.searchBox form fieldset .fieldsList li label
{
	display: block;
}

.searchBox form fieldset .fieldsList li .fields
{
	display: block;
}

.searchBox form fieldset input[type=text]
{
	width: 130px;
}

.searchBox form fieldset select
{
	width: 130px;
}

.searchBox form fieldset input.submit
{
	display: inline-block;
	zoom: 1;
/* zoom and *display = ie7 hack for 	display: inline-block */
*display:inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	font-size: 12px;
	padding: .4em 1.5em .42em;
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	margin-top: 17px;
	padding: 3px 10px 4px;
}

.searchBox form fieldset input.submit:hover
{
	text-decoration: none;
}

.searchBox form fieldset input.submit:active
{
	position: relative;
	top: 1px;
}

.searchBox form fieldset input.submit:hover
{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.searchBox form fieldset input.submit:active
{
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* TABLES
************************************************************/
table.generic
{
	margin: 10px 0px;
	width: 100%;
	border-collapse: collapse;
}

table.generic thead th
{
	background: #eee;
	text-align: left;
	padding: 5px 10px;
	border-bottom: #ddd solid 1px;
}

table.generic thead th.date
{
	width: 90px;
}

table.generic thead th.actions
{
	min-width: 40px;
}

table.generic tbody tr.evenRow
{
	background: #f0f0f0;
}

table.generic tbody tr.evenRowNotice
{
	background: #ffffcc !important;
}

table.generic tbody tr:hover
{
	background: #b1ebfc;
}

table.generic tbody td
{
	padding: 2px 5px;
	border: #ddd solid 1px;
}

table.generic tbody td.actions
{
	text-align: right;
	whitespace: nowrap;
}

table.generic tfoot tr td
{
	background: #eee;
	padding: 5px 10px;
}

/** PAGINATION
************************************************************/
.pagination
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.pagination li
{
	font-size: 11px;
	list-style: none;
	margin: 0px 2px 0px 0px;
	padding: 0;
	border: 0;
}

.pagination a
{
	margin-right: 2px;
	border: solid 1px #0071BC;
	float: left;
	display: inline;
}

.pagination .previous-off,
.pagination .next-off
{
	font-weight: bold;
	color: #888888;
	margin-right: 2px;
	padding: 3px 4px;
	border: solid 1px #DEDEDE;
	float: left;
	display: inline;
}

.pagination .next a,
.pagination .previous a
{
	font-weight: bold;
}

.pagination .active
{
	background: #0071BC;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 6px;
	float: left;
	display: inline;
}

.pagination a:link, .pagination a:visited
{
	text-decoration: none;
	color: #0071BC;
	padding: 3px 6px;
}

.pagination a:hover, .pagination a:active, .pagination a:focus
{
	border: solid 1px #29ABE2;
}

.paginationInfo
{
	color: #aaa;
	padding-top: 5px;
	clear: both;
}

/* FORMS
************************************************************/
form.generic .fieldset
{
	position: relative;
}

form.generic fieldset
{
	background: #eefbff;
	margin-top: 30px;
	padding: 20px 10px 5px;
	-webkit-box-shadow: 0px 1px 1px 1px #efeff2;
	-moz-box-shadow: 0px 1px 1px 1px #efeff2;
	box-shadow: 0px 1px 1px 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}

form.generic fieldset legend
{
	background: #222;
	font-weight: bold;
	color: #eee;
	letter-spacing: 1px;
	padding: 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 0px 0px #cccccc;
	-moz-box-shadow: 0px 2px 0px 0px #cccccc;
	box-shadow: 0px 2px 0px 0px #cccccc;
	position: absolute;
	top: -10px;
	left: 10px;
}

form.generic fieldset ol.formFields
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	clear: both;
}

form.generic fieldset ol.formFields li
{
	list-style-type: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: #eee solid 1px;
	width: 100%;
	float: left;
	display: inline;
	clear: both;
}

form.generic fieldset ol.formFields li:last-child
{
	border-bottom: 0;
}

form.generic fieldset ol.formFields li label
{
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	width: 195px;
	float: left;
	display: inline;
}

form.generic fieldset ol.formFields li .fields
{
	width: 350px;
	float: left;
	display: inline;
}

form.generic fieldset ol.formFields li .fields .value_view
{
	padding-top: 3px;
	display: block;
}

form.generic fieldset ol.formFields li input[type=text],
form.generic fieldset ol.formFields li  input[type=password]
{
	font-size: 12px;
	width: 96%;
}

form.generic fieldset ol.formFields li textarea
{
	font-size: 12px;
	min-height: 90px;
	width: 96%;
}

form.generic fieldset ol.formFields li select
{
	font-size: 12px;
	width: 60%;
}

form.generic fieldset ol.formFields li.info
{
	font-style: italic;
	color: #999;
}

form.generic fieldset ol.formFields li .form_error
{
	color: #ff6a30;
	padding-top: 4px;
	width: 200px;
	float: left;
	display: inline;
}

form.generic .formButtons
{
	margin: 10px 0px 20px 0px;
}

form.generic .formButtons .submit
{
	display: inline-block;
	zoom: 1;
/* zoom and *display = ie7 hack for 	display: inline-block */
*display:inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

form.generic .formButtons .submit:hover
{
	text-decoration: none;
}

form.generic .formButtons .submit:active
{
	position: relative;
	top: 1px;
}

form.generic .formButtons .submit:hover
{
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

form.generic .formButtons .submit:active
{
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

form.generic .formButtons .reset_button
{
	display: inline-block;
	zoom: 1;
/* zoom and *display = ie7 hack for 	display: inline-block */
*display:inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

form.generic .formButtons .reset_button:hover
{
	text-decoration: none;
}

form.generic .formButtons .reset_button:active
{
	position: relative;
	top: 1px;
}

form.generic .formButtons .reset_button:hover
{
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

form.generic .formButtons .reset_button:active
{
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.error input,
.error textarea,
.error select
{
	border-width: 2px;
	border-style: solid;
	border-color: #ED1C24;
	background: #FFE6E7;
}

/* LOGIN FORM
************************************************************/
.loginForm
{
	background: #eefbff;
	margin-top: 30px;
	padding: 20px 10px 20px;
	-webkit-box-shadow: 0px 1px 1px 1px #efeff2;
	-moz-box-shadow: 0px 1px 1px 1px #efeff2;
	box-shadow: 0px 1px 1px 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
/*  	background-color: #DDD;
*/
	font-size: 18px;
	line-height: 150%;
	margin: 160px auto 0px;
/*  	padding: 20px;
*/
/*  	-webkit-border-radius: 15px;
*/
/*  	-moz-border-radius: 15px;
*/
/*  	border-radius: 15px;
*/
	width: 400px;
	position: relative;
	clear: both;
}

.loginForm legend
{
	background: #222;
	font-weight: bold;
	font-size: 14px;
	color: #eee;
	letter-spacing: 1px;
	padding: 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 0px 0px #cccccc;
	-moz-box-shadow: 0px 2px 0px 0px #cccccc;
	box-shadow: 0px 2px 0px 0px #cccccc;
	position: absolute;
	top: -10px;
	left: 10px;
}

.loginForm .formFields
{
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0;
}

.loginForm .formFields li
{
	list-style-type: none;
	width: 50%;
	float: left;
	display: inline;
}

.loginForm .formFields li.buttons
{
	padding-top: 20px;
	width: 100%;
	clear: both;
}

.loginForm .formFields label
{
	display: block;
}

.loginForm .formFields input[type=text],
.loginForm .formFields  input[type=password]
{
	font-size: 16px;
	color: #333;
	width: 90%;
}

.loginForm .formFields input.submit
{
	display: inline-block;
	zoom: 1;
/* zoom and *display = ie7 hack for 	display: inline-block */
*display:inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	width: 396px;
	font-size: 30px;
}

.loginForm .formFields input.submit:hover
{
	text-decoration: none;
}

.loginForm .formFields input.submit:active
{
	position: relative;
	top: 1px;
}

.loginForm .formFields input.submit:hover
{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.loginForm .formFields input.submit:active
{
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/** FOOTER
************************************************************/
#all #footer
{
	background: #333;
	font-size: 11px;
	text-align: right;
	line-height: 1.5em;
	color: #B3B3B3;
	margin: 20px 0;
	padding: 10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	display: inline;
	clear: both;
}

.grid-overlay
{
	background: url('/css/scaffold/cache/Layout/10_40_10_18_grid.png');
}


.generic tbody tr td.actions p {
    padding-top: 3px;
}

.hideElement
{
	display: none;
}

.showElement
{
	display: block;
}

#tableMeldingDataSeparator
{
	padding-right: 205px;
}

td.graphicMainTable 
{
	width: 120px;
	height: 72px;
	border: 1px solid;
	background-color: #C8C9C0;
	vertical-align: top;
	text-align: right;
	cursor:pointer;
}

td.graphicCheckedTable
{
	width: 120px;
	height: 72px;
	border: 1px solid #767676;
	background-color: #138cce;
	vertical-align: top;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	cursor:pointer;
}

td.graphicCheckedTable p {
    text-align: center;
}

td.graphicCheckedTable a {
    color: #fff;
}

.generic .lp {
     width:11px;
     padding: 2px;
}

.generic .candidates_checkbox {
    width:10px;
    padding: 1px
}