@CHARSET "ISO-8859-1";

.adminAddMenuItem {
	background: url(../images/template/btn_add.gif) no-repeat 105px 2px;
}

.adminPage  {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 35px;
}
.adminPage h2 {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.adminPage textarea {
	clear: both;
	border: 1px solid;
	width: 300px;
	margin-top:10px;

}

.actions {	
	padding: 8px 0px 0 8px;
	height: 24px;	
	background-color: #1B4278;
}


.actions a {
	font-weight:bold;		
	text-decoration: none;
	background-color: #D0DCEE;
	border:1px solid #000;
	padding:2px;
	margin:1px;
}

ul.actions li {
	margin-right: 5px;	
	height: 15px;		
	display: inline;
}

.adminPage input {

	border: 1px solid;
	width: 300px;
	margin-top:10px;
}

.adminPage .large  {	
	width: 500px;
}


.adminPage input[type=checkbox] {
	border: 1px solid;
	width: auto;
	margin-top:10px;
}


.adminPage select {
	clear: both;
	border: 1px solid;
	width: 300px;
	margin-top: 10px;

}


.adminPage input[type=submit] {
	clear: both;
	border: 1px solid;
	width: 50px;
	color:#000000;

	font-weight:bold;
	padding:3px 10px;
	background-color: #D0DCEE;
}


.adminPage h3 {
	margin-top: 20px;
}

.adminPage label {
	clear: both;
	float: left;	
	margin-top:10px;
	margin-left: 5px;
	display: inline;
}

.adminPage	dl {
	line-height:2em;
	margin:0em 1em;
	float:left;
	width: 400px;
}

.adminPage	dt {
	font-weight: bold;
	vertical-align:top;
}

.adminPage	dd {
	margin-left:15em;
	margin-top:-2em;
	vertical-align:top;
}


.adminPage div.auto_complete {
    position: absolute;
    width: 550px;
    height: 300px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.adminPage li.selected { 
	background-color: #E0E0E0; 
}

#flashMessage {
	color: red;
	text-align: center;
	font-size: large;
	border: 1px solid;	
	padding: 5px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.adminPage	table.inav {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}

.adminPage	th {
	background-color: #e2e2e2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: left;
	padding:1px 4px;
}

.adminPage	table.inav tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: left;
}


.adminPage	table.inav tr.altRow td {
	background: #f0f0f0;
}

.adminPage	table.inav td.actions {
	white-space: nowrap;
}



.adminPage table .actions   {
	background-color: white;
}

.adminPage table .actions a {
	color: black;
	margin: 3px;
	padding: 2px;
	border: 1px solid black;
	background-color: #D0DCEE;
}

.adminPage .dateselect select {
	width: 80px;
}

.adminPage table {
	width: 100%;
}

.adminPage .related {
	clear: both;
	padding-top: 30px;
}

.adminPage .related .actions {
	background-color: white;
	color: black;
	padding-top: 30px;
}

.adminPage .actions a {
	color: black;
}

.adminPage .related  li{
	list-style-position: inside;
	padding-left: 10px;
}

.adminPage	.related dl {
	line-height:2em;
	margin:0em 1em;
	float:left;
	width: 400px;
}

.adminPage	.related dt {
	font-weight: bold;
	vertical-align:top;
}

.adminPage	.related dd {
	margin-left:15em;
	margin-top:-2em;
	vertical-align:top;
}

.adminPage	.related table tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: left;
}

.adminPage	.related table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}
.borderGrey {
	border-top:2px solid #ECECEC;
	width:auto;
	margin-top:25px;
}
