﻿body
{
    margin: 0px;
    padding: 0px;
    background: url(/img/background.jpg);
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 80%;
    background-color: #ADADAD;
    SCROLLBAR-FACE-COLOR: #848478;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-DARKSHADOW-COLOR: #848478;
    SCROLLBAR-BASE-COLOR: #848478;
}
#header 
{
    min-width: 1000px;
    width: 100%;
    width: expression(document.body.clientWidth < 1001 ? "1000px": "100%" );
    background: url(/img/1x20_pinkviolet.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#leftmenucontainer 
{
    width: 125px;
    border-right: 1px solid #CA96BA;
    clear: both;
    float: left;
}
#maincontent 
{
    padding-left: 30px;
    float: left;
    width: 700px;
}
#buggycontent 
{
    width: auto;
    float: right;
}
#maintitle 
{
    height: 30px;
    padding-top: 15px;
}
#mainbody 
{
    border: solid 1px #FFFFFF;
    padding: 10px;
    width: 770px;
    height: expression(document.getElementById('mainbody').offsetHeight < 762 ? "731px": "auto" );
    min-height: 731px;
    background-color: #DFDFDB;
}

#footer 
{
    clear: both;
    height: 38px;
    margin-top: 50px;
    background: url(/img/footer_background.jpg);
    background-repeat: repeat-x;
    border-top: solid 10px #996588;
    line-height: 30px;
    min-width: 1000px;
    width: 100%;
    width: expression(document.body.clientWidth < 1001 ? "1000px": "100%" );
}
#div_enter
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -356px;
    width: 718px;
    height: 440px;
}
#topmenucontainer 
{
    width: 630px;
    float: left;
}
div.topmenuitem 
{
    width: 125px;
    height: 158px;
    float: left;
}

div.topmenudivider 
{
    margin-top: 18px;
    width: 1px;
    height: 160px;
    float: left;
    background-color: #CA96BA;
}
div.leftmenuitem 
{
    width: 125px;
    height: 161px;
    background: url(/img/1x20_pinkviolet.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
div.leftmenudivider 
{
    width: 125px;
    height: 20px;
    border-top: 10px solid #CA96BA;
}
div.modelthumb
{
    float: left;
    padding: 5px;
    margin: 3px;
}
img.mthumb
{
    border: solid 2px #000000;
}
div.photographerthumb 
{
    width: 229px;
    height: 328px;
    float: left;
    padding: 13px;
}
div.floatclear 
{
    clear: both;
}
#infoBox 
{
	z-index: 500;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: white;
	border: dashed 1px black;
	padding: 10px;
	font-size: 10px;
	white-space: nowrap;
}
#toplogocontainer 
{
    text-align: right;
    width: auto;
}
#casting
{
    position: absolute;
    z-index: 600;
    top: -1000px;
    left: -1000px;
    width: 750px;
    padding: 20px;
    background-color: #fafad2;
    display: none;
    border: #ffa500 1px solid;
}
img 
{
    border: 0px;
}

.violet 
{
    color: #996588 !important;
}
.violet2
{
    color: #ca3368 !important;
}

.black 
{
    color: #000000 !important;
}

.white 
{
    color: #FFFFFF !important;
}
.small 
{
    font-size: small;
}
h1 
{
    font-size: medium;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

h2 
{
    font-size: small;
    text-align: left;
    color: #990033;
}

a:link, a
{
    color: #87455B;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

p.arrow 
{
    background-image: url(/img/p_arrow.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-top: 0px;
}

.input 
{
    border: outset 1px #996588;
}

/* IE only effects */
img.thumboff 
{
    border: solid 1px #996588;
}
img.thumbon 
{
    
}
select, option 
{
    
}