﻿.header
{
    border-width: 1px;
    border-style: solid;
}
.footer
{
    border-color: Blue;
    border-width: 1px;
    border-style: solid;
    position: relative;
}
.controls
{
    border-color: Yellow;
    border-width: 1px;
    border-style: solid;
}
.map
{
    width: 550px;
    height: 400px;
    border-color: Green;
    border-width: 1px;
    border-style: solid;
    float: left;
}
#writeups
{
    border-color: Green;
    border-width: 1px;
    border-style: solid;
    display: block;
}
.HideColumn
{
    display: none;
}
.pinStyle1
{
    position: relative;
    background: url(      'pin1.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    top: -15px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    cursor: pointer;
}
.pinStyle1 .text
{
    position: relative;
    top: 2px;
}

.ddl
{
    width: 130px;
    border: 3px double #E5E5E5;
    padding: 2px 3px;
    color: #555;
    font: normal 1.1em "Lucida Sans Unicode" ,sans-serif;
}

.caption
{
    width: 100px;
    float: left;
    font-size: 1.1em;
}
.litcaption
{
    position: relative;
}

#txtCopyAddress
{
    float: right;
}
table #result
{
    font-family: Verdana;
    font-size: 8pt;
    border: solid 1px #00FF00;
}
table #result .name
{
    width: 25%; /*  width: 130px;*/
}
table #result .location
{
    width: 25%; /* width: 150px;*/
}
table #result .batch
{
    width: 10%; /* width: 40px;*/
}
table #result .branch
{
    /* width: 80px;*/
}
table #result .flag
{
    width: 40px;
}
.myPushpin
{
    margin-left: 4px;
    margin-top: -24px;
    background: url(single.png);
    height: 32px;
    width: 14px;
}
.myPushpinIE6
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pin.png', sizingMethod='image');
    height: 40px;
    width: 35px;
}

.myPushpinClustered
{
    margin-left: 4px;
    margin-top: -24px;
    background: url(pin.png);
    height: 40px;
    width: 35px;
}


.loginStatus
{
    float: right;
    color: #FFF;
    font: normal 1.1em "Trebuchet MS" ,sans-serif;
    text-decoration: none;
    padding-right: 30px;
}
.loginInput
{
    color: #555;
    font: normal 1.1em "Lucida Sans Unicode" ,sans-serif;
    border: 3px double #E5E5E5;
    padding: 2px 3px;
    width: 120px; /*add by EUO*/
}
.loginButton
{
    border: 1px solid #AAA;
    margin-left: 5px;
    padding: 2px 3px;
}
.loginName
{
    color: #FFF;
    font: bold 1.1em "Lucida Sans Unicode" ,sans-serif;
    text-decoration: none;
}


/*add by EUO*/
#mapside .styled
{
    border: 3px solid #E5E5E5;
    padding: 2px 3px;
    width: 200px;
}
#mapside .button
{
    border: 1px solid #AAA;
    margin-left: 5px;
    padding: 2px 3px;
}

#mapside .ddl
{
    width: 210px;
    border: 3px #E5E5E5;
    padding: 2px 3px;
    color: #555;
    font: normal 1.1em "Lucida Sans Unicode" ,sans-serif;
}


.error
{
    color: #f00;
    font-weight: bold;
    padding:3 3 3 3;
}




/* EUO */
#profile li
{
    border-bottom: 1px dashed #EEE;
    list-style: none;
    margin: 0;
}
#profile .caption
{
    width: 15%;
    font-weight: normal;
    display: inline-block;
}
#profile a
{
    text-decoration: none;
}
#profile a:hover
{
    color: #111;
    text-decoration: underline;
}

#profile .pix
{
	float:right;
	width:160px;
	height:170px;
	border:dashed 1px #0f0;
	}
/*end EUO*/
