@charset "utf-8";
/*
* {
	margin: 0;
	padding: 0;
}
*/

/** General Style Info **/
/*
body {
	background: #f9f9f9;
	color: #2d2d2d;
	font-family: 'ubuntu', 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	margin: 0;
	font-weight:normal;
}
*/
a {
	text-decoration: none;
	color: #4A45A7;
	cursor:pointer;
}
a:hover {
	color: #7C8FDC;
	text-decoration: underline;
}
a img {
	border: none;
}




div.actions {
	float: left;
	width: 100%;
	text-align: right;
}
div.actions h3 {
	color: #777;
}

div.actions li {
	display: inline;
}

.actions-title {
	width:300px;
	/*border:1px red solid;*/
	float:left;
	text-align:left;
}

.actions-items {
	text-align:right;
	width:700px;
	float:right;
	margin-right:20px;
	font-weight:normal;
}


#header{
	text-align: left;
	width:1100px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

#header h1 {
	color: #fff;
	height:35px;
	font-size:30px;
	margin-top: 0px;
}
#header h1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size:70%;
	text-shadow: 1px 2px 1px #000;
}
#header a:hover {
	color: #eee;
	text-decoration: underline;
}

#container-header {
	width:100%;
	/*background: transparent url('../img/background-2.jpg') repeat-x;*/
	/*background: transparent url('../img/bg-1.jpg') repeat-x;*/
	/*background: transparent url('../img/sky_blue_textured_background_seamless.jpg') repeat-x;*/
	background: transparent url('../img/bg.jpg') repeat-x;
	/*background: transparent url('../img/bg2.png') repeat-x;*/
	height:80px;
}

/*
#container {
	border:1px #AAAAAA solid;
	border-top: none;
	text-align: left;
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
*/
/*
#container h2 {
	margin-left:20px;
	color:#4A45A7;
	font-size:130%;
}
*/

.sub-menu {
	/*background-color: cyan;*/
	text-align:right;
	font-size:9pt;
	/*width:600px;*/
	float:right;
	padding-left:10px;
	color:#fff;
}

.sub-menu li {
	margin:5px;
}


.sub-menu a:link, .sub-menu a:visited, .sub-menu a:hover, .sub-menu a:active {
	color:#fff;
}



.main-menu {
	text-align:left;
	font-size:11pt;
	width:1000px;
	float:left;
	margin-top:5px;
}

.main-menu li, .sub-menu li, .wrapper-search li {
	display: inline;
}



.wrapper-search {
	text-align:right;
	font-size:11pt;
	width:150px;
	float:right;
}


/*
table.table-merge-interviewers-projects tr:hover td {
	background-color: #3C74DB;
	color:#fff;
	text-shadow: #000 0px 1px 0px;
}
*/

div .index table tr:hover td, 
div .index table tr:hover td a:link, 
div .index table tr:hover td a:active, 
div .index table tr:hover td a:hover, 
div .index table tr:hover td a:visited 
 {
	background-color: #3C74DB;
	color:#fff;
	text-shadow: #000 0px 1px 0px;
}



.index {
	/*background-color:#5C5C5C;*/
	width:100%;
	float:left;
}

.paging {
	margin-top:10px;
	text-align:right;
	width:100%;
	clear:both;
}


.index-table {
	width:1080px;
	border-top:1px #AAAAAA solid;
	border-left:1px #AAAAAA solid;
	border-right:1px #AAAAAA solid;
	border-bottom:none;
	margin:10px;
	float:left;
}

.index-table div.cell-1 {
	float:left;
	width:40px;
	text-align:right;
	padding-right:10px;
}

.index-table div.cell-2 {
	float:left;
	width:900px;
}

.index-table div.cell-3 {
	float:right;
	width:120px;
	text-align:left;
}

.index-table div.cell-4 {
	float:left;
	width:100%;
	padding-left:50px;
	padding-top:5px;
}

.index-table-0 {
	background-color:#fff;
	float:left;
	border-bottom:1px #AAAAAA solid;
	padding-bottom:10px;
	padding-top:5px;
}

.index-table-1 {
	background-color:transparent;
	float:left;
	border-bottom:1px #AAAAAA solid;
	padding-top:5px;
	padding-bottom:10px;
}


/*
.index table td.title {
	font-weight:bold;
}

.index table td.cnt {
	width:40px;
	text-align:right;
}

.index table td.actions {
	width:140px;
	text-align:right;
}

.index-table-0 {
	background-color:#fff;
}

.index-table-1 {
	background-color:#f3f3f3;
}*/


.main-menu a:link, .main-menu a:hover, .main-menu a:active, .main-menu a:visited, 
.wrapper-search a:link, .wrapper-search a:hover, .wrapper-search a:active, .wrapper-search a:visited
 {
	color:#fff;
	font-weight:normal;
	margin-right:10px;
	font-size:10pt;
	text-shadow: 1px 1px 1px #000;
}


/* awesome buttons */
.awesome {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-radius: 3px 3px 3px 3px;
}

.small.awesome {
	font-size: 11px;
}
.medium.awesome {
font-size: 13px;
padding: 4px 20px 4px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.blue.awesome {
background-color: #7CB3DE;
color:#fff;
text-shadow: #242424 1px 1px 0px;
/*border:1px #2F79B7 solid;*/
text-decoration:none;
}

.blue.awesome:hover {
background-color: #3387CC;
color:#fff;
text-shadow: #242424 1px 1px 0px;
text-decoration:none;
}


.green.awesome {
background-color: #34AB4F;
color:#fff;
text-shadow: #242424 1px 1px 0px;
text-decoration:none;
}

.red.awesome {
background-color: #e33100;
color:#fff;
text-shadow: #242424 1px 1px 0px;
text-decoration:none;
}
.magenta.awesome {
background-color: #a9014b;
color:#fff;
text-shadow: #242424 1px 1px 0px;
text-decoration:none;
}
.orange.awesome {
	background-color: #fbce2d;
	color:#202020;
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration:none;
}
.yellow.awesome {
	background-color: #ffb515;
	color:#fff;
	text-shadow: #242424 1px 1px 0px;
	text-decoration:none;
}

.gray.awesome {
background-color: #F4F4F4;
color:#000;
text-shadow: #fff 1px 1px 0px;
text-decoration:none;
}

.gray.awesome:hover {
background-color:#DFDFDF;
color:#000;
text-shadow: #fff 1px 1px 0px;
text-decoration:none;
}

/* awesome buttons, end */


.edit-form {
	float:left;
	width:100%
}

.edit-form div {
	margin:10px;
}
.edit-form div label {
	width:200px;
	float:left;
	clear:both;
	text-align:right;
	margin-right:10px;
}


dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	/*background: #f4f4f4;*/
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

fieldset {
	/*border: none;*/
	margin: 1em;
	padding: 16px 10px;
}
fieldset legend {
	/*color: #e32;*/
	/*font-size: 160%;*/
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	/*font-size: 120%;*/
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}


a:link.newSubItem, a:active.newSubItem, a:visited.newSubItem {
	color:#fff;
	margin-left:20px;
}


a:hover.newSubItem {
	color:#80FFFF;
}




.msg_head {
	color:#fff;
	text-shadow: #777 0px 1px 0px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}

	.msg_list {
		margin-top:30px;
		border-top:1px #CFCFCF solid;
		border-left:1px #CFCFCF solid;
		border-right:1px #CFCFCF solid;
		border-bottom:1px #CFCFCF solid;
		width: 100%;
		float:left;
		/*background: transparent url('../img/breadcrumbs.png') 300px 7px repeat-x;*/
		

	}
	.msg_head {
		/*padding: 10px 0px 10px 10px;*/
		cursor: pointer;
		/*position: relative;*/
		margin:0px;
		color:#000;
		float:left;
		width:1088px;
		background:-moz-linear-gradient(center top , #F7F7F7 0%, #E6E6E6 100%) repeat scroll 0 0 transparent;
		height:29px;
	}
	.msg_body {
		/*margin:10px 10px 10px 10px;*/
		/*padding: 10px 15px 10px 15px;*/
		color:#000;
	}

#msg-list-new {
	z-index:10000;
	float:right;
	width:84px;
	height:30px;
	padding-top:10px;
	padding-left:14px;
	background:-moz-linear-gradient(center top , #F7F7F7 0%, #E6E6E6 100%) repeat scroll 0 0 transparent;
	border-left:1px #AEAEAE solid;
}


#wrapper-invoice-items {
	border:1px #7F7F7F solid;
	width:1098px;
	background-color:#fff;
}


#wrapper-invoice-items table {
	/*width:1050px;*/
	color:#000;
	text-shadow: #fff 0px 1px 0px;
	font-weight:normal;
	/*margin-top:20px;*/
	/*margin-bottom:20px;*/
	border-collapse: collapse;

}

.msg_body #wrapper-invoice-items tr {
	border-bottom:1px #D7D7D7 solid;
	-moz-box-shadow: 0px 1px 0px #2D2D2D;
	-webkit-box-shadow: 0px 1px 0px #2D2D2D;
	box-shadow: 0px 1px 0px #2D2D2D;
}

#wrapper-invoice-items td {
	border:1px rd solid;
}










/* messages */
#flashMessage, #flashMessage.info, #flashMessage.success, #flashMessage.warning, #flashMessage.error, #flashMessage.validation {
	background-color:#13E12A;
	text-align: center;
	position:absolute;
	width:100%;
	top:0px;
	height:45px;
	text-shadow: #fff 0px 1px 0px;
	font-size:12pt;
	padding-top:10px;
	font-weight: bold;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

#flashMessage.info {
	color: #00529B;
	background-color: #BDE5F8;
	border-top: 2px #39B0EA solid;
	border-bottom: 2px #39B0EA solid;
}

#flashMessage.success {
	color: #FFFFFF;
	background-color:#13E12A;
	border-top: 3px #0D931B solid;
	border-bottom: 3px #0D931B solid;
}

#flashMessage.warning {
	color: #ffffff;
	background-color: #C8D11B;
	border-top: 3px #AD9612 solid;
	border-bottom: 3px #AD9612 solid;
}

#flashMessage.error {
	color: #fff;
	background-color: #800000;
	border-top: 3px #550000 solid;
	border-bottom: 3px #550000 solid;
}
/* end*/

div.index table {
	border: 1px #787878 solid;
	margin-top:15px;
}

/** Tables **/
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ?';
}
th a.desc:after {
	content: ' ?';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow tr {
	background: #f5f5f5;
}


td.actions, th.actions {
	text-align: center;
	white-space: nowrap;
	width: 120px;
}

th.id, td.id {
	width: 40px;
}


#footer {
	text-align:center;
	margin-top:0px;
	margin-bottom:20px;
	font-size:8pt;
	text-shadow: #fff 0px 1px 0px;
}



.status-0 { color:#FF8040; }
.status-0 a:link, .status-0 a:hover, .status-0 a:active, .status-0 a:visited { color:#FF8040; }
.status-1 { color:#c3c3c3; /*text-shadow:#969696 0px 1px 0px;*/ }
.status-1 a:link, .status-1 a:hover, .status-1 a:active, .status-1 a:visited { color:#c3c3c3; }
.status-2 { color:#D58F31; text-shadow:#313131 0px 1px 0px; }
.status-2 a:link, .status-2 a:hover, .status-2 a:active, .status-2 a:visited { color:#C0C0C0; }
.status-3 { color:#2D2D2D; }
.status-3 a:link, .status-3 a:hover, .status-3 a:active, .status-3 a:visited { color:#2D2D2D; }
.status-4 { color:#138839; }
.status-4 a:link, .status-4 a:hover, .status-4 a:active, .status-4 a:visited { color:#FF8040; }
.status-5 { color:#5476ED; }
.status-5 a:link, .status-5 a:hover, .status-5 a:active, .status-5 a:visited { color:#153eca; }
.status-6 { color: #c3c3c3;  text-decoration:line-through; }
.status-6 a:link, .status-6 a:hover, .status-6 a:active, .status-6 a:visited { color:#c3c3c3; }
.status-7 { color:#FF8040; text-decoration:line-through; }
.status-7 a:link, .status-7 a:hover, .status-7 a:active, .status-7 a:visited { color:#FF8040; }
.completed { color:#7DCCBC; text-decoration:line-through; }
.completed a:link, .completed a:hover, .completed a:active, .completed a:visited { color:#2D2D2D; }
.postponed { color:#aeaeae; text-decoration:line-through; }
.postponed a:link, .postponed a:hover, .postponed a:active, .postponed a:visited { color:#aeaeae; }

.archived { color:#B9B9B9; text-decoration:none; }
.archived a:link, .archived a:hover, .archived a:active, .archived a:visited { color:#2D2D2D; }



.first-column {
	width:30px;
}
.actions {
	width:100px;
}

.td-150 {
	width:150px;
}


.input {
	/*padding-top:5px;
	padding-bottom:5px;*/
}

.input label {
	/*padding-right:10px;*/
}


input[type="checkbox"] {
  margin-top: 3px;
}

input[type="text"], input[type="number"], input[type="option"], select, textarea {
	font-family: 'ubuntu', 'lucida grande', verdana, helvetica, arial, sans-serif;
}


#timerStatus {
	text-shadow: #000 0px 1px 0px;
	padding:0px 5px 0px 5px;
}



/** Paging **/
.paging {
	/*background:#fff;*/
	color: #ccc;
	margin-top: 1em;
	clear:both;
	float:right;
	width:500px;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #000;
}

.paging span {
	background:#fff
}



.expense-incoming {
	color:#318666
}

.expense-outgoing {
	color:#800000;
}

#search-box-basic {
	border:1px #C0C0C0 solid;
	margin-bottom:10px;
	padding:0px 0px 0px 25px;
	height:19px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #fff url('../img/search-icon.gif') 3px -1px no-repeat;
	width:100px;
}


/*
.nNote p {
    font-weight: bold;
    margin: 0;
    padding: 10px 25px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}



.nSuccess {
    background: -moz-linear-gradient(center top , #D6EFA1 0%, #D0E69D 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C1D779;
    box-shadow: 0 1px 2px #E3F4BF inset, 0 1px 1px #DFDFDF;
    color: #4F7307;
    width:80%;
}
.nNote {
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    margin: 32px 0 0;
}
*/


#map_canvas, #map_canvas div {
	margin:0px;
	padding:0px;
}


SPAN.skype_pnh_container, SPAN.skype_pnh_container * {
	font-family: 'ubuntu', 'lucida grande', verdana, helvetica, arial, sans-serif;
	
}




#help {
	margin-left:auto;
	margin-right:auto;
	width:1120px;
	text-align:left;
	/*margin-top:10px;*/
	margin-bottom:20px;
	font-size:8pt;
	text-shadow: #fff 0px 1px 0px;
	color:#404040;
}


#help-wrapper {
	margin-left:auto;
	margin-right:auto;
	border:1px #B9B9B9 solid;
	width:1120px;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	font-size:8pt;
	text-shadow: #fff 0px 1px 0px;
	color:#404040;
	background-color:#fff;
	padding:5px;
	display:none;
}


.help-opener {
	background-color:green;
	color:#fff;
	text-shadow: #000 0px 1px 0px;
	cursor: pointer;
	padding:0px 5px 1px 5px;
	margin-top:5px;
}

#help-wrapper p {
	line-height:20px;
	margin-top:3px;
	margin-bottom:3px;
}

#help-wrapper ul {
	margin-left:30px;
}


.active-timer {
	background-color: #34AB4F;
	padding: 1px 10px;
	text-shadow: 0 1px 0 #000000;
	color:#fff;
	border-bottom:1px #5c5c5c solid;
	
}


/* BOOTSTRAP */
.form-horizontal .form-group {
	margin-top: 10px;
}
label {
	padding-right:10px;
}

.question-text {
	font-weight:bold;
}

.answer-text {
	font-weight:normal;
	cursor:pointer;
}

.answer {
	padding-left:5px;
	padding-right:5px;
}

.voucher-list-label {
	font-weight:bold;
}

.help-text {
	padding:10px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	border:1px #bbbbbb solid;
	background-color:#d6ddf8;
	text-shadow: #fff 0 1px 0;
	float:left;
	width:100%;
}