a {
    font-family:"Helvetica", "Arial", sans-serif;
    font-weight:bold;
    text-decoration:none;
    color:#0084b6;
}

a:hover {
    text-decoration:underline;
}

h1  {
    font:200 24px/28px "Narrow Arial", "Trebuchet MS", "Arial", sans-serif;
    color:#fff;
    text-transform:uppercase;
    text-shadow:rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only */
}

h1 a {
    color:#02a0dc;
    font:200 24px/28px "Narrow Arial", "Trebuchet MS", "Arial", sans-serif;
}

h2 {
    font:200 18px/22px "Narrow Arial", "Trebuchet MS", "Arial", sans-serif;
    color:#000;
    margin-bottom:10px;
    text-shadow:rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only */
}
h3 {
    font:bold 14px/16px "Helvetica", "Arial", sans-serif;
    color:#333;
    margin-bottom:0;
    margin-top:15px;
    text-shadow:rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only */
}




/******************
* Template Wrapper
******************/

#layout_wrapper  {
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto -35px;
}

#layout_wrapper_bottom_space {
    height:35px;
    clear:both;
}


#center_container {
    width:742px;
    margin:0 auto;
    position:relative;
}




/******************
* Ad Box
******************/


.ad_box_right {
    min-height:600px;
    margin-top:25px;
    margin-right:5px;
    float:right;
    border:none;
    text-align:center;
}

.ad_box_right a {
    display:block;
    text-align:center;
    font-size:10px;
}





/******************
* Document Top/Header
******************/

#header {
    width:742px;
    height:141px;
    position:relative;
}

#logo {
    width:200px;
    height:122px;
    border:none;
    position:absolute;
    left:20px;
    top:10px;
}




/******************
* Main Content Area
******************/


#content_border_top {
    width:742px;
    height:45px;
    position:absolute;
    right:0px;
    top:100px;
}

#content_border_top_case {
    width:742px;
    height:45px;
    position:absolute;
    right:0px;
    top:97px;
}

#content_border {
    width:742px;
    position:static;
    background:#762626 url('../../_img/content_frame/sides.gif') no-repeat top;
}

#content_box {
    min-height:429px;
    height:auto !important;
    height:429px;
    margin:0 3px 0 3px;
    padding:0;
    width:735px;
    background:#cbc0c0 url('../../_img/content_frame/bg.jpg') no-repeat top left;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
}

#content {
    margin:0;
    padding:5px 10px 5px 10px;
    vertical-align:top;
}

#content h1 {
    clear:none;
}
#content_border_bottom {
    background-image:url('../../_img/content_frame/bottom.gif');
    background-repeat:no-repeat;
    width:742px;
    height:39px;
    position:relative;
}


/******************
* Left Content Box
******************/

.content_left {
    width:429px; 
    float:left;
    color:#000;
    padding:0;
    margin:8px 3px 8px 3px;
}
.content_left a img {
    border:solid 1px #0084b6;
}
.content_left .top {
    width:429px;
    height:7px;
    margin:0;
    padding:0;
    background-image:url('../../_img/content_frame/left/top.gif');
}
.content_left .middle {
    min-height:150px;
    height:auto !important;
    height:150px;
    margin:0;
    background:#e4dfde url('../../_img/content_frame/left/bg.gif') repeat-x top;
    padding:1px 10px 1px 10px;
}
.content_left .middle h2 {
    color:#111;
    margin-top:0;
}
.content_left .bottom {
    width:429px;
    height:7px;
    margin:0;
    padding:0;
    background-image:url('../../_img/content_frame/left/bottom.gif');
}


/******************
* Right Content Box
******************/

.content_right {
    width:267px; 
    float:right;
    color:#fff;
    padding:0;
    margin:8px 3px 8px 3px;
}
.content_right a {
    color:#68d5ff;
}
.content_right a img {
    border:solid 1px #68d5ff;
}
.content_right .textInput {
    border:solid 1px #68d5ff;
    color:#000!important;
    background-color:#e4dfde!important;
    font:normal 12px/14px "Georgia", "Times New Roman", serif;
    width:150px;
    padding:1px 4px 1px 4px;
}
.content_right .top {
    width:267px;
    height:7px;
    margin:0;
    padding:0;
    background-image:url('../../_img/content_frame/right/top.gif');
}
.content_right .middle {
    min-height:150px;
    height:auto !important;
    height:150px;
    margin:0;
    background:#656060 url('../../_img/content_frame/right/bg.gif') repeat-x top;
    padding:1px 10px 1px 10px;
}
.content_right .middle h2 {
    color:#ddd;
    margin-top:0;
}
.content_right .middle h3 {
    color:#bbb;
    margin-top:0;
}
.content_right .bottom {
    width:267px;
    height:7px;
    margin:0;
    padding:0;
    background-image:url('../../_img/content_frame/right/bottom.gif');
}



/******************
* Full Content Box
******************/

.content_full {
    width:702px; 
    float:left;
    color:#000;
    padding:0;
    margin:8px 3px 8px 3px;
}
.content_full a img {
    border:solid 1px #0084b6;
}
.content_full .top {
    width:702px;
    height:7px;
    margin:0;
    padding:0;
    background-image:url('../../_img/content_frame/full/top.gif');
}
.content_full .middle {
    min-height:150px;
    height:auto !important;
    height:150px;
    margin:0;
    background:#e4dfde url('../../_img/content_frame/full/bg.gif') repeat-x top;
    padding:1px 8px 1px 8px;
}
.content_full .middle h2 {
    color:#111;
    margin-top:0;
}
.content_full .bottom {
    width:702px;
    height:7px;
    margin:0;
    padding:0;
    background-image:url('../../_img/content_frame/full/bottom.gif');
}


/******************
* Three Column Boxes
******************/

.content_thirds {
    width:230px; 
    float:left;
    color:#fff;
    padding:0;
    margin:8px 3px 8px 3px;
}
.content_thirds a {
    color:#68d5ff;
}
.content_thirds a img {
    border:solid 1px #68d5ff;
}
.content_thirds .top {
    width:230px;
    height:7px;
    margin:0;
    padding:0;
    background-image:url('../../_img/content_frame/thirds/top.gif');
}
.content_thirds .middle {
    min-height:210px;
    height:auto !important;
    height:210px;
    margin:0;
    background:#656060 url('../../_img/content_frame/thirds/bg.gif') repeat-x top;
    padding:1px 10px 1px 10px;
}
.content_thirds .middle h2 {
    color:#ddd;
    margin-top:0;
}
.content_thirds .bottom {
    width:230px;
    height:7px;
    margin:0;
    padding:0;
    background-image:url('../../_img/content_frame/thirds/bottom.gif');
}



/********************
 * Forms and Controls
 ********************/

.textInput {
    border:solid 1px #0084b6;
    color:#eee!important;
    background-color:#656060!important;
    font:normal 12px/14px "Georgia", "Times New Roman", serif;
    width:150px;
    padding:1px 4px 1px 4px;
}
.textArea {
    border:solid 1px #0084b6;
    color:#eee!important;
    background-color:#656060!important;
    font:normal 12px/14px "Georgia", "Times New Roman", serif;
    width:400px;
    height:120px;
    padding:1px 0 1px 4px;
} 
.content_right_middle .textInput {
    border:solid 1px #0084b6;
    color:#222!important;
    background-color:#e4dfde!important;
    font:normal 12px/14px "Georgia", "Times New Roman", serif;
    width:150px;
    padding:1px 4px 1px 4px;
}

.fieldLabel {
    font-weight:bold;
    display:block;
}

.btn {
    white-space:nowrap;
    width:100px;
    padding:0;
}
.btn input, .btn a, .btn span {
    display:block;
    margin:0;
    border:0;
    height:35px;
    width:100px;
    font:bold 14px/26px "Narrow Arial", "Trebuchet MS", "Arial", sans-serif;
    color:#fff;
    padding:2px 0 8px 0;
    text-align:center;
    background:url('../../_img/btn/btn_100.png') 0 3px no-repeat;
    text-shadow:rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only */
}
.btn span {
    color:#000;
    background-position:0 -118px;
}
.btn input:hover, .btn a:hover { 
    background-position:0 -57px;
    text-decoration:none;
}

.btn_200 {
    white-space:nowrap;
    width:200px;
    padding:0;
}
.btn_200 input, .btn_200 a, .btn_200 span {
    display:block;
    margin:0;
    border:0;
    height:35px;
    width:200px;
    font:bold 14px/26px "Narrow Arial", "Trebuchet MS", "Arial", sans-serif;
    color:#fff;
    padding:2px 0 8px 0;

    text-align:center;
    background:url('../../_img/btn/btn_200.png') 0 3px no-repeat;
    text-shadow:rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only */
}
.btn_200 span {
    color:#000;
    background-position:0 -114px;
}
.btn_200 input:hover, .btn_200 a:hover { 
    background-position:0 -57px;
    text-decoration:none;
}


.btn_300 {
    white-space:nowrap;
    width:300px;
    padding:0;
}
.btn_300 input, .btn_300 a, .btn_300 span {
    display:block;
    margin:0;
    border:0;
    height:35px;
    width:300px;
    font:bold 14px/26px "Narrow Arial", "Trebuchet MS", "Arial", sans-serif;
    color:#fff;
    padding:2px 0 8px 0;
    text-align:center;
    background:url('../../_img/btn/btn_300.png') 0 3px no-repeat;
    text-shadow:rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only */
}
.btn_300 span {
    color:#000;
    background-position:0 -114px;
}
.btn_300 input:hover, .btn_300 a:hover { 
    background-position:0 -57px;
    text-decoration:none;
}

.error {
    font-weight:bold;
    color:#761313;
}




/**************************
 * Special kinds of images
 **************************/

.iconPhoto {
    background-color:#fff; 
    padding:4px 4px 10px 4px; 
    border:solid 1px #666; 
    width:49px; 
    height:49px;
}

.mediumAvatar {
    border:solid 1px #666; 
    width:128px; 
    height:110px;
}

.mail_link {
    float:right;
    padding:2px;
    border:none!important;
}
.mail_link:hover {
    padding: 1px;
    border:solid 1px #68d5ff!important;
}
.mail_link img {
    width:47px; 
    height:21px;
    border:none!important;
}
.money {
	margin:0 0 0 0; 
	padding:0 0 0 20px;
	background:url('../../_img/icon/png/money.png') no-repeat left;
	font-weight:bold;
}




/**************************
 * A list of detectives
 **************************/
 
.detective_list {
}

.detective_list p {
    vertical-align:top;
    clear:both;
    height:64px;
    background-color:#eee;
    padding:2px;
}

.detective_list p .listRank 
{
    font:bold 52px/56px "Helvetica", "Verdana", "Arial", sans-serif;
    color:#eee;
    height:100%;
    background-color:#762626;
    text-align:center;
    width:63px;
    float:left;
    margin-right:8px;
}

.detective_list p .iconPhoto {
    background-color:#fff; 
    padding:4px 4px 10px 4px; 
    margin:0 8px 10px 0;
    border:solid 1px #666; 
    width:49px; 
    height:49px;
    float:left;
}

.detective_list p a {
    display:block;
}
.detective_list p span {
    display:block;
}



/*************************
 * List of Items
 *************************/
 
 .item_in_list {
     vertical-align:top;
     height:45px;
     width:230px;
     padding:5px;
     margin: 5px 0;
     border: solid 1px #000;
 }

.item_in_list span {
    display:block;
}

.item_in_list a {
    display:block;
}



/******************
* Tr3easure Hunts
******************/

.hunt_status {
    border: solid 1px #bbb;
    padding:5px;
    margin-bottom:5px;
}

.hunt_status .faction {
    font-style: italic;
}

.hunt_status .percent_complete {
    font-weight: bold;
    padding-right:12px;
    vertical-align:top;
}


.hunt_img_small {
    width: 60px;
    height: 60px;
    float: right;
    border: solid 1px #bbb;
    margin-left:6px;
}

.hunt_img_large {
    width: 235px;
    height: 155px;
    float: right;
    border: solid 1px #bbb;
    margin-left:6px;
}



/******************
* Footer
******************/


#footer {
    float:right;
    height:35px;
    width:770px;
    background-image:url('../../_img/global/footer_triangle_770x35.gif'); 
    background-position:right; 
    background-repeat:no-repeat; 
}

#footer a {
    color:#583120; 
    font:11px/12px "Helvetica", "Arial", sans-serif;
    font-weight:bold; 
    text-transform:uppercase; 
    text-decoration:none;
    float:right;
    margin-top:17px;
    margin-right:4px;
}

#footer a:hover{
    text-decoration:underline;
}
