body {
    height: 100%; 
    padding: 0px;
    margin: 0px;
    background-image: url(/img/bg.gif);
    font-family: Tahoma, Arial;
    font-size: 11px;
    line-height: 15px;
    background-color: #000000;
    color: #AAAAAA;
}

form { margin:0; padding:0; }

a, a.view_profile {
    color: #AFAFAF;
    text-decoration: underline;
}

a:hover, a.view_profile:hover {
    color: #D5D5D5;
    text-decoration: none;
}

.d_10px {
    width: 730px;
    height: 10px;
    margin: auto;
}

.d_10px_popup {
    height: 10px;
    margin: auto;
}

div#d_wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(/img/bg_repeat.jpg);
    background-repeat: repeat-x;
}

div#d_marquee {
    width: 730px;
    height: 25px;
    margin: auto;
    background-color: #491304;
}

div#d_home_header {
    width: 730px;
    height: 170px;
    margin: auto;
}

div#d_level2_header {
    width: 730px;
    height: 92px;
    margin: auto;
    background-color: #222222;
}

div#d_top_menu {
    width: 730px;
    height: 25px;
    background-color: #a62b14;
    margin: auto;
}

div#d_top_menu_m {
    width: 730px;
    height: 25px;
    background-color: #333333;
    margin: auto;
}

.d_menu_txt {
    text-align: center;
    color: #aaaaaa;
}

a.d_menu_txt {
    color: #dddddd;
    text-decoration: none;
    font-weight: bold;
}

a.d_menu_txt:hover {
    color: #ffffff;
    text-decoration: none;
}

div#d_bottom_menu {
    width: 730px;
    height: 25px;
    margin: auto;
    background-color: #460095;
}

div#d_copyright {
    width: 730px;
    height: 15px;
    margin: auto;
    color: #bbbbbb;
    text-align: center;
}

div#d_aplus_logo {
    width: 730px;
    height: 15px;
    margin: auto;
    text-align: center;
}

div#d_aplus_logo_popup {
    height: 15px;
    margin: auto;
    text-align: center;
}

div#d_home_content { /* not used */ 
    width: 730px;
    height: 320px;
    margin: auto;
    background-color: #222222;
}

div#d_content {
    width: 730px;
    margin: auto;
    background-color: #222222;
}

div#d_content_popup { padding:20px; text-align: center; }

div#d_thank {
    width: 730px;
    height: 130px;
    margin: auto;
}

div#d_top_banner {
    width: 468px;
    height: 130px;
    float: left;
}

div#d_chapter_logo {
    width: 252px;
    height: 130px;
    margin-left: 10px;
    float: left;
    background-color: #581605;
}

.d_input {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    color: #444444;
    /*height: 15px;*/
    font-weight: bold;
    border: 1px solid #888888;
    background-color: #d4d4d4;
    padding-top: 3px;
    padding-left: 3px;
}

.d_select {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    color: #444444;
    height: 20px;
    font-weight: bold;
    border: 1px solid #888888;
    background-color: #d4d4d4;
    padding-top: 2px;
}

.d_textarea {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    color: #444444;
    height: 20px;
    font-weight: bold;
    border: 1px solid #888888;
    background-color: #d4d4d4;
    padding-top: 2px;
    padding-left: 3px;
}

.d_table {
    background-color: #4f4f4f;
}

.d_table_header {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    background-color: #cccccc;
}

.d_table_row {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    background-color: #262626;    
}

.d_table_row2 {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    background-color: #333333;    
}

.d_red {
    color: #d84c32;
}

.d_level2_table {
    background-color: #000000;
}

.d_level2_header {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    background-color: #6b1b06;
}
.d_level2_header a, .d_level2_header a:hover { color: #FFF; }

.d_black {
    color: #000000;
}
a.d_black:hover {
    color: #000000;
}

.green { color:#73D400; }
a.green:hover { color:#73D400; }

.req { color:#D84C32; }
.msg-error { padding:5px;background-color:#D84C32;color:#fff; }
.msg-neutral { padding:5px;background-color:#004C0B;color:#fff; }

img.calendar {border:0;}

/* START: PAGINATION */
.pagination
{
    padding: 0;
    margin: 0;
}

.pagination span.selectedPage
{
    padding: 2px 6px;
    border: solid 1px #fff;
    background: #6B1B06;
    font-weight: bold;
    color:#fff;
}

.pagination a, .pagination a:visited, .pagination a:active
{
    padding: 2px 6px;
    border: solid 1px #000;
    background: #6B1B06;
    text-decoration: none;
}
.pagination a:hover
{
    color: #fff; 
    border: solid 1px #000;
    background: #A62B14;
    text-decoration: none;
}
/* END: PAGINATION */

.d_background { background-color: #000000; }
.d_fontfamily, .d_fontfamily * { font-family: Tahoma, Arial; }

/* TOOL-MAN DRAG-N-DROP SORTER */

#network {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#network li {
	cursor:move;
	padding: 4px;
	margin: 2px;
	border: 1px solid #4f4f4f;
	
}

/* END: TOOL-MAN DRAG-N-DROP SORTER */

.clear { clear: both; float: none !important; height: 1px !important; font-size: 1px !important; border: none; margin: 0 !important; padding: 0 !important; background: transparent !important; }
