/*========================================[			Tag				]========================================*/

body {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	background:url(../images/bg_main.jpg) center;
}

body#admin {
	font-size:12px;
	background: url(../images/bg_textDXE_brown.png) fixed;
}

input, textarea, select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form	{ margin: 0px; }
img 	{ margin: 0px; border: 0px; }
hr 		{ height: 0px; border: 0px; border-bottom: 1px solid #666; }
input[type=submit] { cursor: pointer; }

.blank {visibility:visible;}
.width20 { width:20px;};

body#admin #body_section 
{
	width: 960px;
	margin: auto;
	margin: 30px auto;
	border: 5px solid #FFF;
	background: #FFF;
}

/*========================================[			Image			]========================================*/

.green_border {
	margin:5px;
	border:5px solid #556421;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*	Button  */
/*------------------------------------------------------------------------------------------------------------------------*/

.button_120	{ width:120px; height:25px; margin:0px 5px; font-size:11px; }
.button_150	{ width:150px; height:25px; font-size:11px; }
.button_180	{ width:180px; height:25px; font-size:11px; }

/*--------------------------------------------------*/	
/* Button 24 px */
/*--------------------------------------------------*/

.button_24px
{
	display: inline-block; 
	height: 26px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 16px;
	line-height: 26px;
	font-size: 12px;
	cursor: pointer;
	background: url("../images/button_gray_24px.png") no-repeat top left;
	outline:none;
}
	.button_24px b 			{ display: inline-block; padding: 0px 16px 0px 0px; font-weight: normal; background: #FFF url('../images/button_gray_24px.png') no-repeat top right; }
	.button_24px b i 		{ display: inline-block; padding: 0px 0px 0px 24px; font-style: normal; background: no-repeat center left; }
	
	.button_24px:hover 		{ background-position: center left; }
	.button_24px:hover b 	{ background-position: center right; }
	
	.button_24px:active 	{ background-position: bottom left; }
	.button_24px:active b 	{ background-position: bottom right; }
	
/*========================================[			Border		]========================================*/

.line_dot { border: 1px dotted #C0C0C0; }
.line_dashed { border: 1px dashed #C0C0C0; }

/*========================================[			Text			]========================================*/

.display_none { display:none; }
.clear_both { clear:both; }


.center		{ text-align:center; }  
.left		{ text-align:left; }  
.right		{ text-align:right; }
.justify 	{ text-align:justify;}
  
.bold		{ font-weight:bold; }  
.underline	{ text-decoration:underline; } 
.italic 	{ font-style:italic; } 
.indent 	{ text-indent:20px; }
.nowarp		{ white-space:nowrap; }  

.white		{ color:#FFFFFF; }
.red 		{ color:#FF0000; }
.orange		{ color:#FF9900; }
.green		{ color:#006600; }
.liteGray	{ color:#999999; }

/* Spachil color */
.redblood 		{ color: #B52A03;}
.choco_brown 	{ color: #A2391E;}

.text_36 { font-size:36px; }
.text_24 { font-size:24px; }
.text_22 { font-size:22px; }
.text_20 { font-size:20px; }
.text_18 { font-size:18px; }
.text_16 { font-size:16px; }
.text_14 { font-size:14px; }
.text_12 { font-size:12px; }
.text_11 { font-size:11px; }
.text_10 { font-size:10px; }
.text_9  { font-size:9px; }
.text_8  { font-size:8px; }

/*========================================[			Link		]========================================*/

a:link 		{ color: #000; text-decoration: none; }
a:visited	{ color: #000; text-decoration: none; outline:none; }
a:hover 	{ color: #F90; text-decoration: none; }
a:active 	{ color: #F90; text-decoration: none; outline:none; }

a.white:link 	{ color: #FFF; text-decoration: none; }
a.white:visited	{ color: #FFF; text-decoration: none; outline:none; }
a.white:hover 	{ color: #F90; text-decoration: none; }
a.white:active 	{ color: #F90; text-decoration: none; outline:none; }

a.link_none:link 	{ text-decoration:none; border:none; }
a.link_none:visited	{ text-decoration:none; border:none; outline:none; }
a.link_none:hover 	{ text-decoration:none; border:none; }
a.link_none:active 	{ text-decoration:none; border:none; outline:none; }

a.red:link 		{ color: #FF0000; text-decoration:none; border:none; }
a.red:visited	{ color: #FF0000; text-decoration:none; border:none; }
a.red:hover 	{ color: #FF9900; text-decoration:none; border:none; }
a.red:active 	{ color: #FF0000; text-decoration:none; border:none; }

a.redblood:link 	{ color: #B52A03; text-decoration:none; border:none; }
a.redblood:visited	{ color: #B52A03; text-decoration:none; border:none; }
a.redblood:hover 	{ color: #FF9900; text-decoration:none; border:none; }
a.redblood:active 	{ color: #B52A03; text-decoration:none; border:none; }


/*========================================[			end			]========================================*/
