body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: url('../img/bg.jpg');
	
}

a:link,
a:visited {
	color: #480406;
	text-decoration: none;
}

a:hover {
	color: #8B070C;
}

.container {
	margin: 0 auto;
	width: 1000px;
}

.log-container {
	margin: 10px 20px;
}

#header-navigation {
	background-color: #E6E6E6;
	border: 1px solid #999;
	height: 30px;
	padding: 5px;
}

ul#primary-navigation {
	margin: 0;
}

ul#primary-navigation li {
	float: left;
	list-style: none;
	padding: 5px 20px;
	border-right: 1px solid #999;
}

ul#primary-navigation li.current {
	border-bottom: 3px solid #4C4C4C;
}

li.dev-item {
	font-style: italic;
	font-size: 12px;
}

h1 {
	clear: left;
}

.clear {
	clear: left;
}

table {
	width: 100%;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #999;
}	

table tr th {
	text-align:center;
	color:#fff;
/*	padding:8px 0px 8px 15px;*/
	background-image: url(../img/tableHeader.jpg);
	background-repeat: repeat-x;
}

table tr td {
	padding: 4px 5px;
	border: 1px solid #CCC;
	
}

#organizations_list table tr td {

	text-align:center;
	vertical-align:middle;
}
#organizations_list table tr td img {

	width: auto;
	height : 50px;
}

table tr.alt {
	background: #E6E6E6;
}

#logs input {
	font-size: 10px;
}

#logs .date {
	padding-left: 10px;
}

#logs .submit {
	text-align: center;
}


.success {
/*	background: #00FF00;*/
}

.fail {
	background: #FF0000;
}

div.summary_box {
	width: 150px;
	height: 150px;
	border: 1px solid black;
}

#classifications li label {
	float: inherit;
	width: inherit;
}

#user-form label {
	float: left;
	width: 150px;
	padding: 4px 0;
}

#user-form input[type="text"] {
	background: none;
	border: none;
	background: #E6E6E6;
	border: 1px solid #CCC;
	padding: 4px;
}

#user-form input[type="password"] {
	background: none;
	border: none;
	background: #E6E6E6;
	border: 1px solid #CCC;
	padding: 4px;
	margin: 0px;
	font-size: 11px;
    max-width: 124px;
}

#user-form input.basic {
	width: 200px;
}
input.meta_input {
	width: 700px;
}
ul.classifications {
	list-style-type: none;
}

fieldset {
	background: #FFF;
}

legend {
	padding: 2px 5px;
	border: 1px solid #999;
	background: #4C4C4C;
	color: #E6E6E6;
	font-size: 12px;
}

#basic-info label {

}

#permissions ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#permissions ul li {
	float: left;
	margin: 10px 10px;
	padding: 10px;
	width: 200px;
	height: 140px;
	border: 1px solid #999;
}

#permissions ul li li {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

h3 {
	clear: left;
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

.login {
	margin: 100px auto 0 auto;
	padding: 20px;
	width: 400px;
	border: 1px solid #999;
}

.login input[type="text"],
input[type="password"] {
	padding: 6px;
	margin: 15px;
	width: 280px;
	background: none;
	border: none;
	border: 1px solid #999;
	font-size: 18px;
	color: #333;
	background: #B3B3B3;
}

#language-form input[type="text"] {
	padding: 4px;
	margin: 15px;
	width: 860px;
	background: none;
	border: none;
	border: 1px solid #999;
	color: #333;
	background: #B3B3B3;
}

a.sort-links {
    color: #fff;
}

.sort-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: right;
    height: 0;
    width: 0;
}

.sort-arrow.asc {
	border-bottom: 8px solid orange;
}

.sort-arrow.desc {
	border-top: 8px solid orange;
    margin-top: 8px;
}