@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#050f2b;
	background-image:url(../images/bgpage2.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat:repeat-x;
	overflow:auto;
	text-align: center;
}
.fontwhite{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#FFF;	
}
.fontwhite a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#FFF;	
	text-decoration:none;
}
.fontwhite a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#ff961a;	
}
.fontblack{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#333;
	text-decoration:none;
}
.fontblack a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#333;
	text-decoration:none;
}
.fontblack a:Hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#333;
	text-decoration:underline;
	text-align: right;
}
.fontblue{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#74cce9;	
}
.fontorange{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#ff8624;	
}
.fontorangelink{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#ff8624;
	text-decoration:underline;
	font-weight:bold;
}
.fontorangelink:Hover{
	color:#74cce9;
}
.readmorelink{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
.readmorelink:Hover{
	color:#ff8624;
}
.titlearticles{
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;	
	letter-spacing: normal;
	line-height:15px;
	color:#666;
}
.namelogin{
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;	
	letter-spacing: normal;
	line-height:15px;
	color:#fff;
}
.textfield{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06C;
	background-color: #c2e5fa;
	border: 1px solid #77c3f0;
	height: 23px;
}
.textfieldlog{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #28719c;
	border: 1px solid #77c3f0;	
}
.textfieldm{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06C;
	background-color: #c2e5fa;
	border: 1px solid #77c3f0;
}
.linegreenbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81b94f;
}
.lineredbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fc7e7f;
}
.linebluebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5faedc;
}
.nameprofile{
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;	
	letter-spacing: normal;
	line-height:15px;
	color:#06C;
}
.readmore{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#FFF;	
}
.readmore a{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#FFF;	
	text-decoration:underline;
}
.readmore a:hover{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#74cce9;	
	text-decoration:none;
}
.borderall {
	border: 1px solid #a3c5d6;
}
.textfieldS{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #06C;
	background-color: #fff;
	border: 1px solid #77c3f0;
	height: 23px;
}
.points{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#999999;
}

#statusForm{
    display:none;
    background:#EB5D13;
    margin:5px;
    color:#ffffff;
    font-family:"Trebuchet MS";
    font-size:11px;
    width:400px;
    font-weight:bold;
    text-decoration:none;
}
#statusForm li{
    list-style:none;
    padding:2px 15px;
}

.titleContent{
    color:#FF8624;
    font-family:"Trebuchet MS";
    font-size:20px;
    font-weight:bold;
}

.tableWeb td, .tableWeb th{
    font-size:12px;
    
}

label.error{
    color:#FF0000;
    font-weight:bold;
    display:block;
    padding-left:0px;
}

#popup-west{
   width: 800px;
   padding: 40px 20px 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #000;
   background: #fff url(../images/logo.jpg) top left no-repeat;
}
#popup-west .style1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0094d1;
}
#popup-west .style2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
}
#modalClose{
    border: 0px;
    background: #CC8201;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}