/* @override http://shoelessdesign.com/_clients/www.ohcmaine.com/_adm/_css/admin.css */

* {
	padding:0;
	margin:0;
	outline: 0;
}

body{
	background-image:url('../../_img/background.png');
	font-family:helvetica;
	font-size: 14px;
	line-height: 16px;
}
h1{
	font-size: 26px;
	line-height:29px;
}

a{
	text-decoration:none;
	color: #b54310;
}

a:hover{
	text-decoration:underline;
}

label {  
	float: left;  
	width: 100px;  
	margin-right: 10px;
}

.clear{
	clear: both;
}

#container{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
	border: 1px solid black;
	background-color:#fff;
}

#logo{
	background:transparent url('../../_img/navbg.jpg');
	height: 58px;
	position:relative;
	width: 100%;
	text-align:center;
	font-size: 40px;
	font:Helvetica;
	color: white;;
}

#logo_text{
	line-height:58px;
}

#navigation{
	position:relative;
	float: left;
	width: 200px;
	min-height: 400px;
	height: 100%;

    margin-right: 10px;
}

#navigation a{
	text-decoration:none;
	color: black;
	line-height:30px;
}

#navigation #nav_header{
	font-weight: bold;
	background-color:#759fa9;
	color: #fff;
	line-height:30px;
}

#navigation ul{
	list-style:none;
}

#navigation li{
	padding-left: 20px;
	padding: 5px 0 5px 20px;
    background-color:#fff;
}

#navigation li:hover{
    background-color: #759fa9;
}

#navigation li.selected{
    background-color:#ccc;
    font-weight: bold;
}

.list_item_space{
	height: 0;
	margin: 0;
	padding: 0;
	border-top: 2px solid black;
	background-color:none;
}

#navigation li.list_item_space:hover{
	background-color:#fff;
}

#content{
	position:relative;
	float: left;
	width: 780px;
	margin-top: 10px;
}

#content ul{
	margin-left: 60px;
	margin-bottom: 5px;
	list-style:none;	
}

#content li{
	position:relative;
	width: 350px;
	margin-bottom: 20px;
	float: left;
}


#footer{
	position:relative;
	float: left;
	clear: left;
    width: 100%;
	line-height:20px;
	text-align:center;
}

/* Login */

#login_form{
	width: 400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

/* Users */

#member_table{
	width: 100%;
}

#member_table td{
	text-align:center;
}

/* Forms */

fieldset{
	width: 450px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-top: 10px;
}

fieldset label{
	width: 150px;
}

fieldset input{
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-size: 10pt;
	border: 1px solid black;
	padding: 2px;
}

fieldset input.radio_input{
	width: 50px;
}

fieldset legend{
	font-weight: bold;
	font-size: .9em;
}

#security_check{
	display: none;
}

#submit_fields{
	border: none;
	margin-top: 20px;
}

#submit_fields input{
	width: 80px;
	height: 30px;
	background-color: #ccc;
}

#add_button{
	position:relative;
	float: left;
	margin-right:20px;
	height: 70px;
	width: 50px;
	overflow: hidden;
}

#add_button img#add_icon{
	margin-bottom:20px;
}

#add_words{
	position:absolute;
	left: 13px;
	top: 50px;
	font-family: helvetica;
	font-size: 10px;	
}

#add_button:hover{
	width: 310px;
}

.add_resource{
	position:relative;
	float: right;
	width: 50px;
	text-align:center;
	font-family: helvetica;
	font-size: 10px;
	cursor: pointer;
}

#uploaded_files{
	height: 350px;
	overflow:auto;
}

.remove_file_input{
	position:relative;
	width: 15px;
	height: 15px;
	float: left;
	clear: left;
	margin: 0 15px 20px 0;
}

a.fancybox img{
	height: 100px;
	width: 100px;
	border: none;
}

p.caption_text{
	position: relative;
	float: right;
	width: 150px;
}

.edit_caption{
	height: 24px;
	float: left;
	border: none;
}

.thumb_edit{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

textarea.tinymce{
	width: 300px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-size: 10pt;
	border: 1px solid black;
	padding: 2px;
}

#index_table{
	width:750px;
	position:relative;
	margin:auto auto;
	text-align:left;
	margin-top:25px;
}

#index_table td{
	padding:5px;
}

.status_column{
	width:100px;
	text-align:center;
}

.grey{
	font-size: 10px;
	color: #b2b2b2;
}