/* begin global styles */

body {
	font: normal 0.8em/1.6em "Tahoma", Verdana, Arial, Georgia, sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	padding: 20px;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

img { 
	border: 0; padding: 0;
}

label {
	cursor: pointer;
}

textarea {
	font-family: "Tahoma", Verdana, Arial, Georgia, sans-serif;
}

input, select, textarea {
	font-size: 85%;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
	background: #fff url(/images/fieldbg.gif) repeat-x top;
	padding: 1px;
}

input[type="text"] {
	min-width: 100px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
}

select option {
	padding-right: 5px;
}

.bold {
	font-weight: bold;
}

.error {
	color: #990000;
}

.required {
	color: #990000;
	font-weight: bold;
}

div#manager { 
	width: 800px; 
	padding: 20px; 
	margin: 20px auto; 
	background: #ffffff; 
}

fieldset { border:1px solid #666666 }

legend {
  margin: 5px 5px 5px 5px;
  color: #666666;
  font-size:100%;
  font-weight:bold;
  text-align:right;
  }

/* end global styles */


/* start table styles for managers */
table#editTable {
	margin: 5px auto;
}

table#editTable tr td.formLabel {
	text-align: right;
	font-weight: bold;
	font-size: 85%;
	color: #666666;
	padding-right: 10px;
}

table#editTable tr td.formField {
	text-align: left;
	padding-left: 5px;
}

table#editTable tr td {
	padding: 3px;
}
/* end table styles for managers */


/* start styles for sortable tables */
table#sortList tr.odd {
	background-color: #f6f6f6;
}
	
table#sortList {
	border: 1px solid #333333;
}
	
table#sortList thead {
	background-color: #333333;
	color: #fefefe;
}
		
table#sortList thead tr td a {
	color: #fefefe;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
/* end styles for sortable tables
