/*		Main styles		*/
html { 
	height: 100%; 
	color: #000; 
	background: #f4f4f4; 
	font: 12px Arial, Helvetica, sans-serif; 
}
body { 
	height: auto !important; 
	height: 100%; 
	min-height: 100%;
	margin: 0; 
} 

a {  
	color: #026ed4; 
	text-decoration: none;
	cursor: pointer;
}
a:hover {text-decoration: underline;}

img {
	border: none;	
}

/*		Page Elements		*/
td {
	background-color: white;
	border: 1px solid #CCC;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
	vertical-align:top;
}

td .noBorder {
	border: none;
}

.flashContentCell {
	padding-right: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.clean {
	background: #f4f4f4;
	border: none;
}

.title {
	background: DimGray;
	color: White;
	text-align: center;
	margin-bottom: 4px;
	padding: 2px 0px;
	
	/*Rounding works only in modern browsers*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/*		Table childs margins		*/

td a {
	line-height: 22px;
}

td a.leftMargin {
	margin-left: 10px;
}

td > img {
	margin-left: 10px;
}

a img {
	margin-left: 0px;
	margin-bottom: -3px;
}

select  {
	margin-top: 8px;
	width: 110px;
}
button {
	/*border: 1px solid #C5C5C5;*/
	height: 33px;
	margin: 10px 0 10px 10px;
	padding: 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

td .column {
	margin-top: 12px;
	float:left;
}

table .innerTable{
	margin-top: 12px;
}

ul {
	margin: 0px;
	margin-top: 10px;	
}
