/* Admin styles */


body {
	margin: 0;
}

#hd {
	height: 120px;
	background: #2465a7;
	border-bottom: 5px #cccccc solid;
	position: relative;
}

#hd h1 {
	margin: 0;
	position: absolute;
	top: 25px;
	left: 20px;
	font-size: 24px;
}

#hd a {
	color: #ffffff;
	text-decoration: none;
}


#hd p {
	margin: 0;
	position: absolute;
	top: 24px;
	left: 680px;
	color: #ffffff;
	font-size: 12px;
	width: 350px;
	text-align: center;
}

#hd p a {
	font-size: 16px;
	font-weight: bold;
}

#fd {
	height: 20px;
	background: #2465a7;
	border-top: 5px #cccccc solid;
}



#UserLoginForm {
	background: #eeeeee;
	margin: 50px auto;
	width: 325px;
	text-align: right;
	padding-top: 35px;
	padding-left: 35px;
}

#UserLoginForm div {
	width: 275px;
	margin-bottom: 10px;
}


#menu ul {
	margin: 0 20px 0 0;
	position: absolute;
	top: 100px;
}

#menu ul li {
	float: left;
	margin: 0 3px 0 0;
	text-align: center;
	list-style-type: none;
}

#menu ul li a {
	display: block;
	height: 20px;
	width: 100px; 
	border: 1px #cccccc solid;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}


#menu ul li a:hover {
	background: #2c65a7;
	color: #ffffff;
}

#menu ul li a.logout:hover {
	background: red;

}

div#flashMessage {
	padding: 10px;
	background: #F4FFEF;
	border: #CAFFAF 2px solid;
	color: #205F00;
}




ul#childMenu li, ul#parentMenu li {
	overflow: hidden;
	height: 1%;
	list-style-type: none;
	display: block;
	clear: both;
}



ul#parentMenu li span {
	padding: 0 10px 0 10px;
	float: left;
	height: 20px;
	display: block;
	border-top: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
	text-align: center;
	padding-top: 5px; 
}

ul#parentMenu li span.parentStatus.active {
	font-size: 10px;
	color: white;
	background: green;
}

ul#parentMenu li span.parentStatus.inactive {
	font-size: 10px;
	color: white;
	background: red;
}

ul#parentMenu li span.parentTitle {
	width: 250px;
	background: #2465a7;
	color: #ffffff;
	font-weight: bold;
}


/***************************************/


ul#childMenu{
	list-style-type: none;
	padding-left: 10px;
}


ul#childMenu li {
	border: 1px #dddddd solid;
	height: 25px;
	width: 305px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 0;
}

ul#childMenu li.active {
	background: #ddf6ff;
}

ul#childMenu li.inactive {
	background: #ffccee;
}


ul#childMenu li span {
	border: 0;
	float: left;
	height: 20px;
	display: block;
	padding-top: 5px; 
	text-align: left;
}

ul#childMenu li span.childStatus.active {
	font-size: 10px;
	color: white;
	background: green;
}

ul#childMenu li span.childStatus.inactive {
	font-size: 10px;
	color: white;
	background: red;
}

ul#childMenu li span.childTitle {
	width: 200px;
	background: transparent;
	color: #000000;
	font-weight: normal;
}


/**************************************/

a.add {
	display: block;
	width: 150px;
	height: 20px;
	border: 3px green solid;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;	 
}

small a {
	margin-left: 5px;
	margin-top: 5px;
	height: 16px;
	width: 16px;
	text-indent: -3000px;
	text-decoration: none;
	float: left;
	outline: none;
	
}


small.delete a {
	background: transparent url("/img/icons/trash.png") no-repeat 0 0;
}

small.edit a {
	background: transparent url("/img/icons/file_edit.png") no-repeat 0 0;
	
}

small.activate a {
	background: transparent url("/img/icons/control_play.png") no-repeat 0 0;
}

small.inactivate a {
	background: transparent url("/img/icons/control_pause.png") no-repeat 0 0;
}

small.publish a {
	background: transparent url("/img/icons/upload.png") no-repeat 0 0;
}

small.unpublish a {
	background: transparent url("/img/icons/file_delete.png") no-repeat 0 0;
}

#articlesTable td {
	border: 1px #dddddd solid;
}

#articlesTable td.title {
	padding-left: 20px;
	width: 400px;
}

#articlesTable td.title a {
	text-decoration: none;
	color: #2465a7;
}

#articlesTable th {
	border: 1px #dddddd solid;
} 

div.yui-b {
	padding: 10px;
}

div.input.text input, div.input.password input, #UserUsername {width: 200px; margin: 15px 0 15px 0;}
div.input.text input {width: 350px;}

div.submit, form {
	margin: 15px 0 15px 0;
	background: #EFFBFF;
	border: 1px solid #9FE6FF;
	padding: 10px;
	text-align: center;
}

form {
	text-align: left;
	background: #eee;
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
}


div.images form {
		width: 100px;
		background: white;
		padding: 5px;
		margin: 5px 0 0 5px;
		float: left;
}

div.warning {
	padding: 5px;
	color: blue;
}

div#ft {
	background: #2465A7 none repeat scroll 0 0;
	color: white;
	padding: 5px;
	border-top: 5px solid #ccc;
}

div.yui-b {
	padding: 20px 0 0 0;
}

div.yui-b fieldset {
	padding: 20px 0 20px 0;
	border: 1px #cecece solid;
	text-align: center;
}

div.yui-b h1, div.yui-b h2 {
	margin: 0;
	font-size: 16px;
}
