/*======================================
Axestech.net
======================================*/

/**************************************/
/*              VISUAL                */
/**************************************/

h1, h2, h3, h4, h5 {
	font-weight:bold;
}
.hide {
	display:none;
}
.center {
	text-align:center;
}
a {
	text-decoration:none;
	color:#F7B100
}
a img {
	border:none;
}
a:hover, a:focus {
	color: #FF9814;
	text-decoration:none;
	cursor:pointer;
}
.underline {
	text-decoration:underline;
}
a.underline:hover {
	text-decoration:none;
}
.uppercase {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.objright {
	float:right;
}
.objleft {
	float:left;
}
.imgright {
	float:right;
	padding:3px;
	border:#CCC solid 1px;
	margin:0 0 10px 10px;
}
.imgleft {
	float:left;
	padding:3px;
	border:#CCC solid 1px;
	margin:0 10px 0 10px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
form .hidden {
	display:none;
}
.small {
	width: 25%;
}
.medium {
	width: 50%;
}
.large {
	width: 68%;
}
.full {
	width: 98%;
}
.space {
	height:20px;
}
span.red {
	color:#F00;
}
.mright {
	margin-right:7px;
}
.mleft {
	margin-left:7px;
}
/**************************************/
/*           SIZE COLOR               */
/**************************************/

.s10 {
	font-size:10px;
}
.s11 {
	font-size:11px;
}
.s12 {
	font-size:12px;
	line-height:14px;
}
.s14 {
	font-size:14px;
	line-height:16px;
}
.s16 {
	font-size:16px;
	line-height:18px;
}
.s18 {
	font-size:18px;
}
.s20 {
	font-size:20px;
}
.s22 {
	font-size:22px;
}
.s24 {
	font-size:24px;
}
.s26 {
	font-size:26px;
}
.s28 {
	font-size:28px;
}
.white {
	color:#FFF;
}
.red {
	color:#FF3134;
}
.redblack {
	color:#6B0019;
}
.orange {
	color:#EB4200;
}
.yellow {
	color:#F7B100;
}
.fontblue {
	color:#0066CC;
}
.bluenight {
	color:#20336D;
}
.bluemedium {
	color:#345C90;
}
.blue {
	color:#0066CC;
}
.bluedark {
	color:#06163A;
}
.green {
	color:#636E00;
}
.greendark {
	color:#2B3B00;
}
.purple {
	color:#963896;
}
.purplelight {
	color:#CC66CC;
}
.brown {
	color:#D0BEAF;
}
.browndark {
	color:#513B2F;
}
.gray {
	color:#505459;
}
.graylight {
	color:#D6D7D9;
}
.black {
	color:#333;
}
p {
	margin:0;
}
.bold {
	font-weight:bold;
}

/**************************************/
/*		NOTIFICATIONS
/**************************************/

.success, .error, .notice {
	margin-top: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 10px 15px 10px 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
}
.success {
	background-color: #E3FFDF;
	border: 1px solid #97FF88;
	color: #009900;
	background-image: url('../../images/backend/icons/24/accept.png');
}
.error {
	background-color: #FFE1E1;
	border: 1px solid #FF9595;
	color: #CC3300;
	background-image: url('../../images/backend/icons/24/warning.png');
}
.notice {
	background-color: #D7DFFF;
	border: 1px solid #93A8FF;
	color: #0033FF;
	background-image: url('../../images/backend/icons/24/info.png');
}
.close-notification {
	width: 11px;
	height: 11px;
	position: absolute;
	background: url(../_images/tab_close.gif) no-repeat;
	background-image : url('../../images/backend/others/tab_close.gif');
	background-repeat : no-repeat;
	background-position: left;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.close-notification:hover {
	background-position: right;
}
.long_notice {
	margin-top: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 10px 10px 10px 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #D7DFFF;
	border: 1px solid #93A8FF;
	color: #0033FF;
}