/*-----------------------------------------------
 * @file: ad.css
 * @description: Ad page layout CSS (Landing page).
 *
 * @author: Siri Pathammavong
 * @date: 2008-06-06
 *-----------------------------------------------*/
body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size:10pt;
	background-color: #CCCCCC; /* CHANGE BACKGROUND THEME HERE */
	margin: 0px;
	padding: 0px;
	color: #000000;
}

img
{
	margin: 0px;
	border: none;
	background: transparent;
}

form
{
	margin: 0px;
}

p
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

ul /* unordered list style */
{
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;	/* if the bullet image was not found */
	list-style-image: url(/graphics/media/image/style/black_square_bullet.gif);
	margin: 0px;
	padding-left: 20px;
}

ol /* ordered list style */
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	margin: 0px;
	padding-left: 20px;
}

a { color: #00539A; }
a:visited
{
	color: #003399;
	text-decoration: underline;
}
a:hover
{
	color: #3399FF;
	text-decoration: underline;
}
h1
{
	font-size: 26px;
	font-weight: bold;
	color: #00539A;
	margin: 15px 0px;
	line-height: 130%;
}
h2
{
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}
h3
{
	font-size: 10pt; /* same than normal text */
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}

hr
{
	height: 1px;
	margin: 15px 0px;
	border: none;
	color: #000000;
	background-color: #000000;
	text-align: left;
}
* html hr
{ /*IE only hack*/
	padding: 15px 0px;
	margin: 0px;
}

/**
 * inner section
 */
#inner
{
	color: #000000;
	background-color: #FFFFFF;
	width: 1000px;
	margin: auto;
}

/**
 * wrapper section
 */
#wrapper
{
	width: 100%;
	height: 630px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 30px;
}
html>body #wrapper           /* all other browsers */
{
	height: auto;
	min-height: 630px;
}

/**
 * header
 */
#header
{
	height: 95px;
	width: 100%;
	background-color: #003399;
}

/**
 * main navigation
 */
#main_navigation
{
	width: 100%;
	height: 27px;
	font-size: 1px;
	background-color: lightgray;
}

/**
 * content
 */
#content
{
	height: auto;
	width: 880px;
	padding: 0px 60px 0px 60px;
}
#mainContent
{
	width: 760px;
	height: auto;
	margin: 45px auto 0px auto;
}
#rightContent
{
	float: left;
	clear: right;
	width: 185px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

/**
 * footer section
 */
#footer
{
	width: 870px;
	color: white;
	background-color: #39567E; /* do not modify this background color, add (#[event_name] #footer) element, for example see (#nab #footer)  */
	text-align: right;
	padding-right: 15px;
	height: 20px;
	font-size: 10px;
 	padding: 7px 30px 0px 0px;
 	margin: 0px;
}
#nab #footer
{
	background-color: #061E39;
}
#footer a, #footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

/**
 * menu section
 */
#menu *
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu
{
	width: 185px;
}
#menu ul
{
	list-style-type: none;
	list-style-image: none;
}
#menu li a
{
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited
{
	color: #0e69be;
	display: block;
	background: url(/graphics/media/image/style/microsite/menu.jpg);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}
#menu li a:hover
{
	color: #0e69be;
	background: url(/graphics/media/image/style/microsite/menu.jpg) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}
#menu li a:active
{
	color: #0e69be;
	background: url(/graphics/media/image/style/microsite/menu.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}

.theHiddenAnswer
{
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
}

/*
 * SIMPLE GRID and GREY HEADERS GRID (no background color grid)
 */
table.simple_grid,
table.greyHeaders_grid
{
	border-collapse: collapse;
}
table.simple_grid th,
table.greyHeaders_grid th
{
	font-weight: bold;
	text-align: left;
	border: 1px solid #666666;
	padding: 5px;
	background-color: transparent;
	vertical-align: top;
}
table.greyHeaders_grid th
{
	background-color: #D9D9D9; /* grey headers */
}
table.simple_grid td,
table.greyHeaders_grid td
{
	text-align: left;
	border: 1px solid #666666;
	padding: 5px;
	background-color: transparent;
}


/**
 * font styles
 */
.smallFont
{
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px;
}
.error
{
	color: red;
	font-weight: bold;
}
/* End style (font style should be the last css declaration) */
