* { 
	margin: 0;
	padding: 0; 
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	/* Simple hack to make certain browsers (IE) work with centering the div */
	text-align: center;
	min-width: 1001;
	
	margin: 0;
	padding: 0;
	
	/* Font */
	font-family: arial, sans-serif;
	color: #4C4C4C;
}

h1 {
	width: 100%;
	padding: 0px 0px 6px 0px;
	color: #AAA9A9;
	border-bottom: solid 3px #D8D8D8;
	font-family: times, serif;
	font-weight: 500;
	font-size: 16pt;
}

h1 img {
	vertical-align: bottom;
	margin-right: 4px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
}

h5 {
	font-size: 12pt;
	font-weight: bold;
}

img {
	padding: 0;
	margin: 0;
	border: solid 0 white;
}

div {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0;
	margin: 0;
	border: solid 0 white;
}

table {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0;
	margin: 0;
	border: solid 0 white;
	border-collapse: collapse;
	border-spacing: 0;
	display: inline;
}

ul {
	margin: 0;
	list-style-image: url(./images/li.gif);
	list-style-position: inside;
	list-style-type: none;
}

li {
	font-size: 10pt;
}

hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

a:link {color: #8795a1}
a:visited {color: #8795a1}
a:hover {color: #c9d866}
a:active {}

#container {
	/* Center */
	margin: 0 auto;
	text-align: left;
	position: relative;
	
	/* Spacing / Sizing */
	padding: 0px;
	width: 1001px;
	
	/* Borders */
	border: solid 0 white
}

/********
** Header
********/

#header {
	position: relative;
	
	padding: 0;
	margin: 0;
}

#header_banner {
	/* Position */
	position: relative;
	
	/* Sizing */
	width: 1001px;
	height: 180px;
	
	padding: 0;
	margin: 0;
}

#header_logo_and_search {
	/* Position */
	position: relative;
	
	/* Sizing */
	width: 1001px;
	height: 44px;
	
	/* Background */
	background: #022430 url(./images/header/logo.gif) no-repeat scroll top left;
	
	padding: 0;
	margin: 0;
}

#header_menubar {
	/* Position */
	position: relative;
	
	/* Sizing */
	width: 1001px;
	padding-top: 2px;
	padding-left: 4px;
	
	/* Background */
	background-color: #e2ecc7;
	
	border-bottom: solid 2px #f6f9fb;
	
	/* Align */
	text-align: left;
	
	/* Font */
	font-family: times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

/*.header_menubar_item { font-weight: bold; }
a:link.header_menubar_item { color: #bdcfde; text-decoration: none; }
a:visited.header_menubar_item { color: #bdcfde; text-decoration: none; }
a:hover.header_menubar_item { color: #c9d866; text-decoration: none; }
a:active.header_menubar_item{ text-decoration: none; }*/

.header_menubar_item { font-weight: bold; }
a:link.header_menubar_item { color: #4c4c4c; text-decoration: none; }
a:visited.header_menubar_item { color: #4c4c4c; text-decoration: none; }
a:hover.header_menubar_item { color: #4c4c4c; text-decoration: none; }
a:active.header_menubar_item{ text-decoration: none; }

.header_menubar_spacer {
	width: 80px;
}

.header_menubar_tab_main {
	background-color: #e2e0d3;
}

.header_menubar_tab_main_hover {
	background-color: #9de543;
}

.header_menubar_tab_main_active {
	background-color: #f6f9fb;
}

.header_menubar_tab_left {
	width: 12px;
	background-image: url(./images/header/tab_off_left.gif);
}

.header_menubar_tab_right {
	width: 12px;
	background-image: url(./images/header/tab_off_right.gif);
}

.header_menubar_tab_left_hover {
	width: 12px;
	background-image: url(./images/header/tab_hover_left.gif);
}

.header_menubar_tab_right_hover {
	width: 12px;
	background-image: url(./images/header/tab_hover_right.gif);
}

.header_menubar_tab_left_active {
	width: 12px;
	background-image: url(./images/header/tab_active_left.gif);
}

.header_menubar_tab_right_active {
	width: 12px;
	background-image: url(./images/header/tab_active_right.gif);
}

.header_menubar_tab_divider {
	width: 1px;
}

/********
* Content
********/

#content {
	position: relative;
	background-image: url(./images/faux_columns.gif);
	padding: 21px 0px 16px 0px;
	
	z-index: -100;
}

html>body #content {
	position: relative;
	background-image: url(./images/faux_columns.gif);
	padding: 21px 0px 16px 0px;
	
	z-index: 100;
}

#sidebar {
	/* Dimensioning */
	width: 359px;
	margin: 0;
	padding: 0px 8px 0px 15px;
	
	float: left;
	z-index: 100;
}

#main {
	/* Dimensioning */
	margin: 0;
	padding-right: 0px;
	padding-left: 0;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -3px;
}

html>body #main {
	float: right;
	width: 619px;
	position: static;
}

.main_item {
	background-color: #ffffff;
	width: 570px;
	margin-bottom: 25px;
	padding: 10px;
	padding-right: 20px;
}

.sidebar_item_header {
	background-color: #D3E1D3;
	width: 331px;
	height: 19px;
	padding-left: 5px;
	padding-top: 1px;
	
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-stretch: ultra-expanded;
	color: black;
	
	z-index: 101;
}

.sidebar_item_content {
	background-color: white;
	width: 345px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 12px;
	padding: 5px;
	
	z-index: 101;
}

/*******
* Footer
*******/

#footer {
	position: relative;
	top: -10px;
}

html>body #footer {
	position: static;
}

#footer_divider {
	height: 7px;
	width: 1001px;
}

#footer_text {
	padding: 15px 40px;
}

/*******
* Misc
*******/

.div_expander {
	clear: both;
	margin: 0;
	padding: 0;
}

.error {
	color: red;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

/*******
* Form
*******/

.form_container {
	text-align: left;
	padding: 30px;
	z-index: 3;
}

.form_container td {
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}

.form_table {
}

.form_label {
	width: 99px;
}

.form_content {
	_width: 460px;
}

.form_container input.text {
	width: 100%;
}

.form_container select {
	width: 60%;
}

.form_container input.file {
	width: 60%;
}

.form_container textarea {
	width: 100%;
	height: 300px;
}

/***************
* Table grid View
***************/

table.gridview {
	border-collapse: separate;
	border-spacing: 15px;
}

table.gridview td {
	padding: 3px;
	border: solid 2px #D8D8D8;
	cursor:pointer;
}

table.gridview td:hover {
	padding: 3px;
	border: solid 2px #000000;
}

table.gridview_alt {
	border-collapse: separate;
	border-spacing: 15px;
	cursor:pointer;
}

table.gridview_alt td {
	padding: 3px;
	border: solid 2px #000000;
	background-color:#FFFFFF;
}

table.gridview_alt td:hover {
	padding: 3px;
	border: solid 2px #5a8ea7;
}

table.gridview_big_alt {
	border-collapse: separate;
	border-spacing: 15px;
	cursor:pointer;
}

table.gridview_big_alt td {
	padding: 3px;
	border: solid 3px #000000;
	background-color:#FFFFFF;
}

table.gridview_big_alt td:hover {
	padding: 3px;
	border: solid 3px #5a8ea7;
}

table.nextlast_photo {
	border-collapse: separate;
	border-spacing: 5px;
	width: 550px;
}

table.nextlast_photo td {
	padding: 3px;
	border: solid 2px #D8D8D8;
	width: 275px;
}

table.nextlast_photo td:hover {
	padding: 3px;
	border: solid 2px #000000;
	width: 275px;
}

div.browse_top {
	width: 100%;
	padding: 0px 0px 6px 0px;
	color: #AAA9A9;
	border-bottom: solid 3px #D8D8D8;
	font-family: times, serif;
	font-weight: 100;
	font-size: 9pt;
}

div.browse_bottom {
	width: 100%;
	padding: 0px 0px 6px 0px;
	color: #AAA9A9;
	border-top: solid 3px #D8D8D8;
	font-family: times, serif;
	font-weight: 100;
	font-size: 9pt;
	text-align: right;
}

div.view_top {
	width: 100%;
	padding: 0px 0px 6px 0px;
	color: #AAA9A9;
	border-bottom: solid 3px #D8D8D8;
	font-weight: 100;
	font-size: 11pt;
	background-color: #EFEFEF;
}

div.view_bottom {
	width: 100%;
	padding: 0px 0px 6px 0px;
	color: #AAA9A9;
	border-top: solid 3px #D8D8D8;
	font-weight: 100;
	font-size: 11pt;
}

div.view_photo_container {
	text-align: center;
}

div.view_photo_info {
	border: solid 2px #D8D8D8;
	width: 700px;
	margin: 10px auto;
	clear: both;
	padding: 10px;
	font-size: 10pt;
	text-align: left;
}

div.avatar {
	padding: 3px;
	border: solid 2px #D8D8D8;
	float: left;
}

div.photo_info {
	border:0 solid white;
	float:right;
	text-align:left;
	width:540px;
}

#vietnamese_toggle {
	border: solid 2px black;
	background-color: #EFEFEF;
	font-size: 10pt;
	padding: 3px;
	position:fixed;
	bottom:0;
	right:10px;
	width:300px;
	visibility: hidden;
	z-index: 101;
}

.main_photo {
	border: solid 2px #666666;
}

.main_photo_hover {
	border: solid 2px #ede9e9;
}
