@CHARSET "UTF-8";

.athon-ui{
	
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	box-shadow: 0px 0px 5px 0px rgba(64,77,102, 0.8);
 	-moz-box-shadow: 0px 0px 5px 0px rgba(64,77,102, 0.8);
 	-webkit-box-shadow: 0px 0px 5px 0px rgba(64,77,102, 0.8);
 	background-color: #ffffff;
 	border:0px;
}

.athon-ui:hover{
	box-shadow: 0px 0px 10px 0px rgba(102,112,132, 1);
 	-moz-box-shadow: 0px 0px 10px 0px rgba(102,112,132, 1);
 	-webkit-box-shadow: 0px 0px 10px 0px rgba(102,112,132, 1);
}


.athon-ui-title{
	font-size:20px;
	font-weight:bold;
	border-bottom:0px solid gray;
	margin-top:0px;
	margin-bottom:30px;
	color: #404d66;
}

.athon-ui-title .subTitle{
	font-size:14px;
	font-weight: normal;
}

.athon-ui-title .subTitle label{
	color: darkorange;
	display: inline;
}

.athon-ui th{
	text-align: left!important;
	font-size: 12px!important;
	line-height: 15px!important;	
	background-color: #404d66;
	color: #ffffff; 
	padding:5px;
	font-weight: bold;
	border: 1px solid #eeeeee;
	min-height:35px;
	text-shadow: 0 -1px 0 rgba(255,127,0,0.5);
}

.athon-ui td{
	color: #000000; 
	padding:3px 5px;
	border: 1px solid #ffffff;
	font-size: 13px;
	background-color: #eeeeee;
}

.athon-ui td a{
	color: #004a95; 
	text-decoration: none;
}
.athon-ui input[type="button"]{
	width:auto;
}
.athon-ui .orizTable input[type="text"]{
	display: block;
	border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    width: 100%;
    margin-right: 6%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.athon-ui .orizTable select{
	display: block;
	border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    width: auto;
    min-width: 200px;
    margin-right: 6%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.athon-ui .orizTable textarea{
	border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin-right: 6%;
    padding: 6px 12px;
    font-size: 14px;
    height: 100px;    
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
