* {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Verdana, Arial, Helvetica;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
}

body {
    width: 100%;
    height: 100%;
    background-image: url("images/transp.gif");
    background-position: top center;
    background-repeat: no-repeat;
}

#main {
    width: 900px;
    margin: 20px auto;
    background-color: #F0F0F0;
    background-image: url("images/main.gif");
    background-position: left;
    background-repeat: repeat-y;
}

.content-separator {
    position: relative;
    float: left;
    width: 10px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
#content-left {
    position: relative;
    float: left;
    width: 125px;
}
#content {
    position: relative;
    float: left;
    width: 894px;
    margin-left: 3px;
}
#content-data {
    position: relative;
    float: left;
    width: 730px;
}

#header {
    position: relative;
    float: left;
    width: 900px;
    height: 112px;
    background-image: url("images/header.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
#header-logo {
    position: relative;
	float:left;
    top: 60px;
	left: 80px;
    width: 350px;
    height: 30px;
    background-color: transparent;
	font-size: 15px;
	font-weight: bold;
	color:#C4C955;
	border: solid 0px red;
}
#header-img {
    position: relative;
	float:left;
	top: 2px;
	left: 382px;
    width: 165px;
    height: 108px;
    background-color: transparent;
	font-size: 15px;
	font-weight: bold;
	color:#C4C955;
	border-top: solid 1px #5DA6D3;
	border-left: solid 1px #5DA6D3;
}

#footer {
    position: relative;
    float: left;
    width: 900px;
    height: 31px;
    background-image: url("images/footer.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#footer a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer-left {
    position: relative; 
    float: left;
    width: 250px;
    margin-left: 5px;
    text-align: left;
    margin-top: 7px;
	font-weight:bold;
	color:#FFFFFF;
}

#footer-center {
    position: relative; 
    float: left;
    width: 350px;
    margin-top: 7px;
	font-weight:bold;
}

#footer-right {
    position: relative; 
    float: right;
    width: 300px;
    text-align: right;
    color: inherit;
    margin-top: -12px;
	font-weight:bold;
    color: #FFFFFF;
}

#menu {
    position: relative;
    float: left;
    width: 896px;
    height: 29px;
	left: 2px;
    background-image: url("images/menu.gif");
    background-position: top;
    background-repeat: repeat-x;
    text-align: center;
}
.logo-link {
	font-size: 29px;
    text-decoration: none;
    color: #03426B;
    font-weight: bold;
}
.logo-link:hover {
    text-decoration: none;
    color: #03426B;
    font-weight: bold;
}
.menu-text-link {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
.menu-text-link:hover {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
}
.menu-button {
    position: relative;
    float: left;
    height: 22px;
    padding-top: 7px;    
    padding-left: 10px;
    padding-right: 10px;    
}
.menu-button-over {
    position: relative;
    float: left;
    height: 22px;
    padding-top: 7px;        
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(images/menu-button-over.gif);
    background-position: left;
    background-repeat: repeat-x;
}
.menu-separator {
    position: relative;
    float: left;
    height: 22px;
    padding-top: 7px;    
    width: 3px;
    background-image: url(images/menu-button-separator.gif);
    background-position: left;
    background-repeat: no-repeat;    
}

#photos {
    position: relative;
    float: left;
    width: 894px;
    height: 125px;
    background-image: url("images/foto-background.gif");
    background-position: top;
    background-repeat: repeat-x;
}
.photo {
    position: relative;
    float: left;
    padding: 3px;
    padding-right: 0;
}
.top-photo {
    border: solid 1px #D0D0D0;
    padding: 2px;
    background-color: #E0E0E0;
}

.box {
    position: relative;
    float: left;
}
.box-m10px {
    position: relative;
    float: left;
}

.box-title {
    position: relative;
    float: left;
    background-image: url(images/green-bar-left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 15px;
}
.title-bar-text {
    position: relative;
    float: right;
    text-align: center;
    background-image: url(images/green-bar-right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 15px;
    height: 19px;
    padding-top: 8px;    
    font-weight: bold;
    color: #064068;
}
.box-content {
    position: relative;
    float: left;
	margin: 0;
    margin-left: 1px;
    border: solid 1px #b3c3cd;
    border-top: none;
    border-bottom: none;
	display: inline;
}
.box-bottom-left {
    position: relative;
    float: left;
	height: 3px;
	margin: 0;
    margin-left: 1px;
	background-image:url('images/box-bottom-left.gif');
	background-repeat:no-repeat;
	font-size: 1px;
	display: inline;
}
.box-bottom-right {
    position: relative;
    float: right;
	width: 3px;
	height: 3px;
	background-image:url('images/box-bottom-right.gif');
    background-position: right top;
    background-repeat: no-repeat;
	font-size: 1px;
	border: solid 0px red;
}

.input-border {
    border: solid 1px #528bb0;
    height: 17px; 
    padding-top: 2px;    
    font-size: 12px;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.select-border {
    border: solid 1px #528bb0;
    height: 21px; 
    font-size: 12px;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.divr80px {
    position: relative;
    float: left;
    width: 50px;
    text-align: right;
    padding-top: 3px;
}
.div100px {
    position: relative;
    float: left;
    width: 90px;
    text-align: left;
}

.boxm-title {
    width: 550px;
    padding-top: 4px;
    text-align: center;
    color: #064068;
    font-weight: bold;
	background-color:#C4C955;
	vertical-align:middle;
}
.boxm-title2 {
    width: 700px;
    height: 21px;
    padding-top: 4px;
    text-align: center;
    color: #064068;
    font-weight: bold;
	font-size: 14px;
}
.boxm-content1 {
    position: relative;
    float: left;
    width: 272px;
    border: solid 2px #c2c911;
    border-bottom: none;
    background-color: #e9f8ff;
}
.boxm-content2 {
    position: relative;
    float: left;
    width: 272px;
    border: solid 2px #c2c911;
    border-left: none;
    border-bottom: none;
    background-color: #e9f8ff;
}

.box1 {
    position: relative;
    float: left;
    width: 362px;
    border: 0;
    background-color: #F1F5D4;
	margin-bottom:10px;
}
.box1-top {
    position: relative;
    float: left;
    width: 362px;
	height: 3px;
	background-image:url('images/box1-top.gif');
	background-repeat:no-repeat;
	font-size: 1px;
}
.box1-content {
    position: relative;
    float: left;
    width: 360px;
	border-left: solid 1px #c2c911;
	border-right: solid 1px #c2c911;
}
.box1-bottom {
    position: relative;
    float: left;
    width: 362px;
	height: 3px;
	background-image:url('images/box1-bottom.gif');
	background-repeat:no-repeat;
	font-size: 1px;
}

.box2 {
    position: relative;
    float: left;
    width: 362px;
    border: 0;
    background-color: #F1F5D4;
    margin-left: 10px;
}

.box2-top {
    position: relative;
    float: left;
    width: 362px;
	height: 3px;
	background-image:url('images/box2-top.gif');
	background-repeat:no-repeat;
	font-size: 1px;
}
.box2-content {
    position: relative;
    float: left;
    width: 360px;
	border-left: solid 1px #c2c911;
	border-right: solid 1px #c2c911;
}
.box2-bottom {
    position: relative;
    float: left;
    width: 362px;
	height: 3px;
	background-image:url('images/box2-bottom.gif');
	background-repeat:no-repeat;
	font-size: 1px;
}



.boxm-a1 {
    position: relative;
    float: left;
    width: 360px;
    border: solid 1px #c2c911;
    background-color: #F1F5D4;
}
.boxm-a2 {
    position: relative;
    float: left;
    width: 360px;
    border: solid 1px #c2c911;
    margin-left: 10px;
    background-color: #F1F5D4;
}
.annonce-text {
    position: relative;
    float: left;
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 200px;
    text-align: justify;
}
.annonce-text-title-link {
    text-decoration: none;
    color: #064068;
    font-weight: bold;
    text-align: left;
}
.annonce-text-title-link:hover {
    text-decoration: underline;
    color: #064068;
}
.annonce-plus-info {
    position: absolute;
    float: right;
    right: 3px;
    bottom: 3px;
}
.api-link {
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
.api-link:hover {
    text-decoration: underline;
    color: #FF0000;
}
.btnok {
    width: 50px;
    height: 27px;
    border: 0;
    background-color: transparent;
    padding-bottom: 2px;
    background-image: url(images/btnok.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.btncust {
    width: 100px;
    height: 27px;
    border: 0;
    background-color: transparent;
    padding-bottom: 1px;
    background-image: url(images/btn.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.blue-title {
    color: #064068;
    font-weight: bold;
}
.divrr1 {
    position: relative;
    float: left;
    width: 75px;
    text-align: right;
    height: 22px;
    padding-top: 3px;
}
.divrr2 {
    position: relative;
    float: left;
    width: 150px;
    text-align: left;
    height: 25px;
}


/*********************************/
.coun{
border: solid 1px #0000FF;

}

.sel {
border:solid 2px #FF0000;
}

#content-data input  {
    border: solid 1px #528bb0; 
    padding-top: 2px;    
    font-size: 12px;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#content-data textarea  {
    border: solid 1px #528bb0; 
    padding-top: 2px;    
    font-size: 12px;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#content-data select  {
    border: solid 1px #528bb0;
    height: 18px; 
    font-size: 12px;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#content-data input  {
    border: solid 1px #528bb0;
    font-size: 12px;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#content-data .infi  {
    height: 24px;
	margin-bottom:4px;
}

#content-data p{
	margin-bottom:20px;
}

#content-data strong{
	font-weight:bold;
}

#content-data h1{
	font-size:20px;
	margin-bottom:10px;
}

#content-data table{
	margin:0 auto;
}

.message{
	color:#FF0000;
	font-size:15px;
	font-weight:bold;
}

.motto{
	text-align:center;
}

#bottom{
	width: 900px;
    margin: 20px auto;
	text-align:center;
}

#bottom h1{
	font-size:13px;
	font-weight:bold;
}

#bottom a{
	font-size:11px;
}

#bottom a:hover{
	color:#FF0000;
}

.bt{
	margin-top:5px;
	display:block;
	font-size:9px;
}

.bt b{
	font-size:9px;
	font-weight:bold;
}

#tab{
	width:100%;
}

#tab #left
{
	width:50%;
	float:left;
}

#tab #right
{
	width:50%;
	float:left;
}


.show{
	margin:0 auto;
	width:100%;
}
.show img{
	float:left;
	margin:3px;
}
.show-top {
    position: relative;
    float: left;
    width: 730px;
	height: 3px;
	background-image:url('images/show-top.gif');
	background-repeat:no-repeat;
	font-size: 1px;
}
.show-content {
    position: relative;
    float: left;
    width: 718px;
	border-left: solid 1px #c2c911;
	border-right: solid 1px #c2c911;
	background-color: #f1f5d4;
	padding: 5px;
}
.show-bottom {
    position: relative;
    float: left;
    width: 730px;
	height: 3px;
	background-image:url('images/show-bottom.gif');
	background-repeat:no-repeat;
	font-size: 1px;
}



.fixBox{
	font-size:0;
}

.relF{
	position: relative;
	float: left;
}

.move{
	margin-left:72px;
}

.fs3{
 font-size:3px;
}

.api-linkp {
    text-decoration: underline;
    font-weight: bold;
    color: #FF0000;
	font-size:16px;
}
.api-linkp:hover {
    text-decoration: none;
}

.req {
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}

#content-data h2{
	font-size:15px;
	margin-bottom:5px;
	font-weight:bold;
}

.b1plus{
	margin:0 auto;
	width:362px;
	text-align:center;
}

.messplus{
	text-align:center;
}


.div-account{
	position: relative;
	padding-left: 20px;
}

.homeBg{
	background-color: #E9F8FF;
}

/** IMPORTANT! DO NOT REMOVE! **/

.prot{
	position:absolute;
	margin-left:-9999px;
}


#accTy{display:none;}
/** IMPORTANT! DO NOT REMOVE! **/
