/* Setup defaults since variable in browsers */
body,div,dd,dt,dl,img,ol,ul,li,p,h1,h2,h3,h4,h5,form,hr,fieldset,input,button,label,span,a,pre
{
	margin: 0;
	padding: 0;
}

/* ##### ELEMENT DEFAULTS ##### */
html {
	height: 100%;
}
img {
	border: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	width: 100%;
	
	margin:0;
	padding:0;
}
a,a:link,a:visited,a:hover {
	text-decoration: none;
	color: #eeeeee;
}
a:hover {
	color: #bbbbbb;
}

/* ########## FREQUENTLY USED ########## */
.horizontallyCenteredContainer {
	margin: 0 auto;
	text-align: center;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.redirect_wait_indicator {
	padding-bottom: 20px;
}
.padImg, .padImgMiddle, .padImgSmallMiddle, .padImgTinyMiddle {
	padding: 10px;
}
.padImgMiddle, .padImgSmallMiddle, .padImgTinyMiddle, .imgMiddle {
	vertical-align: middle;
}
.padImgSmall, .padImgSmallMiddle{
	padding: 5px;
}
.padImgTinyMiddle {
	padding: 2px;
}
.emptyCollectionMessage {
	display: block;
	font-style: italic;
	padding: 10px;
}
.hidden {
	display: none;
}
.disappear {
	visibility: hidden;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.monospace {
	font-family: monospace;
}
.block {
	display: block;
}
.noBulletList,
.noButtonList {
	list-style-type: none;
}
pre,
.pre {
	/* see http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ *>
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	/* width: 99%; */
	word-wrap: break-word;
}
.rounded3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.rounded5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rounded10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.alpha100 {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.alpha75 {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.alpha50 {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.alpha25 {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

/* ########## FORMS ########## */
.formEntryLabel {
}
.formEntryLabelErroneous {
	color: #E60000;
}
.formEntryValue {
}
.formEntryRequiredStar {
	color: firebrick;
}
.formEntryValueErroneous input {
	background-image: url('../img/repeaters/inputBox_error_repeater.png');
}
.formEntryErrorClass {
	color: red;
	font-size: smaller;
	text-align: left;
}
.checkbox {
	vertical-align: middle;
	margin-right: 2px;
}

/* ########## DEFAULT TABLE ########## */
.chCol,
.checkboxColumn {
	width: 30px;
	text-align: center !important;
}
.dCol,
.defaultColumn {
	width: auto;
}
.defaultTable,
.defaultHoverTable,
.defaultTable {
	border-left: 1px solid #b4b4b4;
	border-top: 1px solid #b4b4b4;
	border-spacing: 0;
	width: 100%;
}
.defaultDarkTable {
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
}
.regularTable .cropped,
.defaultTable .cropped,
.defaultHoverTable .cropped,
.defaultDarkTable .cropped {
	width: 1px;
}
.defaultTable th,
.defaultHoverTable th,
.defaultTable th {
	border: 1px solid;
	border-color: white #B4B4B4 #B4B4B4 transparent;
	background: #EEEEED url('/res/lib/comeon/img/repeaters/tableHeader_repeater.gif') repeat-x scroll 0 0;
	padding: 5px 5px 5px 4px;
	margin: 0;
	vertical-align: bottom;
	text-align: left;
}
.defaultDarkTable th {
	border-color: #222222 #333333 #333333 #262626;
	background: #000000 url('/res/lib/comeon/img/repeaters/darkTableHeader_repeater.gif') repeat-x scroll 0 0;
}
.defaultTable td,
.defaultHoverTable td,
.defaultTable td {
	border: 1px solid;
	border-color: white #B4B4B4 #B4B4B4 white;
	background: #F5F5F4 url('/res/lib/comeon/img/repeaters/tableCell_repeater.gif') repeat-x scroll 0 0;
	padding: 5px 4px;
}
.defaultDarkTable td  {
	border-color: #222222 #333333 #333333 #262626;
	background: #111111 url('/res/lib/comeon/img/repeaters/darkTableCell_repeater.gif') repeat-x scroll 0 0;
}
.defaultHoverTable td div,
.defaultHoverTable td span {
	padding: 5px 4px;
}
.defaultHoverTable tr:hover td {
	background-color: #f6f6f6;
	background-image: none;
}
.regularTable,
.regularTable td,
.regularTable tr {
	border: none;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	padding: 0;
	margin: 0;
	width: auto;
	vertical-align: baseline;
}
.itemList,
.defaultCheckboxList {
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	background-color: #ffffff;
	background-image: url("/res/lib/comeon/img/repeaters/listItem_repeater.png");
	background-position: left top;
	background-repeat: repeat-x;
	overflow: auto;
}
.listItem,
a.listItem,
.selectedListItem,
a.selectedListItem,
.defaultCheckboxList td {
	display: block;
	width: auto;
	overflow: hidden;
	background-image: url('/res/lib/comeon/img/repeaters/listItem_repeater_invert.png');
	background-position: 0% 5%;
	background-repeat: repeat-x;
	padding: 3px 3px 3px 10px;
	border-top: 1px solid #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	outline: none;
}
.listItem:hover,
a.listItem:hover,
.selectedListItem:hover,
a.selectedListItem:hover,
.defaultCheckboxList td:hover {
	background-position: 0% 20%;
}
.selectedListItem,
a.selectedListItem {
	background-image: url('/res/lib/comeon/img/repeaters/listItem_repeater_selected.png');
}

