body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding:0;
	font-size : 12px;
	color : #fff;
	padding-right: 30px;
}

#header {
	width: 1000px;
	height: 90px;
	color: #fff;
}
.headerText {
	background: none;
	font-size: 40px;
	text-align: center;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	color: #fff;
	font-weight: bold;
}

DIV.left {
	text-align: left;
}

DIV.center {
	text-align: center;
}
DIV.right {
	text-align: right;
}

.menu {
	display: block;
	width: 1000px;
	font-weight: bold;
}
.menu a {
	background: #84D02E;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
	border-top: 2px solid #0f0;
	border-right: 2px solid #0f0;
	
}
.menu a:visited { color: #fff; }
.menu a:hover {
	background: #00f;
	color: #000;
}
.menu a:active {
	background: #fff;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content {
	background: #ffffff;
	color: #000;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}	

h2.headline {
	background: #fff;
	text-decoration: underline;
	color: #84D02E;
}

h1.title {
	font-weight: bold;
}
p, li {
font-family:verdana;
font-size:12px;
font-weight:normal;
line-height:1.4em;
margin:0 0 20px;
}
ul {
margin:10px 0;
padding:0 0 0 25px;
}
li {
margin:0;
}

h1 {
font-family:verdana;
font-size:16px;
margin:0 0 4px;
}
h2 {
font-family:verdana;
font-size:14px;
line-height:1.2em;
margin:0 0 3px;
}
h3 {
font-family:verdana;
font-size:12px;
margin:0 0 2px;
}
a {
color:#3252B2;
}
a img {
border:0 none;
}


.text {
	background: #fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left : 10px;
	padding-right : 10px;
	text-align : left;
	color: #000;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-bottom: 0;
}

div.footer {
	display: inline;	
	height: 100px;
	width: 1000px;
	margin-right : auto;
	margin-left : auto;
	color : #fff;
	padding-top : 5px;
    font-size: 8px;
    text-align: right;
	
}
.footer a {
	background: none;
	color : #fff;
	padding-left: 5px;
	padding-right: 5px;	
}


body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  padding: 10px;
  font-size: 11px;
}

a { 
	color: #4183C4; 
	text-decoration:none;
}
a:visited { color: ##4183C4; }
a:hover { color: #fff; background-color:#000; }

label {
    font-size: 8px;
    font-weight: bold;    
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}


div.banner {
     font-size: 8px;
     text-align: right;
}

li.list_item {
    border: 1px dotted grey;
}

tr.even td{
	background-color:#CCC;
}

tr.odd td{
	background-color:#EEE;
}



.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #84D02E;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #84D02E;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #84D02E;
  font-weight: bold;
  background-color: #84D02E;
  color: #FFF;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

fieldset { border:0px solid #84D02E }

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
}

.clear {
    width: 900px;
    font-size: 20px; 
    height: 20px; 
    background: #fff;
    
}




.hover {
    background-color: #888888;
}

#roles_resources_list, #clients_resources_list, #roles_subjects_list, #clients_subjects_list, #subjects_roles_list, #resources_roles_list, #clients_roles_list {
    list-style: none;
    cursor: -moz-grab;
}

#roles_resources, #clients_resources, #roles_subjects, #clients_subjects, #subjects_roles, #clients_roles, #resources_roles {
    border: 1px solid gray;
}

div.associations_control {
	display: table-cell;	
	float:none;	
}

#draggable_resources, #draggable_subjects, #draggable_roles {
	padding: 10px 25px 10px 10px;	
	float:left;	
}



#edit_profile {
}

#subject_name {
}

#profile_box {
	float:right;
	margin-bottom:2em;
	width:32.18em;
	background-color:#F0F0F0;
	color:#0f0f0f;
	border:1px solid #D8D8D8;
	margin-bottom:1em;
	padding:0 0.4em;	
}
#help_menu_box {
	display:inline;
	float:right;
}