/**************************************************
* common 
**************************************************/

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	margin:20px 0; 
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #a0a0a0;
	background: #1F222A url(images/body.gif);
	font-size: 10px;
	margin: 0;
	padding: 5px;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	border: none;
}

.general {
	margin: 1px 1px;
	font-size: 1.2em;
}

.general_medium {
	margin: 1px 1px;
	font-size: 1.1em;
}

.general_small {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #8a8a8a;
	text-decoration: underline;
}
.copyright a:hover { color: #aaa; }

/**************************************************
* display containers
**************************************************/
div.page {
	padding-top: 20px; margin:0 auto;
  	width: 1000px;
}

.x_header_left {
    background: url(images/logo_left_bot.gif) bottom left no-repeat;
    padding: 0;
    padding-bottom: 4px;
    text-align: left;
}
.x_header_right {
    background: url(images/logo_right_bot.gif) bottom right no-repeat;
    padding: 0;
    padding-bottom: 4px;
    text-align: right;
}
.x_header_middle { 
    text-align: center;
    padding: 1px;
}

.x_spacer {
	height: 21px;
	overflow: hidden;
	color: #a0a0a0;
	text-align: center;
	font-size: 11px;
	padding: 5px;
}

.x_box_top { background: #1A1F29 url(images/content_top.gif) top left repeat-x; padding: 0; }
.x_box_top_left { background: url(images/content_left.gif) top left repeat-y; }
.x_box_top_right { background: url(images/content_right.gif) top right repeat-y; }
.x_box_bottom { background: url(images/content_bot.gif) bottom left repeat-x; padding: 0; }
.x_box_bottom_left { background: url(images/content_bot_left.gif) bottom left no-repeat; text-align: left; padding: 0; }
.x_box_bottom_right { background: url(images/content_bot_right.gif) bottom right no-repeat; text-align: right; padding: 0; }
.x_box_middle { padding: 7px 3px; }


.container_cap_left {
	background: url(images/hdr_left.gif) top left no-repeat;
}
.container_cap_right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 6px;
	height: 21px;
}
.container_cap_middle { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
.container_cap_middle { 
	font-size: 12px;
	font-weight: bold;
	color: #c4c4c4;
}

.container_bottom_left { 
	background: url(images/ftr_left.gif) top left no-repeat;
	height: 4px; overflow: hidden; padding: 0; 
}
.container_bottom_right { 
	background: url(images/ftr_right.gif) top right no-repeat;
	height: 4px; overflow: hidden; padding: 0; 
}
.container_start { 
	background: url(images/ftr_mid.gif) bottom left repeat-x;
}
.container_start .table_container, .container_start .table_container .container_start .table_container { 
    border-top-width: 0; 
    border-bottom-width: 0; 
}
.container_start .table_container .table_container { 
    border-top-width: 1px; 
    border-bottom-width: 1px; 
}


/**************************************************
* anchors
**************************************************/
a {
	color: #5873B0;
	text-decoration: none;
}

a:active,
a:visited {
	color: #5873B0;
	text-decoration: none;
}

a:hover {
	color: #CA2E15;
	text-decoration: underline;
}
/**************************************************
* tables
**************************************************/
.table_page {
    margin: 0 auto;
}

.table_container {
	border: solid 1px #494F5F; 
	background-color: #000;
}

.table_promotion {
	background: #14171F url(images/cell.gif) top left repeat-x;
	border: solid 1px #33373F;
	padding: 4px;
	text-align: center;
	margin: 0 auto;
	padding: 2px;
}


th {
	color: #4D5F87; 
	font-size: 11px; 
	font-weight: bold;
	background: #222736 url(images/th.gif) top left repeat-x;
	border: solid 1px #33373F;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
}
td {
	padding: 2px;

	
	color: #8a8a8a;
	font-weight: normal;
	font-size: 10px;
}
td.list {
	background: #14171F url(images/cell.gif) top left repeat-x;
	border: solid 1px #33373F;
	padding: 4px;
}


