﻿
a
{
    color: #DE903E; 
    text-decoration: none;
}
a:link
{
    color: #DE903E; 
    text-decoration: none;
}
a:visited
{
    color: #DE903E; 
    text-decoration: none;
}
a:hover
{
    color: #DE903E;
    text-decoration: underline;
}
a:active
{
    color: #DE903E; 
    text-decoration: none;
}

.pageHeader
{
    width: 100%;
    height: 43px;
    border-bottom: solid 1px #638A94;
}

.pageHeader p 
{
    float: right;
    margin-right:100px;
    padding-top:12px;
}

.pageHeader p a.logoArea
{
    color: #000000;
}

.pageHeader p a.logoAreaWhite
{
    color: #FFFFFF;
}

#pageHeaderLogo
{
    padding-left: 15px;
    padding-top: 5px;
}

#simActions
{
	position: absolute;
	z-index: 10;
	background-color: Transparent;
	left: 0px;
	top: 90px;
	display: block;
	font-family: Verdana;
}

#simActionsDisplay, #simActionsComment
{
    border-right: solid 1px #CCCBC9;
    border-bottom: solid 1px #CCCBC9;
	float: left;
	width: 206px;
	background-color: White;
	background: Transparent url(images/transparent.25.png);
}

#simActionsDisplay ul
{
    margin: 10px;
	padding: 0;
	list-style: none;
}

#simActionsDisplay ul li
{
    margin-top: 6px;
    margin-bottom: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.15em;
    font-weight: bold;
    color: #4C676C;
}

#simActionsDisplay ul li a
{
    color: #4C676C;
    text-decoration: none;
}

#simActionsDisplay ul li a:hover
{
    text-decoration: underline;
}

#simActionsDisplay ul li img
{
    margin-right: 5px;
}

#simActionsComment
{
    clear: left;
    margin-top: 15px;
    border-top: solid 1px #CCCBC9;
}
#simActionsComment p
{
    margin: 10px;
}

#simActionsTab
{
	float: left;
}

#logoArea
{
    position: absolute;
    left: 0;
    top: 15px;
    width: 150px;
    z-index: 0;
    border: solid 1px #638A94;
    border-left: none;
    margin: 3px 3px 3px 0px;
    padding: 15px 20px 15px 30px;
    background-color: #FFFFFF;
}

#logoArea p
{
    font-size: 10px;
}

#logoArea p a.logoArea
{
    color: #000000;
}

.colorwayImage, .folderImage
{
    float: left;
    text-align: center;
}

.colorwayImage
{
    width: 120px;
    height: 162px;
    background-color: White;
    border: solid 1px #cccccc;
    margin-right: 5px;
    margin-bottom: 5px;
}

.folderImage
{
    width: 132px;
    height: 190px;
}

.folderThumb
{
    min-height: 100px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
}

.colorwayImage img
{
    border: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.colorwayImage a, .folderImage a
{
    color: #4C676C;
    text-decoration: none;
}

.colorwayImage a:hover, .folderImage a:hover
{
    text-decoration: underline;
}

.dropshadow
{
    background: transparent url(images/transparent.25.black.png) !important;
    background: #666666;
    clear: right;
    float: left;    
}

.dropshadow #logon
{
}

#centerlogon
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    width: 330px;
}

#logon
{
    margin: -7px 7px 7px -7px;
    width: 335px;
    background-color: White;
    border: solid 1px #999999;
}

#logon h1
{
    background-color: #999999;
    color: White;
    padding: 15px;
    margin: 0;
    font-size: 20px;
}

#logon p
{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logon a
{
    color: #3333cc;
}

#logon ul
{
    margin-left: 35px;
    margin-right: 15px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 0;

}

#logon ul li
{
    color: Red;
}

#ProgressBar
{
    position: absolute;
    z-index: 100;
    left: 290px;
    top: 250px;
    background-color: White;
    color: Black;
    width: 360px;
    text-align: center;
    border: solid 1px #999999;
}
#ProgressBar p
{
    margin: 20px;
}

#cmdBackToColorways
{
    position: absolute;
    left: 220px;
    top: 50px;
}

#cmdViewInRoomscene
{
    position: absolute;
    left: 403px;
    top: 50px;
}

#cmdPrintThisSimulation
{
    position: absolute;
    left: 549px;
    top: 50px;
}

/* Account Stuff */
#Account
{
    width: 500px;
}

#Account ul
{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 11px;
}

#Account ul li
{
    color: Red;
    font-size: 11px;
}

#Account input, select
{
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin-right: 10px;
}

#Account fieldset
{
    margin: 1em 0;
    border: 1px solid #666666;
    background: White;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

#Account legend
{
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    margin-left: -8px;
}
#Account label
{
    padding-top: 5px;
    display: block;
}

#Account h2
{
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 4px;
}


#Account p
{
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #000000;
}

.required
{
    color: Maroon;
}

#Account p.noSpaceBelow
{
    margin-bottom: 0px;
}

#Account p.floatLeft
{
    float: left;
}

#Account br.clear
{
    clear: both;
    line-height: 0;
}

#Account br.clearWithSpace
{
    clear: both;
    height: 15px;
}
/* End of Account Stuff */

#printAdvice, #emailTab, #modSelect
{
    position:absolute;
    z-index:1000;
    left:245px;
    top:180px;
    width:450px;
    background-color:White;
    border:solid 1px Black;
    display: none;
}

#printAdvice h1, #emailTab h1, #modSelect h1
{
    background-color: #666666;
    color: White;
    cursor: move;
    padding: 5px;
    font-size: 12px;
}

#printAdvice p, #emailTab p, #modSelect p
{
    font-size: 1.2em;
    padding: 15px;
    padding-left: 40px;
}

#printAdvice ul, #emailTab ul, #modSelect ul
{
    padding: 5px 15px 5px 60px;
}

#printAdvice ul li, #emailTab ul li, #modSelect ul li
{
    font-size: 1.2em;
}

#folderList
{
    float:left;
    margin-left:50px;
    padding-top:10px;  
     color: #666666; 
}

#folderList h1
{
    font-size: 13px;
    color: #888888;
    margin-bottom: 10px;
}

#folderList img
{
    vertical-align: middle;
    border: none;
    margin-right: 10px;
}

#folderList a
{
    color: #666666;
}

.folderListItem
{
    float:left;
    width: 150px;
    min-width: 150px;
    margin-right: 15px;
}