/* @group Global */

*
{
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1.4em;
}

body
{
    color: white;
    font-size: 8px;
    font-weight: small;
    font-family: Verdana, sans-serif;
    background: black url(dragon_c.jpg) fixed no-repeat 50% 0;
}

form#aspnetForm
{
    width: 972px;
    margin: 0 auto;
    background: black;
}
/* @end */
/* @group Header */
div#header
{
    position: relative;
    height: 78px;
}

ul#accountActions
{
    position: absolute;
    top: 6px;
    right: 65px;
    list-style-type: none;
}

ul#accountActions li
{
    float: left;
    padding: 0 8px;
    border-left: 1px solid #bbb;
}

/* @group Primary Nav */

ul#primaryNav
{
    position: absolute;
    top: 40px;
    right: 1px;
    list-style-type: none;
    background: url(nav_bg00.jpg) no-repeat 100% 0;
    background-position: 5px 0;
    letter-spacing: .02em;
    width: 780px;
    padding-left: 22px;
}

ul#primaryNav li
{
    float: left; /* adjust the padding here for the horizontal menu spacing */
    padding: 0 18px;
    position: relative;
}

ul#primaryNav a
{
    font-size: 1em;
    display: block;
    padding: 0 4px;
    line-height: 30px;
    color: white; /*text-transform: uppercase;*/
}

ul#primaryNav a:hover
{
    color: #ddd;
}

/*--- Commented out the wacky IE hacks for the mouseovers --- */
/*
ul#primaryNav a span
{
	display: block;
	position: absolute;
	top: 0;
	width: 16px;
	height: 30px;
	background-repeat: repeat-y;
	visibility: hidden;
}

ul#primaryNav a span.left
{
	left: 0;
	background-image: url(../images/header/primaryNav/left.png);
}

ul#primaryNav a div.rightSel
{
	right: 0;
	background-image: url(../images/header/primaryNav/right.png);
	visibility: visible;
	display: inline;
		position: absolute;
	top: 0;
	width: 16px;
	height: 30px;
	background-repeat: repeat-y;
}

ul#primaryNav a div.leftSel
{
	left: 0;
	background-image: url(../images/header/primaryNav/left.png);
	visibility: visible;
	display: inline;
		position: absolute;
	top: 0;
	width: 16px;
	height: 30px;
	background-repeat: repeat-y;
}

ul#primaryNav a span.right
{
	right: 0;
	background-image: url(../images/header/primaryNav/right.png);
}
*/
/* Overwrite background images for IE6,
   since it can't handle PNG alpha channels
   DEPRECATED SINCE WE HAVE THE NEW STYLE */
/*
* html ul#primaryNav a span.left
{
	background-image: url(../images/header/primaryNav/left.gif);
}

* html ul#primaryNav a span.right
{
	background-image: url(../images/header/primaryNav/right.gif);
}

ul#primaryNav a:hover span
{
	visibility: visible;
}
*/
/* @end */
/* @end */
/* @group Content */
a.columnSorting
{
    color: White;
    text-decoration: none;
    position: relative;
    top: 2px;
    display: block;
}
img.columnSorting
{
    float: left;
    padding-right: 5px;
    position: relative;
    top: -7px;
    display: block;
}

div#content
{
    margin: 0 16px 16px;
}

div#main
{
    width: 728px;
    float: left;
}

img.sectionHeader
{
    margin-bottom: 16px;
}

div#left
{
    width: 196px;
    float: left;
    margin-right: 16px;
    padding-top: 44px;
}

div#leftmain
{
    width: 196px;
    float: left;
    margin-right: 16px;
}

div#mid
{
    width: 516px;
    float: right;
    color: #a5a5a5;
}

div#right
{
    width: 196px;
    float: right;
    padding-top: 36px;
}

/* @group Secondary Nav */

ul.secondaryNav
{
    list-style-type: none;
    padding: 0 0 46px;
    background: url(backgrou.jpg) no-repeat 0 100%;
    margin-bottom: 16px;
}

ul.secondaryNav li
{
    padding-bottom: 1px;
}

ul.secondaryNav li
{
    position: relative;
}

ul.secondaryNav a
{
    display: block;
    width: 195px;
    line-height: 30px;
    text-indent: 16px; /*text-transform: uppercase;*/
}

ul.secondaryNav li.selected a
{
    cursor: default;
}

ul#primaryNav a.selected
{
    /*color: #740E0E;*/
}
ul.secondaryNav li.selected ul a
{
    cursor: pointer;
}

ul.secondaryNav li.selected a, ul.secondaryNav a:hover, ul.secondaryNav li:hover a, ul.secondaryNav li:hover ul a:hover, ul.secondaryNav ul li.selected
{
    background: url(hover000.png) repeat-y 0 0;
}

ul.secondaryNav li:hover ul a, * html ul.secondaryNav li.hover ul a
{
    background: none;
}

* html ul.secondaryNav li.selected a, * html ul.secondaryNav a:hover, * html ul.secondaryNav li.hover a, * html ul.secondaryNav li.hover ul a:hover, * html ul.secondaryNav ul li.selected
{
    background-image: url(hover_no.jpg);
}

/* @group drop-down */

ul.secondaryNav ul, ul.secondaryNav ul a
{
    width: 246px;
}

ul.secondaryNav ul
{
    display: none;
    position: absolute;
    top: 0;
    left: 196px;
    border-top: 1px solid #666; /*#750706;*/
    background: url(dropdown.jpg) no-repeat 0 100%;
    list-style-type: none;
    z-index: 5;
}

ul.secondaryNav li:hover ul, * html ul.secondaryNav li.hover ul
{
    display: block;
}

ul.secondaryNav ul a
{
    line-height: 25px;
    color: #b2b2b2;
    font-size: 8px;
}

ul.secondaryNav ul a:hover, ul.secondaryNav ul li.selected a
{
    color: #fff;
}


/* @end */

/* @end */

.indent
{
    margin-left: 32px;
}

div#mid img
{
    display: block;
    margin: 16px auto;
}

table#toolbar
{
    margin-bottom: 16px;
}

/* @end */

/* @group Footer */

div#footer
{
    clear: both;
    position: relative;
    left: 64px;
    padding-top: 42px;
    margin: 16px 0;
    width: 720px;
    font-size: x-small;
    color: #bbb;
    text-align: center; /*background: url(../images/footer/divider.gif) no-repeat 100% 16px;*/
}

div#footer a
{
    color: #bbb;
}

div#footer span
{
    margin: 0 4px;
}

div#footer p.amd
{
    color: #999;
}

div#footer img#poweredByAMD
{
    position: absolute;
    top: 16px;
    right: -64px;
}

/* @end */

/* @group General */

/* @group Macho */

ul.macho
{
    list-style-type: none;
}

ol.macho
{
    list-style-position: outside;
    list-style-type: decimal;
}

ul.macho, ol.macho, ul.macho a, ol.macho a
{
    color: white;
    text-decoration: none;
}

ul.macho li, ol.macho li
{
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #333;
}

ul.macho ul li, ol.macho ul li
{
    padding: 0;
    border-bottom: none;
}

div#mid ul.macho img, div#mid ol.macho img, ul.macho h3, ol.macho h3, ul.macho h4, ol.macho h4, ul.macho h6, ol.macho h6
{
    margin: 0;
}

ul.macho h3, ol.macho h3, h3.macho
{
    margin-left: 0;
    padding: 0 7px;
    color: white;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: bold;
    background: #000000 url(macho_h3.jpg) repeat-x top;
    margin-bottom: 8px;
    text-transform: none;
}
h3.macho a
{
    color: White;
}

h3.macho
{
    margin-bottom: 1px;
}

h3.macho span
{
    line-height: 2em;
}

ul.macho img, ol.macho img
{
    float: left;
}

ul.macho li.spotlight, ol.macho li.spotlight
{
    border: 1px solid #333;
    padding: 0;
}

ul.macho li.spotlight img, ol.macho li.spotlight img
{
    float: none;
}

ul.macho li.spotlight span.copy, ol.macho li.spotlight span.copy
{
    display: block;
    margin: 0 6px 6px;
    padding: 6px 7px;
    background-color: #0c244b;
}

ul.macho li.spotlight h4, ol.macho li.spotlight h4, ul.macho li.spotlight h6, ol.macho li.spotlight h6
{
    margin-left: 0;
}

/* @end */

/* @group List Table */

table
{
    width: 100%;
}

div.list table td
{
    vertical-align: top;
    padding: 16px 8px;
    border-bottom: 1px solid #333;
}

/*div.list table td h6
{
    overflow:hidden;
    width:330px;
}*/

div#mid div.list table td *
{
    margin: 0;
}

div.list table h4 a
{
    color: white;
    text-decoration: none;
}

div.list tr.hover
{
    cursor: pointer;
    background: #0a0a0a url(list_tr_.jpg) repeat-x top;
}

div.list table td.featured
{
    padding: 0;
    border: 1px solid #333;
}

div#mid div.list table td.featured span.copy
{
    display: block;
    margin: 0 6px 6px;
    padding: 6px 7px;
    color: white;
}

/* @end */

/* @group Pages List */

ul.pages
{
    margin: 10px auto;
    list-style-type: none;
    height: 1.4em;
}

ul.pages li
{
    float: left;
    margin-left: -1px;
    border-left: 1px solid #bbb;
}

ul.pages a
{
    display: block;
    width: 1.6em;
    color: #a91414;
    text-align: center;
    text-decoration: none;
}

ul.pages a:hover
{
    background-color: #300;
}

ul.pages li.selected a
{
    cursor: default;
    color: white;
    font-weight: bold;
}

ul.pages li.selected a:hover
{
    background-color: transparent;
}

ul.pages a span
{
    display: none;
}

/* @end */

/* @group Columns */

div.col
{
    width: 250px;
    float: left;
}

div.col.first
{
    margin-right: 16px;
}

div.col h2, div.col h3
{
    /*background-image: url(../images/hr_col.gif);*/
}

/* @end */

/* @group Tip */

div.tip
{
    border: 1px solid #333;
    padding: 1px;
}

div.tip h4
{
    margin: 0;
    padding: 6px 7px;
    text-transform: uppercase;
    background-color: #333;
}

div.tip p
{
    margin: 0;
    padding: 6px 7px;
    font-size: x-small;
}

/* @end */

/* @group Tabs */

div.tabs
{
    font-size: 1.2em;
    height: 2em;
    margin: 16px 0 1px;
    padding: 0px 0px 2px 0px;
}

div.tabs ul
{
    list-style-type: none;
}

div.tabs li
{
    float: left;
    background: url(righttab.gif) no-repeat right top;
    margin: 0;
    padding: 0;
}

div.tabs a
{
    display: block;
    color: #bbb;
    text-decoration: none;
    line-height: 2em;
    padding: 0 0.7em;
    background: url(lefttab_.gif) no-repeat left top;
}

div.tabs a:hover
{
    color: white;
}

div.tabs li.AspNet-Menu-Selected
{
    background-image: url(righttac.gif);
}

div.tabs li.AspNet-Menu-Selected a, div.tabs a.AspNet-Menu-Selected
{
    color: white;
    font-weight: bold;
    background-image: url(lefttab0.gif);
    cursor: default;
}

div.tabs a.disabled, div.tabs a.disabled:hover
{
    color: #555;
}

/* @end */

/* @group Float */

ul.float
{
    list-style-type: none;
    padding: 8px;
}

ul.float li
{
    display: block;
    float: left;
    padding: 8px;
}

div#mid ul.float img
{
    margin: 0;
    display: inline;
}

ul.float h4
{
    margin-top: 8px;
    text-align: center;
    font-weight: normal;
}

/* @end */

h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    color: White;
}

h3.subheading
{
    color: white;
    text-transform: none;
    background: none;
    font-weight: bold;
    margin: 0px 0px 0px -5px;
}

ul h4, ol h4
{
    margin-top: 0;
}

h1, h2, h3
{
    color: #494f55;
    margin: 0 0 10px -5px;
    padding: 0 0 2px 5px; /*background: url(../images/hr_small.gif) no-repeat 0 100%;*/
}
h1
{
    font-size: 2.4em;
}

h2
{
    font-size: 1.7em; /*	color: #464646;*/
}

h3
{
    font-size: 1.3em; /*text-transform: uppercase;*/
}

h3.image
{
    margin: 0;
    padding: 0;
    background: none;
}

h3.image img
{
    border: 1px solid #333;
}

h4
{
    color: white;
    font-weight: bold;
    margin-top: 16px;
}

h5
{
    color: white;
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
}

h6, p
{
    margin: 10px 0;
}

a
{
    color: #a91414;
    text-decoration: underline;
}

div#header a, ul#accountActions a, ul.secondaryNav a
{
    color: white;
    text-decoration: none;
}

a img
{
    border: 0;
}

div.avatar, img.avatar
{
    border: 3px solid #fff;
}

hr
{
    margin: 16px 0;
    height: 1px;
    border: none;
    background: #333;
}

hr.redfadeline
{
    color: #8B0101;
    background: url(hr_small.gif) no-repeat 0 100%;
}

hr.greysolidline
{
    color: #808080;
    background: no-repeat 0 100%;
}


span.clear
{
    display: block;
    clear: left;
}

.errorMessage
{
    color: #FF0000;
}

a.go
{
    display: block;
    text-align: right;
}

.footer
{
    padding-top: 16px;
    clear: both;
    font-size: x-small;
    color: #bbb;
}

div#header li.first, ul#accountActions li.first, div#content li.first
{
    border-left: none;
}

/* @end */

/* @group Form Elements */

input, textarea, select, select option
{
    color: black;
    text-indent: 0.2em;
}

input[type=text], input[type=password], textarea
{
    font-family: Verdana, sans-serif;
    border: 1px solid #730000;
    font-size: small;
}

input[type=text], input[type=password]
{
    height: 1.4em;
    margin-right: 4px;
}

/* @end */

/* @image styles */

ul.float li.partnerImageBorder
{
    padding: 6px;
}

img.partnerImageBorder
{
    border: solid 2px red;
}
dt
{
    font-weight: bold;
    color: White;
    margin-top: 1em;
}
dd
{
    margin-left: 3em;
}

ul.fusionutil li
{
    list-style-position: outside;
    margin-left: 2em;
}

ul.tbl_replace
{
    list-style-type: none;
    display: inline;
}
ul.tbl_replace li
{
    width: 125px;
    float: left;
    line-height: normal;
}
ul.tbl_replace li.last
{
    float: none;
}

ul.tbl_replace a:hover
{
    color: White;
}
div#header img
{
    clip: rect(10px 210px 80px 40px);
    position: absolute;
    top: -10px;
    left: 0;
}
.ddl option
{
    background-color: #111111;
    color: #ffffff;
}
.ddl label{
	display: block;margin-right: 5px;float:left;}
}
.ddl select
{
	display:block; float:right;}
}
span.ddl
{
    position: absolute;
    right: 0;
    top: 0; /*color: White;     background-color: Black;*/
    width: 260px;
}
.ddl input
{
    /*color: White; background-color: #111111;*/
    border: solid thin #666;
}

.secondaryNav ul
{
    z-index: 5;
}
.ajax__tab_outer
{
padding-left: 3px;
background-image: url(lefttab_.gif);
border-bottom: solid 1px #a91414;
}
.ajax__tab_inner
{ background-color:Green;
background: url(righttab.gif) no-repeat right top;
}
.ajax__tab_tab
{background-color: Red;
font-family: Verdana;
font-size: 8px;
font-weight: bold;
color: #bbb;
background-image: url(righttab.gif);
padding-top: 3px;
padding-bottom: 3px;
}
.ajax__tab_hover .ajax__tab_tab
{
color: #bbb;
}
.ajax__tab_active .ajax__tab_outer
{
border-bottom: none;
background-image: url(lefttab0.gif);
}
.ajax__tab_active .ajax__tab_tab
{
background-image: url(righttac.gif);
color: White;
}
.ajax__tab_active .ajax__tab_inner
{
background: url(righttac.gif) no-repeat right top;
}
.ajax__tab_body
{

}
.ajax__tab_header
{
background:url(hr_small.gif) repeat-x bottom;
}
.sweep li
{
float: left; width: 205px;  margin-bottom: 15px; list-style-type: none;
}
.ul sweep{ margin-bottom: 15px;}


















/* @end */