/*.tab {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	background-color:#E8F3FE;
	border:1px solid #1376c9;
	cursor: pointer;
	cursor: hand;
	color:#000000;
	font-weight:bold;
}

.tab a {
	text-decoration: none;
	color: #FFFFFF;
}

.tab a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

.tabselected {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	background-color:#ffffff;
	border-top:1px solid #1376c9;
	border-left:1px solid #1376c9;
	border-right:1px solid #1376c9;
	border-bottom:0px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color:#1376c9;
}

.tabselected a {
	text-decoration: none;
	color: #1376c9;
}

.tabselected a:hover {
	text-decoration:underline;
}

.tabbox {
	padding:20px;
	border-left:1px solid #1376c9;
	border-right:1px solid #1376c9;
	border-bottom:1px solid #1376c9;
}

.tabspacer {
	border-bottom:1px solid #1376c9;
}*/

.tab {float : left; font-size : 13px; font-weight : bold; display : block; padding : 0 0 0 10px; text-decoration : none; border : none; height : 30px; line-height:30px; background:url(../images/tab_left.jpg) no-repeat left center; color : #FFF; margin-right : 5px; position : relative; top : 1px; outline : 0; }
.tab span{background: url(../images/tab_right.jpg) right center no-repeat; height:30px; line-height:30px; display:block; padding:0 10px 0 0;}

.tab:hover {float : left; font-size : 13px; font-weight : bold; display : block; padding : 0 0 0 10px; text-decoration : none; /*border : 1px solid #c4e4a5;*/ height : 30px; line-height:30px; background:url(../images/tab_left_hover.jpg) no-repeat left center; color : #FFF; margin-right : 5px; position : relative; top : 1px; outline : 0; }
.tab:hover span{background: url(../images/tab_right_hover.jpg) right center no-repeat; height:30px; line-height:30px; display:block; padding:0 10px 0 0;}

.tabselected {border-width: 0; float : left; font-size : 13px; font-weight : bold; display : block; padding : 0 0 0 10px; text-decoration : none; /*border : 1px solid #c4e4a5;*/ height : 30px; line-height:30px; background:url(../images/tab_left_selected.jpg) no-repeat left center; color : #000; margin-right : 5px; position : relative; top : 1px; outline : 0; }
.tabselected span{background: url(../images/tab_right_selected.jpg) right center no-repeat; height:30px; line-height:30px; display:block; padding:0 10px 0 0;}

.tabbox {
	padding:20px;
	border-left:1px solid #1376c9;
	border-right:1px solid #1376c9;
	border-bottom:1px solid #1376c9;
	border-top:1px solid #1376c9;
	background:none;
}
.tabbox > table > tbody > tr:nth-child(even) {background-color:#dae6f2;}

.iclouderrorbox {
	border: 1px solid #cc0000;
	font-weight: bold;
	font-size: 11px;
	background-color: #FBEEEB;
	background-color:#FFFFFF;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.icloudmessagebox {
	/*border: 1px solid #00FF00;*/
	border: 1px solid green;
	font-weight: bold;
	font-size: 13px;
	background-color: #FBEEEB;
	background-color:#FFFFFF;
	text-align: center;
	width: 90%;
	padding: 10px;
	/*color: #00FF00;*/
	color:green;
	margin-left: auto; 
	margin-right: auto;
}

div.econtainers {
    background-color: #FF0000;
    margin: auto;   
    width: 440px;
	text-align:center;
}

div.ewbox {
    border: 0px solid #000;
    float: left;
    width: 210px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:center;
}
input[type=submit]
{
 background-color: #006CAE;
    color: #FFFFFF;
    text-shadow: none;
	/*line-height:35px;*/
	height:35px;
	font-size: 14px;
	border:none;
	margin-left:49%		
}	
input[type=submit]:hover{
 background-color: #1284C9;
    color: #FFFFFF;
}