body {
    background:     #111;    margin:			0px;    padding:		0px;
	text-align:     left;

	font-family:    "Trebuchet MS",Arial, Helvetica, sans-serif;

	font-size:      13px;
}
/* ------------------------ STYLE BY TUONGLAM ------------------------ */

.tl_2row {width:50%;min-width:20%}

.tl_menu {color:#f0f0f0;font-weight:bold}
	#menu{
		width:766px;
		height:59px;
		background:url(images/index_05.gif) repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
			width:500px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:59px;
				line-height:59px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#a7a7a7;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:42px;
					text-decoration:none;
					padding:0 20px;				
				}
					#menu li a:hover{
						color:#fff;
						line-height:59px;
						background:url(images/index_menu-hover.png) no-repeat top;
					}
				#menu li a.current{
					display:block;
					float:left;
					color:#a7a7a7;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:42px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
						line-height:59px;
						background:url(images/index_menu-hover.png) no-repeat top;
					}



.tl_main {color:#333333;padding:0px 0px 15px 0px}

.tl_footer {color:#999999}
.tl_footer strong {color:#ffffff}
.tl_footer a{font-weight:bold;color:#a7a7a7;text-decoration:none}
.tl_footer a:hover{text-decoration:underline;color:#ffffff}
/* ------------------------ STYLE BY TUONGLAM ------------------------ */











a {
    color:              #000080;
    text-decoration:    underline;
}

a:hover {
    color:              #8080FF;
}

#frame {
	width:          766px;
	margin-right:   auto;
	margin-left:    auto;
	margin-top:     10px;
	padding:        0px;
	text-align:     left;
	font-family:    "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:      13px;
}
	
#contentheader {
    width:          718px;
	background:     #FFFFFF;
	border:         3px double #000000;
}

#content {
    width:          740px;
    background:     #FFFFFF;
    border:         1px solid #cccccc;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	

    height:         100%;
    clear:          both;
	padding: 10px;
	
	margin-right:   auto;

	margin-left:    auto;
}
 
#offerinfobar {
	float:			left;
	width:			712px;
	background:		#FFFFFF;
	font-size:		14px;
	line-height:	normal;
	border-bottom:	1px solid #ccc;
	padding:		5px;
	text-align:		center;
}

#offerviewbar {
	float:			left;
	width:			712px;
	background:		#f9f9f9;
	font-size:		14px;
	line-height:	normal;
	border-bottom:	1px solid #ccc;
	padding:		5px;
	text-align:		center;
}

#statusbar {
	float:			left;
	width:			712px;
	background:		#f9f9f9;
	font-size:		14px;
	line-height:	normal;
	padding:		5px;
	text-align:		center;
	margin-bottom:	10px;
	border:			1px solid #ccc;
}

#sbleft {
	width:			20%;
	float:			left;
}

#sbcenter {
	width:			55%;
	float:			left;
}

#sbright {
	width:			25%;
	float:			right;
}

#navbar {
    float:          left;
    width:          766px;
    /*background:     #f9f9f9;*/
    font-size:      14px;
    line-height:    normal;
	text-align:		center;
    /*border:         1px solid #ccc;*/
}

#tabnav li {
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
		float: left;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 0px solid #000;
		border-bottom: 0px;
		border-collapse: collapse;
		text-decoration: none;
		color: #000;
}

#tabnav a:link.active, #tabnav a:visited.active {
		border: 0px solid #000;
		border-bottom: 0px;
		border-collapse: collapse;
		background: #FFF;
		color: #000;
}

#tabnav a:hover {
		background: #515151;		color: #fff;
}

#footer {
    float:          left;
    width:          722px;
    background:     #f9f9f9;
    font-size:      14px;
    line-height:    normal;
    border:         1px solid #ccc;
    border-top:     0px;
    text-align:     center;
    margin-bottom:  20px;
    padding-top:    8px;
    padding-bottom: 8px;
    
}

#centerwrapper {
    width:          766px;
    margin-left:    auto;
    margin-right:   auto;
}

#boxify {
    width:          450px;
    margin-left:    auto;
    margin-right:   auto;
    padding:        5px;
	text-align:		center;
}


#neutral {
	width:          475px;
	margin-left:    auto;
	margin-right:   auto;
	border:         1px solid #ccc;
	border-top:		0px;
	background:     blue;
	padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#neutral a {
    color:              #CCC;
    text-decoration:    underline;
}

#neutral a:hover {
    color:              #FFF;
}

#error {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #ccc;
	border-top:		0px;
    background:     #CC0000;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#error a {
    color:              #CCC;
    text-decoration:    underline;
}

#error a:hover {
    color:              #FFF;
}

#success {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #ccc;
	border-top:		0px;
    background:     #009900;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#success a {
    color:              #CCC;
    text-decoration:    underline;
}

#success a:hover {
    color:              #FFF;
}

div.spacer {
	clear:		both;
	margin-top:		5px;
	margin-bottom:	5px;
}

div.offer {
	width:			164px;
	height:			164px;
	border:			1px solid #ccc;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-border-radius: 10px;	
	background:		#f9f9f9;
	margin-left:	auto;
	margin-right:	auto;
	display:		block;
	padding:		1px;
}

    
p,h1,h2,h3,pre {
	margin:         12px 3px 3px 3px;	padding:		10px;	border-top:		3px solid #e51c1a;	border-bottom:	3px solid #e51c1a;	color:			#fff;	background:		#000;
}
	
h1 {
	font-size:      16px;
	padding-top:    10px;

}

h2 {
	font-size:		20px;
}

h3 {
	font-size:		18px;
}

h4 {
	font-size:		16px;
}

div.row {
    clear:          both;
    padding-top:    10px;
    margin-left:    auto;
    margin-right:   auto;
    width:          75%;
}

div.rowsmall {
    clear:          both;
    padding-top:    2px;
    margin-left:    auto;
    margin-right:   auto;
    width:          152px;
}

div.row span.label {
    float:          left;
    text-align:     right;
    font-size:      14px;
    font-weight:    bold;
}

div.rowsmall span.labelsmall {
    float:          left;
    text-align:     right;
    font-size:      13px;
    font-weight:    bold;
}

div.row span.formw {
    float:          right;
    text-align:     left;
}

div.rowsmall span.formwsmall {
    float:          right;
    text-align:     left;
	font-size:		13px;
}

#leftcontent {
    float:          left;
    width:          30%;
    margin-right:   15px;
    padding-bottom: 20px;
}

#rightcontent {
    /*text-align:     right;*/
    width:          100%;
}

#colleft {
	width:			33%;
	float:			left;
	padding-bottom:	10px;
	text-align:		left;
}

#colcenter {
	width:			34%;
	float:			left;
	padding-bottom:	10px;
	text-align:		left;
}

#colright {
	width:			33%;
	float:			left;
	padding-bottom:	10px;
	text-align:		right;
}
.rollover {
  	font-family: 		"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight: 		normal;
	font-size: 			12px;
	position: 			absolute; 
	z-index: 			1; 
	visibility: 		hidden;
	background-color: 	#EEEEEE;
	padding: 			5px 5px 5px 5px;
	border: 			solid 3px #000000;
	margin: 			2px auto 2px 2px;
	text-align: 		left;
	
	width:				216px;

	filter: 			progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='dimgray', Positive='true');
	vertical-align: 	top;
}

table.ticket {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.ticket th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;}
table.ticket td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #f9f9f9;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.orders {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.orders th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.orders td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #f9f9f9;
	-moz-border-radius: 0px 0px 0px 0px;}

table.referrals {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.referrals th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;}
table.referrals td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #f9f9f9;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.refsummary {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.refsummary th {
	font-size: 14px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.refsummary td {
	background-color: white;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.messages {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.messages th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.messages td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #f9f9f9;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.credits {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.credits th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.credits td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #f9f9f9;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.credits td.error {
	background:     #CC0000;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

table.credits td.error a {
	color:              #CCC;
    text-decoration:    underline;
}

table.credits td.error a:hover {
	color:              #FFF;
}