.athonAdmin{
	margin:5px;
	background-color:#e0e0e0;
}
.athonTable{
	border:1px solid gray;
}

.athonTableHeader{
	font-weight:bold; 
	font-size:12px;
}

.athonErr{
	margin-top:10px;
	border:1px solid darkred;
	padding:20px;
	margin-bottom:10px;
	border-radius:3px;
	background-color:
}

.athonInfo{ 
	margin-top:10px;
	border:1px solid darkgreen;
	padding:20px;
	margin-bottom:10px;
	border-radius:3px;
}

.athonAdmin .tableItemEven{
	background-color:#e0e0e0;
}
.athonPageTitleBox{
	/* width:30%;
	color:white; 
	font-weight:bold;
	font-size:16px; 
	text-align:left;
	border-bottom:30px solid gray; 
	border-right:50px solid transparent;
	height:0px;
	line-height:30px;
	position:relative;
	margin-top:-30px;
	margin-left:-1px; */

	border-right: 50px solid gray;
	border-bottom: 30px solid gray;
	border-left: 50px solid transparent;
	color: #FFFFFF;
	float: right;
	font-size: 16px;
	font-weight: bold;
	height: 0;
	line-height: 30px;
	margin-right: -1px;
	margin-top: -30px;
	position: relative;
	text-align: center;
	width: auto;
}
.athonPageTitle{
	margin-left:10px;
}

.athonMenuBox{
	overflow:hidden;
	margin-left:5px;
	margin-top:2px;
	margin-left:5px; 
	margin-right:10px;
	/*background-color:#EEEEEE;
	border:1px solid #CCCCCC;*/
	border-bottom:0px solid  #EEEEEE;
}
.athonMenuSelectedBox{
	float:left;
	position:relative;
	z-index:1000;
	height:0px;
	margin-bottom:1px;
	margin-right:-20px;
	font-size:12px;
	font-weight:bold;
	background-color:transparent;
	border-right: 30px solid transparent;
	border-bottom: 25px solid #6699CC;
	/*width:154px;*/
}
.athonMenuSelectedBoxForeground{
	position:absolute;
	z-index:1001;
	height:0px;
	margin:1px;
	font-weight:bold;
	background-color:transparent;
	border-right: 22px solid transparent;
	border-bottom: 23px solid #CDE1F5;
	width:100%;
}
.athonMenuSelectedItem{
	position:relative;
	z-index:1002;
	margin-left:10px;
	line-height:25px;
	color:black;
	text-decoration:none;
}

.athonMenuUnselectedBox{
	float:left;
	position:relative;
	z-index:0;
	height:0px;
	margin-bottom:1px;
	margin-right:-20px;
	font-size:12px;
	color:#003399;
	font-weight:bold;
	background-color:transparent;
	border-right: 30px solid transparent;
	border-bottom: 25px solid #CACADC;
}

.athonMenuUnselectedBoxForeground{
	position:absolute;
	z-index:998;
	height:0px;
	margin:1px;
	font-weight:bold;
	background-color:transparent;
	border-right: 22px solid transparent;
	border-bottom: 23px solid #CDE1F5;
	width:100%;
}
.athonMenuUnselectedItem{
	position:relative;
	z-index:999;
	margin-left:10px;
	line-height:25px;
	color:gray;
	text-decoration:none;
}
.athonMenuGroup{
	clear:both;
}
.athonContentBox{
	clear:both;
	background:#ffffff; 
	/* margin-top:30px; */
	margin-left:5px; 
	margin-right:10px; 
	border-top:1px solid  lightgray; 
	border-bottom:1px solid  lightgray; 
	border-right:1px solid  lightgray; 
	border-left:1px solid  lightgray;
	
}
.athonContentBox td{
	border:1px solid #eee;
}

.athonButton{
	width:auto;
	color:black;
	padding:3px;
	margin:3px;
}