/* CSS RESET
---------------------------------------------------- */

body, form, ol, ul, dl, li, dt, dd, td, th, tr { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0 0 1em 0; padding: 0; }
ul { list-style: none; }
ol { margin-bottom: 1em; }
ol li { margin-left: 2em; }
img { border: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 100%; }
a:focus { outline: 0; }

/* TYPOGRAPHY
---------------------------------------------------- */

body {
	font: 13px/1.5 "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	}

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	}

h1,
h2,
h3 {
	font-family: Helvetica, Arial, sans-serif;
	}

/* BASICS
---------------------------------------------------- */

a { 
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
	
h1 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 1;
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	}

h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	}
h4 {
	font-size: 14px;
	}

small {
	font-size: 10px;
	}

hr {
	height: 0;
	margin: 0;
	clear: both;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #3a3a3a;
	border-bottom: 1px solid rgba(255,255,255,.075);
	border-top: 1px solid #1a1a1a;
	border-top: 1px solid rgba(0,0,0,.4);
	}

th {
	text-align: left;
	}


/* COMMON CLASSES
---------------------------------------------------- */

.left {
	float: left !important;
	}
.right {
	float: right !important;
	}

.textAlign {
	display: block;
	}
	.textAlignLeft {
		text-align: left;
		}
	.textAlignRight {
		text-align: right;
		}
	.textAlignCenter,
	.center {
		text-align: center;
		}
		
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearBoth {
	clear: both;
	}

.hide,
body.yesJS .hideIfJavascript,
body.noJS .hideIfNoJavascript {
	display: none;
	}

/* lists */

ul.bullet {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	}
	ul.bullet li {
		list-style: disc;
		padding: 0 0 0.2em 0;
		}
ul.square {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	}
	ul.square li {
		list-style: square;
		padding: 0 0 0.2em 0;
		}
ul.circle {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	}
	ul.circle li {
		list-style: circle;
		padding: 0 0 0.2em 0;
		}
ul.padded li {
		padding: 0 0 0.4em 0;
		}
	ul.xtraPadded li {
		padding: 0 0 1em 0;
		}
	ul.floated li {
		float: left;
		padding-right: 10px;
		}
	dl.padded dd {
		padding: 0 0 0.4em 1em;
		}
ul.divided {
	padding: 0 10px;
	margin-bottom: 10px;
	}
	ul.divided li {
		padding: 8px 0;
		border-top: 1px solid #333;
		border-top: 1px solid rgba(255,255,255,.06);
		border-bottom: 1px solid #1a1a1a;
		border-bottom: 1px solid rgba(0,0,0,.2);
		}
		ul.divided li:first-child {
			border-top: 0;
			}
		ul.divided li:last-child {
			border-bottom: 0;
			}
			
span.badge_ALPHA, span.badge_BETA {
	background-color: red;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px;
	}
	
/* Paging */

div.pagingTop {
	margin: 0 0 15px 0;
	text-align: right;
	}
div.pagingBottom {
	margin: 5px 0 30px 0;
	text-align: right;
	}
	div.paging span {
		float: left;
		margin-left: 0.4em;
		padding: 2px 0;
		}
	.paging strong {
		padding: 2px 5px;
		}
	.paging a {
		text-decoration: none;
		padding: 2px 5px;
			border: 1px solid;
		}
		.paging a.next,
		.paging a.previous,
		.paging a.last,
		.paging a.first {
			border: none;
			}
	.paging hr {
		margin: 0.6em 0 0 0;
		}
		
/* TABS
---------------------------------------------------- */

/* tab lists */

.tabs .tab {
	clear: both;
	display: none;
	}
	.tabs .default-active-tab, .tabs .active-tab {
		display: block;
		}

.tabs ul.tabList {
	margin-bottom: 15px;
	}
	.tabs ul.tabList li {
		float: left;
		margin-right: 2px;
		list-style: none;
		}
	.tabs ul.tabList a {
		float: left;
		padding: 0.3em 0.9em;
		white-space: nowrap;
		}
		.tabs ul.tabList a:hover {
			text-decoration: none;
			}
		.tabs ul.tabList .default-selected a,
		.tabs ul.tabList .selected a {
			font-weight: bold;
			}
			
/* STATUS MESSAGES
---------------------------------------------------- */

img.iconClose {
	background:transparent url(../../i/wrapper/closeicon.png) no-repeat scroll 0 bottom;
	height:9px;
	width:10px;
	vertical-align:middle;
	border: 0;
	}

.actionStateWrapper {
	z-index: 1001;
	position: fixed;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 1px;
	}
	.actionStateMessage {
		width: 450px;
		height: 100px;
		margin: 0 auto;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		position: relative;
		-webkit-box-shadow: 0 3px 15px #000;
		-moz-box-shadow: 0 3px 15px #000;
		background: url(../../i/wrapper/statusbg.png) no-repeat center top;
		}

		.actionStateMessage .actionStateIcon {
			float: left;
			width: 90px;
			height: 90px;
			margin: 5px;
			background: url(../../i/wrapper/statusicons.png);
			}
			.actionStateMessageSuccess .actionStateIcon  { background-position: 0 0px; }
			.actionStateMessageError .actionStateIcon    { background-position: 0 -90px; }
			.actionStateMessageWarning .actionStateIcon  { background-position: 0 -180px; }
			.actionStateMessageInfo .actionStateIcon     { background-position: 0 -270px; }
			/*.actionStateMessageLoading .actionStateIcon  { background: url() no-repeat; width: 90px; height: 90px; } coming monday :p */

		.actionStateMessage .text {
			width: 310px;
			float: right;
			color: #fff;
			padding: 0px 25px 20px 5px;
			line-height: 1.3;
			margin-top: 5px;
			font-size: 12px;
			}
			.closeActionStateMessage {
				position: absolute;
				top: 6px;
				right: 6px;
				opacity: .4;
				}
				.closeActionStateMessage:hover {
					opacity: 1;
					cursor: pointer;
					}
					
/* TOOLTIPS
---------------------------------------------------- */

#tooltip {
	position: absolute;
	z-index: 99999;
	opacity: .8;
	filter: alpha(opacity=80);
	background: #000;
	padding: 5px;
	margin: 4px;
	max-width: 200px;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	}
	#tooltip .cssArrow {
		position: absolute;
		top: -4px;
		left: 6px;
		height: 0;
		width: 0;
		border-top: 4px solid transparent;
		border-right: 4px solid #000;
		}
		#tooltip .cssArrowRight {
			border-right: 0;
			border-left: 4px solid #000;
			left: 10px;
			}
			
	#tooltip.tooltipRight {
		text-align: right;
		}
		#tooltip.tooltipRight .cssArrow {
			left: auto;
			right: 10px;
			}
			#tooltip.tooltipRight .cssArrowRight {
				left: auto;
				right: 6px;
				}
				
.dimmed {
	color: #666;
	}