/*------------------------
// INCOSYS.VN Screen Stylesheet
// version:   1.2
// date:      19/11/07
// author:    Pham Tuan Anh
// email:     dunglaptop@gmail.com
// website:   http://www.phukienmaytinh.com
---------------------*/

*{margin: 0;padding: 0;border: 0px none;}

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
	background-color: #000000; 
}

#wrapper{
	margin: 0px auto 0px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	width: 1000px;
}

#banner {width: 100%; height: 69px; text-align: left; padding: 0; /*background: url('images/BG_Banner.jpg');*/}

#nav_top {width: 100%; height: 30px; padding-top: 5px; border-collapse: collapse; color: #FF0000; border-color: #111111; font-weight: bold; background-color: #f9dede; background: url('images/top_bg.jpg'); text-align: center; vertical-align: middle;}
#nav_top a:link, a:visited, a:active { font-family: Tahoma, Arial, Helvetica; font-size: 12px; color: #3333ff; font-weight: bold; text-decoration: none;}
#nav_top a:hover {color: #ff9933; font-family: Tahoma, Arial, Helvetica; font-size: 12px; text-decoration: none}

#bottom {background-color: #FFF; padding-bottom: 20px;}
#nav_bottom {width: 100%; height: 25px; padding-top: 10px; text-align: center; background: url('images/menubottom_bkg.jpg'); font-family: Tahoma, Arial, Helvetica;	font-size: 12px; color: #FF0000; background-color: #f9dede; vertical-align: middle;}
#nav_bottom a {color: #FF0000; font-family: Tahoma, Arial, Helvetica; font-size: 12px; text-decoration: none; font-weight: bold; text-transform: uppercase;}

#copyright {width: 100%; height: 19px; background-color: #C0C0C0; text-align: center; font-family: Arial; font-size: 13px;}

#support {width: 100%; text-align: center;}
#support .top a{color: #FF0000; font-weight: bold; text-transform: uppercase; }

#support .bottom {text-align: left;}
#support .bottom a {font-weight: bold; font-style:italic; text-decoration: none}