﻿@import url(/css/global.css);

.form-frame {
    width: 591px;
    position: relative;
    border-style: none;
    min-height: 50px;
    margin: 0;
    padding: 10px 0;
    background: transparent url(/images/global/form-frame-background.gif) no-repeat left top;
}
.form-frame img.bottom {
    position: absolute;
    bottom: 0;
}
.form-frame p {
    margin-left: 10px;
    margin-right: 10px;
}
label {
    float: left;
    width: 160px;
    text-align: right;
    margin-top: 2px;
    margin-right: 5px;
}
input.text, textarea {
    border: 1px solid #0d88cc;
    background-color: white;
    margin: 0;
}
textarea {
    overflow: auto;
}
input.text {
    width: 150px;
}
span.text {
    position: relative;
    top: 2px;
    font-weight: bold;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    padding: 0; 
    list-style-type: none;
    margin: 2px 0;
    overflow: auto;
    zoom: 1;
    outline-style: none;
}
.image-placeholder {
    position: absolute;
    top: 12px;
    right: 30px;
    width: 237px;
    height: 195px;
    background: transparent url(/images/global/clotm-unknown.gif) no-repeat center top;
    text-align: right;
}
textarea {
    font-family: Arial;
    font-size: 12px;
}
ul.tabs 
{
    position: relative;
    top: 3px;
    margin: 0;
    padding: 0;
    padding-left: 2px;
    float: right;
    list-style-type: none;
    z-index: 10000;
}
ul.tabs li 
{
    float: left;
    border: 1px solid silver;
    margin-left: -1px;
    background-color: #eeeeee;
    overflow:hidden;
}
ul.tabs a 
{
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
}
ul.tabs a:hover 
{
    background-color: #dddddd;
}
ul.tabs li.active
{
    background-color: white;
    border-bottom-color: white;
}
.view 
{
    border: 1px solid silver;
    margin: 0;
    padding: 5px 0;
    clear: right;
    overflow: auto;
    zoom: 1;
    outline-style: none;
}
.view table.list 
{
    width: 100%;
    border-collapse: collapse;
}
.view table.list th, .view table.list td 
{
    padding: 2px 10px;
}
.view table.list tr.alt th, .view table.list tr.alt td 
{
    background-color: #efefef;
}
.view table.list td.edit 
{
    text-align: right;
}
div.pager 
{
    margin: 0 auto;
    text-align: center;
}
div.pager ul
{
    margin: 0 auto;
    padding: 0;
    margin-bottom: 8px;
}
div.pager li
{
    list-style-type: none;
    display: inline;
    color: #fe0a0c;
    margin: 0 1px;
    padding-bottom: 1px;
}
div.pager li a 
{
    border: 1px solid #0d88cc;
    padding: 0px 3px;
    color: Black;
    text-decoration: none;
}
div.pager p 
{
    margin: 0;
}

#content ul.submissions 
{
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    overflow: auto;
    outline-style: none;
    zoom: 1;
    border: 2px solid #1b8fcf;
    border-width: 2px 0;
}

#content ul.submissions li 
{
	position: relative;
	float: left;
	width: 46%;
	padding: 20px 0;
	overflow: auto;
	outline-style: none;
	font-weight: bold;
	min-height:120px;
}
* html #content ul.submissions li 
{
    zoom: 1;
}
#content ul.submissions li .name 
{
    color: red;
}
#content ul.submissions li img 
{
    float: left;
    border: 2px solid #0d88cc;
    margin-right: 10px;
}
#content ul.submissions li a.vote img 
{
    position: absolute;
    border-style: none !important;
    margin: 0;
    float: none;
    bottom: 10px;
    right: 0px;
	background:none;
	
}
div.profile 
{
    width: 599px;
    height: 408px;
    margin: 0;
    padding: 0;
    background: transparent url(/spiritleader/images/popup-vote-background.png) no-repeat left top;
}
div.profile .inner 
{
    position: relative;
    padding: 10px 20px 10px 10px;
    font-size: 12px;
}
div.profile .inner h1 
{
    font-size: 18px;
    color: #0d88cc;
}
div.profile ul.profile 
{
    float: left;
    display: block;
    width: 400px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    list-style-type: none;
}
div.profile ul.profile li 
{
    padding-bottom: 5px;
}
div.profile ul.profile label
{
    margin-top: 0;
    width: 16em;
    font-weight: bold;
}
div.profile a.close 
{
    position: absolute;
    top: 10px;
    right: 20px;
}
div.profile a.close img 
{
    width: auto !important;
}
div.profile img.portrait 
{
    /*width: 124px !important;*/
    float: left !important;
}
#lightbox 
{
    background:transparent none repeat scroll 0%;
    border-width:0;
    display:none;
    height:408px;
    left:50%;
    margin:-220px 0pt 0pt -300px;
    position:absolute;
    text-align:left;
    top:50%;
    width:600px;
    z-index:9999;
}
