/*---------------edit user style-------------*/
table.toolbar {
	margin-left:auto;
	font-size:11px;
}

table.toolbar a.toolbar {
	color : #808080;
	text-decoration : none;
	font-weight:normal;
	font-style:normal;
	display: block;
	border: 1px solid #DDD;
	width: 62px;
	height: 60px;
	vertical-align:middle;
	padding: 2px 1px 2px 1px;
}
table.toolbar a.toolbar:hover {
	color : #1D7F00;
	border: 1px solid #1D7F00;
	background-color: #E8F1E6;
	padding: 3px 0px 1px 2px;
}
table.toolbar a.toolbar:active {
	color : #FF9900;
}
fieldset {
border: 1px solid #919B9C;
font-family: Verdana, Arial;
font-size: 10px;
padding: 0;
margin: 0;
padding: 4px;
}

legend {
color: #1D7F00;
font-weight: bold;
}

/* standard list style table */
table.userlist {
	font-size:11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.userlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(images/background.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #000;
}
table.userlist th.title {
	text-align: left;
}

table.userlist th a:link, table.userlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.userlist th a:hover {
	text-decoration: underline;
}

table.userlist tr.row0 {
	background-color: #F9F9F9;
}
table.userlist tr.row1 {
	background-color: #FFF;
}
table.userlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}

table.userlist td.center {
	text-align:center
}

table.userlist td a:link, table.userlist td a:visited {
	color: #008000;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
}

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

table.userlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.userlist tr.row1:hover {
	background-color: #f1f1f1;
}

/* standard form style table */
table.userform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
	margin-bottom:1em;
}
table.userform .small{
	font-size:0.85em;
}
table.userform tr.row0 {
	background-color: #f9f9f9;
}
table.userform tr.row1 {
	background-color: #eeeeee;
}
table.userform th {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	background: url(images/background.gif);
	color: #000;
	background-repeat: repeat;
}
table.userform td {
	padding: 3px;
}
table.userform td.editor {
	font-size: 9px;
}
.buttonbox{
	font-weight : bold;
	font-size: 11px;
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
}
.inputbox {
        font-size: 11px;
}
.text_area {
        border : 1px solid #ccc;
        font-size: 11px;
}
