
body {
	color: #636363;
}



body .content-container .content .content-area .header-left-image {
	margin-bottom: 20px;
}

.title {
	border-bottom:1px solid #D7D7D7;
	color:#B2BB1E;
	font-size:14px;
	font-weight:normal;
	padding-bottom:4px;
	padding-left:10px;
	margin-bottom: 4px;
}

.hidden {
	display: none;
}

body .content-container .content .left-sidebar ul.menu ul.menu li a {
	font-size: 12px;
}

body .content-container .content .content-area .content-area-wrapper {
	padding: 5px;
	clear: both;
}

.content label, .content .label {
	float: left;
	width: 250px;
	padding-left: 10px !important;
}

.content label.required {
	background-image: url(/volunteer-opportunities/images/required-astrisk.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.content .error label.error {
	width: 100%;
	float: none;
	font-size: 11px;
	color: #990000;
	margin-top: 4px;
	padding-left: 0px;
}

.content input, .content select, .content textarea {
	font-family: Tahoma, Arial, Verdana;
	color: #636363;
	width: 300px;
	margin-top: 2px;
	font-size: 13px;
}

.content input.reset-width, .content label.reset-width{
	width: auto;
	margin: 4px;
}


.content hr {
	border-width: 0px;
	border-bottom: 1px solid #D7D7D7;
	height: 0px;
	margin: 10px 0px;
}

div.ui-widget {
	font-family: Tahoma;
}

div.ui-corner-all {
	-moz-border-radius: 0px 0px 0px 0px;
}

div.ui-dialog .ui-dialog-title {
	margin: 0px;
}

div.ui-dialog .ui-dialog-titlebar {
	padding: 4px;
}

div.ui-widget {
	font-size: 12px;
}

form.login input {
	width: 200px;
}

form.login input.button {
	width: auto;
}

form.login label {
	width: 150px;
	text-align: left;
}

form.login {
	width: 400px;
}

input.error, select.error, span.error, text-area.error{
	border: 2px solid #cc0000;
	color: #ee5555;
}

input[type='radio'], input[type='checkbox'] {
	width: auto;
	padding: 0px;
	margin: 0px;
}

input[type='button'], input[type='submit'] {
	width: auto;
	padding: 3px 6px;
}

input.ajax {
	background-image: url(/volunteer-opportunities/images/ajax-load.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

span.select-ajax-load {
	position: relative; 
	left: -35px; 
	top: 2px;
	display: none;
	margin-right: -17px;
}

select.ajax ~ span.select-ajax-load {
	display: inline;
}

span.select-ajax-load img {
	height: 13px;
}


table.tablesorter tr.external-admin td{
	font-style: oblique;
}

table.tablesorter tr.external-admin td.actions {
	font-style: inherit;
}

body .content-container div.messages, body .content-container div.error, body .content-container div.status, body .content-container div.warning,
body div.messages, body div.error, body div.status, body div.warning {
	background-color:#FFFFCC;
	background-image:url("/its/wsg/templates/uwindsor_home/images/messages-status.png");
	background-position:5px 5px;
	background-repeat:no-repeat;
	border:2px solid #FFFF77;
	clear:both;
	color:#000000;
	font-family:Tahoma,Verdana,Arial,Sans-Serif;
	font-size:13px;
	height:auto;
	margin:5px 0px;
	min-height:21px;
	padding:5px 5px 5px 35px;
	width: auto;
}

body .ui-dialog div.messages, body .ui-dialog div.error, body .ui-dialog div.status, body .ui-dialog div.warning {
	font-size: 11px;
	width:auto;
}

body div.error, body .content-container div.error {
	background-color:#FFEEEE;
	background-image:url("/its/wsg/templates/uwindsor_home/images/messages-error.png");
	border-color:#CC0000;
	color:#990000;
}


tbody {
	width: 100%;
}

.button {
	padding: 5px 10px;
	background-color: #eee;
	border: 1px solid #999;
	text-decoration: none;
	color: #333;
}


.delete-button {
	float: right !important;
	margin-right: 10px !important;
	cursor: pointer;
	width: 18px;
	height: 18px;
}

ul.show-bullets {
	margin-left: 20px;
}

ul.show-bullets li {
	margin-left: 15px;
}

ul.show-bullets li{
	list-style-type: disc;
	padding-left: 8px;
}

ul.tabs {
	text-align: left; 
	margin: 0em 0 1em 0; 
	border-bottom: 1px solid #666; 
	list-style-type: none;
	padding: 5px 10px 4px 10px; 
}

ul.tabs li { 
	display: inline;
}

ul.tabs li a {
	padding: 4px 15px;
	border: 1px solid #666;
	border-bottom: 0px;
	background-color: #efefef;
	color: #666;
	margin-right: 0px; 
	text-decoration: none;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

ul.tabs li.active a {
	border-bottom: 1px solid #ffffff;
	background-color: #fff;
	font-weight: bold;
}

ul.tabs a:hover {
	background: #fff;
}

span.description {
	margin-left: 160px;
}

div#terms {
	border: 1px solid #000;
	padding: 6px 2px;
}

div#terms span.label {
	font-weight: bold;
}

div#terms input{
	width: auto;
}


label.inline {
	float: none;
	width: auto;
	padding: 0px;
}

.content span.inline-element {
	display: inline-block;
	width: 100px;
}

#additional-comments {
	height: 200px;
}

td.actions a {
	text-decoration: none;
}

td.actions a:hover {
	text-decoration: underline;
}

a.active {
	color: #006600;
}

a.done {
	color: #666;
}

a.delete {
	color: #cc3300;
}

table.borders td {
	border: 1px solid #999;
	padding: 3px;
}

table.borders {
	border-collapse: collapse;
	width: 100%;
}

table.borders textarea {
	width: 99%;
}

textarea#comments-personal {
	height: 180px;
}

textarea#comments-commitment,#strengths,#weaknesses{
	height: 125px;
}

textarea#comments-curriculum {
	height: 85px;
}

textarea#comments-planning, textarea#comments-lesson {
	height: 200px;
}

textarea#comments-communication {
	height: 90px;
}

textarea#comments-learning {
	height: 105px;
}

#legend {
	border: 1px solid #999;
	border-top: 0px;
	padding-bottom: 8px;
}

#legend h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #999;
}

td.rating {
	width: 30px;
	font-weight: bold;
	text-align: center;
}

#overall {
	width: 500px;
	margin: auto;
}

#overall .inline-element {
	width: 150px;
	display: inline-block;
}

#reviewed {
	padding-top: 15px;
	background-color: #ffffcc;
}

#reviewed .inline-element {
	font-weight: bold;
	display: block;
	width: 100%;
	padding-left: 20px;
}


#batch input, #batch select {
	width: 100px;
}

form.manage_content label {
	width: 300px;
}

form.manage_content textarea {
	width: 400px;
}

table.pi-commitment {
	width: 90%;
	border-collapse: collapse;
	border: 1px solid black;
	margin: auto;
}

table.pi-commitment tr {
	border: 1px solid black;
}

table.pi-commitment th {
	text-align: center;
	font-weight: bold;
}

table.pi-commitment td,table.pi-commitment th{
	width: 50%;
	padding: 4px 10px;
	border: 1px solid black;
	vertical-align: top;
}

table.pi-commitment span.inline-element {
	display: block;
	width: 100%;
}

.duration label, .duration input{
	width: auto;
	float: none;
	width: 100px;
}

.contact-information {
	margin-left: 6px;
}

.contact-information label {
	width: 100px;
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}