body {
	background: #9999CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
        line-height: 1.2;
        margin : 0;
	padding: 0;
	min-width: 900px;
	text-align: center;
}

a, a:hover {
	color: #333399;
}

img{
        border:none;
}

#page { 
	background: url(../images/bg-page.png) repeat;
	margin: 10px auto;
	padding: 10px;
	width: 880px;
	text-align: left;
}

#page div {
	background: #f5f1e6;
	padding: 0;
	width: 880px;
	
}
#page div div#head{
	background: #3C1C7A;
	margin: 0px;
	padding: 0;
	width: auto;
	height: 152px;	
	/*z-index: 10;*/
}
#page div div#head table{
	border: none;
	vertical-align: center;
	text-align: left;
	padding: 0 20px;
}

#page div div#head div{
	background: #3C1C7A;
	margin: 0px;
	padding: 5px 25px;
	width: auto;
	/*z-index: 10;*/
}

h1 {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0 20px;
	text-decoration: none;
}

h1 span.name{
	font-size: 55px;
	color: rgb(246,245,172);
	font-style: normal;
}
h1 span.cap{
	color: rgb(246,245,172);
	font-size: 45px;
}

h2{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	margin: 20px 30px;
}
h3{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	margin: 20px 30px;
	
}

a.logo{
	text-decoration: none;
}



#page div div#head ul{
	/*float: right;*/
	position:relative;
	right: 30px;
	top: -16px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}
#page div div#head ul li{
	float: right;
	padding: 0 15px;
}
#page div div#head ul li a {
	color: #FFFA5F;
	display: inline;
	font-size: 16px;
}

#page div div#body{
	padding: 20px;
	width: auto;
}

#page div div#body div{
	#padding: 5px;
	width: auto;
}

#page div div#body p{
	text-align: justify;
	line-height: 1.5;
	padding: 5px 20px;
}

#page div div#body p.ref{
	text-align: justify;
	font-size: 14px;
	line-height: 1.3;
	padding: 0px 8px;
}

#page div div#body p.instru{
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #3C1C7A;
	padding: 0;
}

#page div div#body p.ie{
	color:#8B8888;
	text-align:center;
        font-size:12px;
	font-style:italic;
}

#page div div#body p b.blue{
	color: #333399;
	font-style: italic;
}

form{
	text-align: center;
}

#area1{
	width: 540px;
	height: 220px;
	font-family: "Calibri", sans-serif;
	font-size: 13px;
	letter-spacing:1.5px;
}

#viewState{
	/*text-align: center;
	align: center;*/
}

div.table{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}

.waittable{
	border-collapse:collapse;
	font-size: 14px;
}

.waittable a{
	color: black;
	text-decoration: none;
}

.waittable td,th{
	border: 1px solid #3366CC;	
	vertical-align: middle;
	height: 30px;
}
.waittable td.top,th.top{
	border-top: 2px solid #3366CC;
}
.waittable td.bottom,th.bottom{
	border-bottom: 2px solid #3366CC;
}
.waittable th{
	border-left: 2px solid #3366CC;
	text-align: center;
	width: 100px;
}
.waittable td{
	border-right: 2px solid #3366CC;
	text-align: center;
	/*padding: 0 20px;*/
	width: 160px;
}
.waittable td.sep{
	border: none;
	width: 50px;
}


.sfwtable{
	border-collapse:collapse;
	width: 830px;
	border-color:black;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	border-left: none;
	border-right: none;
	text-align: center;
	line-height: 20px;
}
.sfwtable td,th{
	
	vertical-align: middle;
	font-size: 12px;
}
.sfwtable th{
	text-align: left;
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
}
.sfwtable td{
	text-align: left;
	border: 0;
}

/*.statetable{
	border: 1.5px dashed  #3C1C7A;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

.statetable tr.sep{
	height: 20px;
}


.statetable td.sep{
	width: 20px;
	
}

.statetable td.wait{
	background: url(../images/waiting-bg.png) no-repeat center;
	height: 60px;
	width: 80px;
}

.statetable td.wait img{
	width: 30px;
}
.statetable td.cpl{
	background: url(../images/cpl-bg.png) no-repeat center;
	height: 60px;
	width: 80px;
}

.statetable td.cpl img{
	width: 30px;
}*/


.icon1{
	width: 20px;
}

.icon2{
	width: 18px;
}

#page div div#footer{
	text-align: center;
	background: #3C1C7A;
	padding: 8px;
	width: auto;
}
#page div div#footer p{
	font-family: "Calibri", sans-serif;
	font-size: 13px;
	letter-spacing:1.5px;
	color: #FFFFCC;
}

#page div div#footer a{
	color: #FCBB5F;
	text-decoration: none;
}

p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 7px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
