/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
	width: 100%;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



#flashMessage {
	border: 2px solid #f00;
	padding: 10px;
	width: 500px;
	background: #fff;
	text-align: center;
	margin: 20px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.message-error {
	color: #f00;
}

.message-ok {
	color: #0f0;
}


img.action {
	width: auto;
	height: 16px;
	margin: 5px;
}

table th {
	padding: 2px 10px;
}
table td {
	padding: 2px 10px;
}

.nodisplay {
	display: none;
}


.has_children {
	font-weight: bold;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


table a img {
	opacity: 0.5;
}

table a:hover img {
	opacity: 1;
}

.right {
	float: right;
}
.left {
	float: left;
}

#header {
	/*
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	*/
	background: #000;
	height: 30px;
	padding: 10px 10px 0px 10px;
}

.ui-datepicker {

    z-index: 9999 !important;
}


#header a {
	color: #fff;
	text-decoration: none;
	margin: 0px 5px;
}

#header a:hover {
	text-decoration: underline;
}

.drop-down-menu {
	padding: 0px 15px;
	position: relative;
	z-index: 10;
	color: #fff;
}


ul.drop-down {
	position: absolute;
	left: 0px;
	background: #000;
	float: left;
	margin: 0px;
	display: inline-block;
	z-index: 10;
	display: none;
	list-style: none;
	padding: 10px 0px;
}

.drop-down-menu:hover ul.drop-down {
	display: block;
}

ul.drop-down li {
	background: #000;
	margin: 0px;
	padding: 2px 15px 2px 5px;
	
}

ul.drop-down a {
	color: #fff;
	white-space: nowrap;
}



.modal-dialog {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url('../img/black-50.png');
	text-align: center;
}


.modal-dialog  .dialog-container {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 40px 10px 20px;
	border: 1px solid #000;
	-webkit-box-shadow: 5px 5px 15px 2px rgba(0,0,0,.5);
	box-shadow: 5px 5px 15px 2px rgba(0,0,0,.5);
	display: inline-block;
	text-align: left;
	overflow: hidden;
}


.modal-dialog .dialog-header {	
	position: relative;
	/*
	margin: 0px -15px 0px 0px;
	padding-top: 10px;
	*/
}

.modal-dialog .dialog-header .close {
	position: absolute;
	right: -30px;
	top: -5px;
	/*
	float: right;
	*/
	text-decoration: none;
	font-size: 20px;
	opacity: 0.5;
}
.modal-dialog .dialog-header .close:hover {
	opacity: 1;
}


table.tablesorter th.header {
	cursor: pointer;
	padding-left: 10px;
	padding-right: 15px;
	border-right: 1px solid #dad9c7;
	margin-left: -1px;
}

table.tablesorter th.headerSortDown {
	background: #333 url('../img/desc.gif') no-repeat right center;
}

table.tablesorter th.headerSortUp {
	background: #333 url('../img/asc.gif') no-repeat right center;
}