﻿@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {
	margin:0; 
	padding:0;	
	list-style: none;
}

body{
	font:12px 'Helvetica Neue',Helvetica,Arial,Sans-serif;
	background:#fafafa;
}

a:link,a:visited,a:hover,a:active{
	text-decoration:none;
}

table
{
	border-collapse:collapse;
}

table, th, td
{	
	padding:5px;
}

#main{
	width:100%;
	min-width:995px;
	margin:0 auto;	
	padding:50px 0 50px 0;
	z-index:1;
}


#headbar{	
	border-bottom: 1px solid #000;
	height:25px;
	width:100%;
	top:30px;
	left:0;
	position:absolute;
	padding:5px 0 0 0; 
	background: #111; 
	background: -moz-linear-gradient(top,  #333,  #111) ;	
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
}

.bar{
    	top:0px;
    	float:left;
    	position:absolute;
    	left:100px;
}

.bar span{	
	color:#eee;
	padding:15px 10px 10px 10px;
	float:left;
}

.menus{	
	background: #eee;
	background: -moz-linear-gradient(top,  #fff,  #eee) ;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	height:30px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	border-bottom:1px solid #bbb;
}
.menus h2{
	width:400px;
	font-size:16px;
	font-weight:bold;
	float:left;
	padding: 5px 0 0 25px;
	text-shadow:1px 1px 0 #fff; 
}

.menus span{
	float:left;
	padding: 6px 0 0 10px;
}

.barmenu{
	margin:0 0 0 0;
       	float:left;
	border-top:1px solid #ddd;
}

.barmenu a{
	display:block;
	color:#eee;
	padding:15px 15px 0 15px;
	
}

.barmenu li{
        float:left;
}

.barmenu a:link, .bar a:visited{
	color:#fff;
}

.barmenu a:hover{
	color: #fff;
	background: #000;
        
}
.barmenu a:active{
	color:#fff;
	font-weight:bold;
    	background:#000;
    	background: -moz-linear-gradient(top,  #000,  #444) ;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
}

.submenu{
	border:1px thin #ccc;
	box-shadow:inset 0px 0 1px #A4A4A4;
	-webkit-box-shadow:inset 0px 0 1px #A4A4A4;
	-moz-box-shadow:inset 0px 0 1px #A4A4A4 inset;
	background: #f0f0f0;
	padding:15px;
	position:relative;
}

.welcome{
	float:right;
	top:0px;
	position:relative;
}

.welcome span{
	color:#111;
	padding:7px 25px 10px 0px;
}

h1{
	font-size:18px;
	color:#eee;
	//background: url(../img/icons.png) no-repeat 5px 0;
	text-indent:10px;
	padding:0px 0 5px 20px;
	text-shadow: 0 1px 0 #000000;
   	width:100px;
}

#contentmain{
	background:#f5f5f5; 
	width:100%;
	padding:10px 0 50px 0;
	margin:0;
}

.container{
	padding:0px 20px;
}

hr {
	border-color:rgba(0, 0, 0, 0.1) -moz-use-text-color rgba(255, 255, 255, 0.3);
	border-width:1px 0;
	clear:both;
	display:block;
	height:0;
	//margin:10px 20px;	
}

.page-head{
	background: #dfdfdf;
	background: -moz-linear-gradient(top,  #efefef,  #dfdfdf) ;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfdfdf));
	border-top:1px solid #ddd;
	height:30px;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:1px 2px 3px #a1a1a1, -1px 2px 3px #a1a1a1;
	-moz-box-shadow:1px 2px 3px #a1a1a1, -1px 2px 3px #a1a1a1;
	box-shadow:1px 2px 3px #a1a1a1, -1px 2px 3px #a1a1a1;
	padding:10px 10px 0 20px;
}

.page{
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 1px 3px #a1a1a1;
	-moz-box-shadow:0px 1px 3px #a1a1a1;	
	box-shadow:0px 1px 3px #a1a1a1;
	min-height:150px;
	padding:20px;
	border:1px solid #bbb;	
}

.pic{
	width:104px;
	height:104px;
	position:relative;
	background:url(../img/profile-default.jpeg) no-repeat;
	float:right;
}

.right{
	width:50%;
	float:right;
	position:relative;
}

.float{
	float:left;
	position:relative;
	width:80%;
}

.left{
	width:50%;
	float:left;
	position:relative;
}

.clearer{
	clear:both;
}

.briefbox{
	width:931px;
	border:thin #a1a1a1;
	border-style:groove;
	border-top-color:#FFFFFF;
	color:#333333;
	min-height:100px;
}

.briefbox a{
	color:#333333;
	display:block;
	border-bottom:1px inset #000;	
	background:url(../img/rowbg.png) repeat-x bottom #FFF;
}

.briefbox a:hover{	
	display:block;
	background-color:#ddd;
	background-image:none;
	color:#000;
	border-bottom:1px inset #000;
}

.bitbox{
	width:910px;
	position:relative;
	padding: 10px 10px 10px 10px;
	display:block;
}

.side-menu{
	border-top:1px solid #ddd;
	width:900px;
	position:relative;
	padding:0 20px 0 0;
	left:10px;
	float:left;
}

.side-menu a{
	display:block;
	padding:2px;
	
}

.side-menu li{
    border-bottom:1px solid #aaa;
    float:left;
}

.side-menu a:link, .side-menu a:visited{
	color:#111;
	padding:8px 8px;
}

.side-menu a:hover{
	color: #fff;
	background: #666;
}
.side-menu a:active{
	color:#fff;
	background: #666;
}



.pageheader{
	height:25px;
	padding: 0 0 20px 0;	
	background:#fff;
	-webkit-box-shadow:0px 1px 3px #a1a1a1;
	-moz-box-shadow:0px 1px 3px #a1a1a1;
	box-shadow:0px 1px 3px #a1a1a1;
}

.pageheader h2{
	font-size:18px;
	padding:10px 15px;
	color:#000;
}

.pagestyle{		
	border:1px solid #aaa;
	background:#fff;
	//-webkit-border-radius:5px;
	//-moz-border-radius:5px;
	//border-radius:5px;
	-o-box-shadow:0px 1px 3px #a1a1a1;
	-webkit-box-shadow:0px 1px 3px #a1a1a1;
	-moz-box-shadow:0px 1px 3px #a1a1a1;
	box-shadow:0px 1px 3px #a1a1a1;		
}

#pagestyleheader{
	border-bottom: 1px solid #CCCCCC;
     	font-size: 20px;
     	height: 30px;
     	padding: 10px 0 5px 20px;
}

.pagecontainer{
	padding:20px;
}


.box{
	border:1px solid #bbb;
	background:#fff;
	background: -moz-linear-gradient(top,  #fff,  #f5f5f5) ;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	padding:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 1px 3px #a1a1a1;
	-moz-box-shadow:0px 1px 3px #a1a1a1;
	box-shadow:0px 1px 3px #a1a1a1;
}

.boxbox{
	border:1px solid #ddd;
	background:#fff;	
	-moz-box-shadow:inset 0px 0px 3px #d1d1d1;
	-webkit-box-shadow:inset 0px 0px 3px #d1d1d1;
	box-shadow:inset 0px 0px 3px #d1d1d1;
	background: -moz-linear-gradient(top,  #fff,  #f5f5f5) ;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	padding:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


.input{
	background:url(../img/rowbg2.png) repeat-x bottom #FFF;
	border:1px #aaa solid;
	padding:3px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	border-radius:3px;	
}

.input:hover{
	background:url(../img/rowbg2.png) repeat-x bottom #FFF;
	border:1px #aaa solid;
	padding:3px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0px 0px 4px #aaa;
	-moz-box-shadow:0px 0px 4px #aaa;
	box-shadow:0px 0px 4px #aaa;
}


.input:active{
	background:url(../img/rowbg1.png) repeat-x bottom #FFF;
	border:1px #aaa solid;
	padding:3px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	border-radius:3px;	
}


.inputflat{
	background:url(../img/rowbg.png) repeat-x bottom #FFF;
	border:1px #aaa solid;
	padding:1px 10px;	
}

.inputflat:hover{
	background:url(../img/rowbg.png) repeat-x bottom #FFF;
	border:1px #aaa solid;
	padding:1px 10px;
	-webkit-box-shadow:0px 0px 4px #aaa;
	-moz-box-shadow:0px 0px 4px #aaa;
	box-shadow:0px 0px 4px #aaa;
}

.inputflat:active{
	background:url(../img/rowbg1.png) repeat-x bottom #FFF;
	border:1px #aaa solid;
	padding:1px 10px;	
}



.tulisblackb{
	font-weight:bold;
}

.bold{
	font-weight:bold;
}


.bitbox a{
	border:1px thin #111;
}

.tablet{
	-webkit-box-shadow:0px 1px 2px #a1a1a1;
	-moz-box-shadow:0px 1px 2px #a1a1a1;
	box-shadow:0px 1px 2px #a1a1a1;
}

.tablet th{
	background:#222;
	border:1px solid #ccc;	
	color: #fff;
}

.tablet tr td{
	border:1px solid #aaa;
}




.tablerow th{
	border:1px solid #ddd;
	background:#ccc;
}

.tablerow tr td{
	border-bottom:1px solid #aaa;
	
}


.tablelabel{
	text-align:right;
	width:120px;
	height:25px;	
}

.regular{
    width:400px;
    float:left;
    position:relative;
}

.vertical{
	border:1px solid #000;
}

.date{
	width:30px;
	height:30px;
	border:1px solid #ccc;
	float:left;
	position:relative;
	background:#fafafa;
	font:15px;
	font-weight:bold;
	padding:10px 0px 0px 10px;
}
.datehead{
	width:30px;
	height:20px;
	border:1px solid #ccc;
	float:left;
	position:relative;
	background:url(../img/btn_bg1.png) repeat-x bottom #FFF;;
	font:15px;
	font-weight:bold;
	padding:10px 0px 0px 10px;
}
.dateoff{
	width:30px;
	height:30px;
	border:1px solid #ccc;
	float:left;
	position:relative;
	background:#FF0000;
	font:15px;
	font-weight:bold;
	padding:10px 0px 0px 10px;
}
.clear{
	clear:both;
}

.disable{
	border:none; background:none; color:#000000;
}

.floatright{
	float:right;
	position:relative;
	padding-left:5px;
}

.notelist{
	padding:10px;
	//border-top:1px #aaa solid;
	border-bottom:1px #aaa solid;
}

.bordersmall{
	border:1px #aaa solid;
	padding:5px 8px;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff,  #f5f5f5) ;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
}

.poshead{
	border:1px solid #999;
	background:url(../img/user_check.png) 5px 5px no-repeat #FFF;
	padding:5px 10px 5px 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.pos{
	border-bottom:1px solid #999;
	background:url(../img/user.png) 5px 5px no-repeat #FFF;
	padding:5px 10px 5px 30px;
}

.orgunit{
	background:url(../img/user_group.png) 5px 5px no-repeat #FFF;
	border:1px #aaa solid;
	padding:5px 10px 5px 30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	border-radius:3px;
	font-size:14px;
}

.divi{
	width:200px;
	position:relative;
	padding:15px;
	
	float:left;
	margin:0 auto;
}

.largeicon{
	margin:0 auto;
	color:white;
	
	padding: 50px 25px 10px 25px;
	border:1px #aaa solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	border-radius:3px;
}


.largeicontext{
	font-weight:bold;
	padding-top:20px;
	color:black;
}




div.former {
	clear: both;
	padding-top: 10px;
	width:400px;
}

div.former span.labels {
	float: left;
	width: 150px;
	text-align: right;
}


div.former span.formw {
	float: right;
	padding-left:20px;
	width: 200px;
} 

.overflower{
	overflow:auto;
	width:100%;
	padding:5px;
}

.span10{
	position:relative;
	float:left;	
	width:10px;
}

.span25{
	padding:0 10px 0 10px;
	position:relative;
	float:left;	
	width:25px;
}

.span50{
	padding:0 10px 0 10px;
	position:relative;
	float:left;	
	width:50px;
}

.span100{
	padding:0 10px 0 10px;
	position:relative;
	float:left;
	width:100px;
	top: 0px;
	left: 0px;
}

.span125{
	padding:0 10px 0 10px;
	position:relative;
	float:left;
	width:125px;
	top: 0px;
	left: 0px;
}

.span150{
	padding:0 10px 0 10px;
	position:relative;
	float:left;
	width:150px;
}

.span200{
	padding:0 10px 0 10px;
	position:relative;
	float:left;
	width:200px;
}

.span250{
	padding:0 10px 0 10px;
	position:relative;
	float:left;
	width:250px;
}

.span300{
	padding:0 10px 0 10px;
	position:relative;
	float:left;
	width:250px;
}

.containercolumn{
	width:100%;
	min-width:950px;
	height:400px;
	overflow:auto;
	border:#efefef 1px solid;
	//padding:10px;
}

.errorred{
	color:red;
}

.textlabel{
	border:none;
}

.selectbox {
     float: left;
     margin: -6px 0 0 6px !important;
}

.selectbox .text {
     float: left;
     font-size: 12px;
     color: #414141;
     text-shadow: 0 1px 2px #fff;
     margin: 0;
     padding-right: 26px;
     height: 27px;
     overflow: hidden;
     background: transparent url(../img/dd-select.png) no-repeat right -27px;
}

.selectbox .text span {
     float: left;
     margin: 0;
     height: 29px;
     padding: 7px 0 0 10px;
     background: transparent url(../img/dd-select.png) no-repeat left top;
}

.closexbtn{
     	cursor: pointer;
     	font: 16px/20px arial,san-serif;
     	height: 20px;
     	margin: 4px -8px 4px 0;
	padding: 0;
	width: 15px;
	border:none;
	background:none;
	color:#a5a5a5;
}

table.term tr td{
    padding:3px 3px 3px 3px;
}

.searchbtn{
     background:transparent;
     background-image:url(../img/searchbtn.png);     
     border: medium none;
     box-shadow: none;
     height:26px;
     position: relative;
     padding-right:20px;
     text-indent: -10000px;
     width: 26px;
     right:25px;
     z-index: 2px;
}

.searchbtn:hover
{
     background:transparent;
     background-image:url(../img/searchbtn.png);
     background-position: 0px -32px;
}

.searchbtn:active
{
     background:transparent;
     background-image:url(../img/searchbtn.png);
     background-position: 0px -32px;
}

input[type="submit"].active{
	background:url(../img/rowbg2.png) repeat-x bottom #FFF;
	border:2px #aaa solid;
	padding:3px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.shadow{
	-webkit-box-shadow:inset 0px 0px 5px #999;
	-moz-box-shadow:inset 0px 0px 5px #999;
	box-shadow:inset 0px 0px 5px #999;
}

table.t30 tr
{
    height:30px;
    padding:0px;
}

table.t36 tr
{
    height:36px;
    padding:0px;
}

.roundbutton
{
	border:solid 1px #fff;
	background: -moz-linear-gradient(top,  #f6f6f6,  #ddd) ;	
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd));
	//background:url(../img/rowbg1.png) repeat-x top #FFF;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	-webkit-box-shadow:0px 5px 3px #999;
	-moz-box-shadow:2px 5px 7px #999;
	box-shadow:3px 5px 7px #999;
}

.roundbutton {
	background: -moz-linear-gradient(center top , #F6F6F6, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd));
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	border: 1px solid #eee;
	-webkit-box-shadow:0.7px 0.7px 0.5px #999;
	-moz-box-shadow:0.7px 0.7px 0.5px #999;
	box-shadow: 0.7px 0.7px 0.5px #999;
	text-shadow: 1px 1px 1px #fff;         
}

.roundbutton:hover {
	background: -moz-linear-gradient(center top , #fff, #e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	border: 1px solid #eee;
	box-shadow: 0.7px 0.7px 0.5px #999;
	-webkit-box-shadow:0.7px 0.7px 0.5px #999;
	-moz-box-shadow:0.7px 0.7px 0.5px #999;
	text-shadow: 1px 1px 1px #fff;
}

.roundbutton:active {
	background: -moz-linear-gradient(center top , #fff, #e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff), to(#e0e0e0));
        	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	border: 1px solid #eee;
	box-shadow: inset 0.7px 0.7px 0.5px #999;
	-webkit-box-shadow: inset 0.7px 0.7px 0.5px #999;
	-moz-box-shadow:inset 0.7px 0.7px 0.5px #999;
	text-shadow: 1px 1px 1px #fff;         
}

.none 
{
    background:none;
    border:none;
    cursor:pointer;
}

.tablestatus ,.tablestatus td
{
    border: 1px solid #777;
}

.tablestatus th
{
    background-color:#AAA;
    border: 1px solid #777;
    cursor:default;
}



.tablestatus tr:hover
{
    background-color:#E0E0E0;
    cursor:pointer;
}

.tablestatusactive tr
{
    background-color:#000;
    cursor:pointer;
}

.statusdetail
{
    background-color:#FAFAFA;
    //margin-left:10px;
    box-shadow:0 1px 3px #A1A1A1;
    border:1px solid #AAAAAA;
    height:inherit;
}

.graytable tr, .graytable td 
{
    border:1px solid #777;    
}
.graytable th
{
    border:1px solid #777;    
    background-color:#AAA;
}

.imagelink
{
    border:1px #aaa solid;
	padding:5px 25px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	border-radius:3px;
	box-shadow: 0 0.5px 0 rgba(255, 255, 255, 0.8) inset;
	
}

.notype
{
    background:url("../img/nofile.png") no-repeat  scroll 0 2px #bbb;
    
}

.word
{
    background:url("../img/word.png") no-repeat  scroll 0 2px lightgreen;
}

.pdf
{
    background:url("../img/pdf.png") no-repeat  scroll 0 2px lightgreen;    
}

.img
{
    background:url("../img/img.png") no-repeat  scroll 0 2px lightgreen;    
}

.ppt
{
    background:url("../img/ppt.png") no-repeat  scroll 0 2px lightgreen;    
}

.othertype
{
    background:url("../img/other.png") no-repeat  scroll 0 2px rgba(0,255,0,0.4);    
}

.del
{
    background:url("../img/Delete-icon.png") no-repeat  scroll 0 1px ;    
    border: none;
    margin-left : 2.5px; 
    cursor: pointer;
}

.stripe tbody th, .stripe tbody tr, .stripe tbody td
{   
    border:1px solid #F5F5F5;
}

.stripe tbody tbody tr, .stripe tbody tbody th, .stripe tbody tbody tr td{
	border:none;
}

div.alert-box { display: block; padding: 6px 7px; font-weight: bold; font-size: 13px; background: #eee; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0 1px rgba(255,255,255,0.9); position: relative; }
.alert-box.success { 
	background-color: #57a957;
  	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    background-image: linear-gradient(top, #62c462, #57a957);
    border-left-color: #57a957;
    border-right-color: #57a957;
    border-top-color: #57a957;
    border-bottom-color: #3d773d;
}
.alert-box.warning { background-color: #c08c00; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
.alert-box.error { 
	background-color: #c43c35;
  	background-repeat: repeat-x;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c00000;
    color: #fff;
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    border-left-color: #c43c35;
    border-right-color: #c43c35;
    border-top-color: #c43c35;
    border-bottom-color: #882a25;
}

.alert-box a.close { color: #000; position: absolute; right: 4px; top: 0; font-size: 18px; opacity: 0.2; padding: 4px; }
.alert-box a.close:hover,.alert-box a.close:focus { opacity: 0.4; }


//.crviewer table,.crviewer th,.crviewer td,.dlgTitle table,.dlgTitle th,.dlgTitle td,.combonocheck table,.combonocheck th,.combonocheck td,.combocheck table,.combocheck th,.combocheck td
//{	
//	padding:0px;
//}

.stripe {
    width:100%;    
}

.stripe table,.stripe th,.stripe td,.tablestatus table,.tablestatus th,.tablestatus td
{
    padding:5px;
}

.cb 
{
    float: right;
}


//input[type=text], textarea, input[type=password] { background: #fff; border: 1px solid #d5d5d5; padding: 3px; border-radius: 3px; -webkit-border-radius:3px;-moz-border-radius:3px;}
//input[type=text]:hover, input[type=password]:hover, textarea:hover { background: #fcfcfc; border: 1px solid #d1d1d1; }
//input[type=text]:focus, input[type=password]:focus, textarea:focus { border: 1px solid #bbc1c9; background: #fff; }

input[type=text], textarea, input[type=password] {
	border:1px solid #ccc;
	padding:3px 4px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover {
	border:1px solid #aaa;
	padding:3px 4px;
	-webkit-box-shadow:0px 0px 3px #bbb;
	-moz-box-shadow:0px 0px 3px #bbb;
	box-shadow:0px 0px 3px #bbb;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus{
	border:1px solid #999;
	padding:3px 4px;
}


label.error{
	background-color:#fcf1d4;
	color:#f00;
	font-style:italic;
	margin-left:10px;
	text-shadow: 0 0 0.1em #F0f0f0, 0 0 0.1em #F87;
	-moz-text-shadow: 0 0 0.1em #F0f0f0, 0 0 0.1em #F87;
	-webkit-text-shadow: 0 0 0.1em #F0f0f0, 0 0 0.1em #F87;
	border: 1px solid rgba(255,0,0,0.4);
	padding: 2px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

input.error,input.error:focus,input.error:hover
{
    background-color:#fcf1d4;
	border: 1px solid rgba(255,0,0,0.4);
}

.invisible 
{
    visibility: hidden;
}

.hide 
{
    display: none;
}

.infobar {
	background: -moz-linear-gradient(center top , #555555, #313131) repeat scroll 0 0 transparent;
    border: 1px solid #333333;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    padding:10px;
    height: 35px;
    color: #ddd;
    font-size : larger;
    font-weight : bold;
    
}