body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial;
	font-size: 70%;
	color: #4d4d4d;
	text-align: center;
	background: url(../images/mainBg.jpg) repeat-x #e3e3e3;
}

/* GLOBALS */

blockquote {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-family: courier new;
}

a {
	text-decoration: none;
	color: #90a114;
}
a:hover {
	text-decoration: underline;
}

a.btnLink {
	display: inline-block;
	padding: 4px;
	font-size: 90%;
	font-weight: bold;
	background: url(../images/formButtonBg.gif) repeat-x bottom left #f4f4f4;
	border-top: 1px solid #eeeeee;	
	border-right: 1px solid #d9d9d9;
	border-bottom: 0px;
	border-left: 1px solid #d9d9d9;	
	color: #7a7a7a;
}

img {
	border: 0px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 110%;
	color: #93a31d;
}

/* REUSABLES */

.floatLeft {
	float: left;
}
.floatRight {
	float: left;
}

.clearer {
	clear: both;
	height: 0px;
	font-size: 0%;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
}

/* DIV, SPAN */

div {
	font-size: 100%;
}

div.mainContainer {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
div.mainContent {
	background: url(../images/contentBg.png);
}

div.header {
	padding: 44px 0 0 25px;
	background: url(../images/headerBg.gif) no-repeat top left;
}

div.top {
	margin: 0 6px 0 6px;
}

div.menu {
	position: relative;
	text-align: right;
	background: url(../images/menuBg.gif) repeat-x;
	padding: 0 15px 0 15px;
	background-position: 0 7px;
	z-index: 20;
}

div.streamer {
	position: relative;
	top: -8px;
	padding: 15px;
	background: #f2f2f2;
	border-bottom: 1px solid #e1e1e1;
	z-index: 10;
}
div.streamer img {
	float: left;
}

div.crumbtrail {
	float: right;
	font-size: 90%;
	padding-top: 12px;
}

div.content {
	padding: 10px 25px 25px 25px;
}
div.content h1 {
	font-size: 120%;
	color: #93a31d;
}

div.portletTitle {
	font-weight: bold;
	background: url(../images/titleBg.gif) repeat-x;
	padding: 2px 15px 3px 25px;
}

div.portletContent {
	padding: 15px;
	background: #f5f5f5;
}

div.listItem {
	background: #e8e8e8;
	margin-bottom: 1px;
	padding: 10px 0 10px 22px;
	cursor: move;
}
div.listItem a {
	font-weight: bold;
	float: left;
}


div.listItemNoDrag {
	background: #e8e8e8;
	margin-bottom: 1px;
	padding: 10px 0 10px 22px;
	cursor: default;
}
div.listItemNoDrag a {
	font-weight: bold;
}

.listItemDep {
	color: #4D4D4D;
	font-weight: normal;
}



div.listItemFold {
	margin: 5px 0 5px 30px;
}
div.listItemFold .last {
	margin: 3px 0 10px 30px;
}

div.listLinkContainer {
	float: left;
	/*width: 550px;*/
	width: 600px;
}

div.listActions {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0px;
	padding-right: 7px;
}
div.listActions a,
div.listActions span {
	float: right;
	display: inline-block;
	font-size: 90%;
	color: #000000;
	text-transform: uppercase;
	padding: 0 3px 0 3px;
	text-decoration: none;
}

div.langLabels {
	float: right;
	width: 550px;
	text-align: right;
}
div.langLabels a,
div.langLabels span {
	display: inline-block;
	font-size: 90%;
	color: #000000;
	background: #e8e8e8;
	text-transform: uppercase;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
}
div.langLabels a:hover,
div.langLabels a.active {
	background-color: #c3c3c3;
}

div.buttons {
	text-align: right;
	margin-top: 10px;
}

div.toolTip {
	position: absolute;
	left: 23px;
	width: 240px;
	background: #FFFFFF;
	border: 1px solid #a5a5a5;
	padding: 10px;
	display: none;
}
div.toolTipContainer {
	position: relative;
}

div.footer {
	background: url(../images/footerBg.gif) no-repeat;
	text-align: center;
	padding: 7px 10px 25px 10px;
	font-size: 90%;
}

div.folding {
	text-align: right;
}

span.small {
	color: #828282;
	font-size: 90%;
}

/* UL, LI */

ul {
	padding: 0 0 0 12px;
	margin: 0px;
	list-style-type: square;
}

ul.small {
	font-size: 90%;
}

/* IMG */

img.listFold {
	float: left;
	margin: 2px 5px 10px 0;
}

img.toolTipIcon {
	margin: 0 0 0 10px;
}

img.iconLock {
	float: left;
	margin-left: -18px;
	margin-right: 4px;
}

/* TABLE, TR, TD */

table.formTable {
	margin-left: -37px;
}

table.formTable td {
	padding: 5px 0 5px 0;
}

table#themeTable {
	xdisplay: none;
}

table.propertiesTable {
	margin-left: -14px;
}
table.propertiesTable td {
	padding: 5px 0 5px 0;
}

table.userOverview {
	width: 100%;
}

table.userOverview th, 
table.userOverview td {
	text-align: left;
	padding: 3px;
	background: #f5f5f5;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

/* FORM ELEMENTS */

form {
	padding: 0px;
	margin: 0px;
}

input, select, textarea,button {
	border-top: 1px solid #b4b4b4;	
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #b4b4b4;	
	font-size: 100%;
	background: url(../images/formBg.gif) repeat-x #FFFFFF;
	color: #4d4d4d;
	font-family: tahoma, arial;
}

select, textarea {
	width: 100%;
}

.noStyle, .checkBox {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.formButton {
	padding: 4px;
	font-size: 90%;
	font-weight: bold;
	background: url(../images/formButtonBg.gif) repeat-x bottom left #f4f4f4;
	border-top: 1px solid #eeeeee;	
	border-right: 1px solid #d9d9d9;
	border-bottom: 0px;
	border-left: 1px solid #d9d9d9;	
	color: #7a7a7a;
}

label {
	font-weight: bold;
	width: 245px;
}

.standAloneField {
	margin-bottom: 3px;
}

/* DIALOGS */
#dialog {
	text-align:left;
}

/* VALIDATION */
label.error {
	color: #d50000;
	display: block;
}
.elementError {
	border: 1px solid #d50000;
}



.usersOverview th {
	
	text-align: left;
	
}

