/* 
CSS Document 
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

a{
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

th {
    vertical-align: top;
}

hr {
    border: none;
    background-color: #CCCCCC;
    height: 1px;
    width: 80%;
}

li {
    padding-left: 15px;
}

form {
    margin: 0px;
}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	
}
/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	margin-top:50px;
	margin-left:40px;
	left: 0px;
	top: 0px;
}
/*MENU IN HEADER*/
#topmenu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
}
.submenu a{
    color: #666666;
    font-weight: normal;
}
#menu{

}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 800px;
}
.contenttext{
	float:right;
	width: 580px;
	padding-top: 10px;
}
.content_left{
    float:left;
    width: 260px;
    padding: 10px;
}
.content_right{
    float: right;
    width: 260px;
    padding: 10px;
}

.menuitem, .login_err{
    font-size: 10px;
    padding: 5px 10px 0px 10px;
}

.login_err{
    color: #FF0000;
}

/*FOOTER*/
.footer{
	width: 779px;
	height: 32px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	padding-top: 10px;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(images/table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url(images/table_content.jpg);
	background-repeat:repeat-y;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
	font-size: 10px;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.info_blue {
	font-weight: bold;
	color: #0099CC;
}
.info_title {
	color: #0099CC;
	padding: 0px 0px 5px 5px;
	font-size: 11px;
}
.info_date {
    padding: 10px 0px 0px 5px;
}

.body_text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.info_text {
	font-size: 10px;
	padding: 0px 5px 0px 5px;
}

.google {
    font-size: 10px;
    padding: 0px 5px 0px 0px;
}

.subtitle_gray {	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
	padding-bottom: 10px;
}
.title_blue { font-weight: bold; font-size: 26px; color: #7DA5E0;}

.title_panel, .title_text {
	font-size: 12px;
	font-weight: bold;
}
.title_text {
    color: #7DA5E0;
    padding: 5px;
    text-align: left;
}
.intext {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 2px;
}
.texta {
    overflow:auto;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 2px;
}

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: none;
    border: 2px outset #7DA5E0;
    color: #007DC0;
    font-size: 10px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

.th_cene, .th_cene_a, .th_cene_b, .td_cene, .td_cene_a, .td_cene_b {
    border-width: 0px 0px 1px 0px; 
    border-style: dotted;
    border-color: blue;
    text-align: center;
    font-size: 10px;
    width: 120px;
    padding: 2px 0px 2px 0px;
}

.th_cene, .th_cene_a, .th_cene_b {
    font-size: 12px;
    vertical-align: middle;
}

.th_cene_a, .td_cene_a {
    font-weight: bold;
    text-align: left;
    width: 100px;
    padding-left: 5px;
}

.th_cene_b, .td_cene_b, .tr_b {
    background-color: #EEEEEE;
}

.sms_view{
    height: 190px;
    text-align: left;
}

.btn_num{ font-family: verdana; font-size: 10px; background: none; border: none;}
.btn_num:hover{ color: red;}

