﻿/* CSS Version Service Center */
/* Version: 1.2 || Date: 2009-9-10 || Author: Cyrano */
/* Cascading Style Sheets Level 2 Revision 1 */

/*** Template Style ***/
*
{
    margin: 0;
    padding: 0;
}
body
{
}
select option
{
    padding-left: 4px;
}
ul, li
{
    list-style: none;
}
a
{
    color: #00853e;
    text-decoration: none;
}
a:hover
{
    color: #f7911e;
    text-decoration: underline;
}
#Wrapper
{
    width: 960px;
    overflow: hidden;
    margin: auto;
}
/*** PlaceHolder ***/
.ServiceCenterPlaceHolder
{
    clear: both;
}
.LeftPlaceHolder
{
    float: left;
    width: 220px;
    overflow: hidden;
}
.MainPlaceHolder
{
    float: left;
    width: 740px;
    overflow: hidden;
}

/** Menu **/
.Menu .Block ul li
{
    background: url(images/MenuItemBg.png) no-repeat;
    margin: 1px 0px;
}
.Menu .Block ul li:hover
{
    background: url(images/MenuItemBgOver.png) no-repeat;
}
.Menu .Block ul li a
{
    font-size: 10.5pt;
    font-weight: bold;
    padding: 4px 5px 4px 20px;
    display: block;
    line-height: 1.5;
    background: url(images/libg.gif) no-repeat 10px 15px;
}
.Menu .Block ul li a:hover
{
    color: #333;
    text-decoration: none;
}
/** Participant Splash **/
#ParticipantSplash
{
    background: url(images/ServiceSplash.jpg) no-repeat center top;
    height: 370px;
    margin: 10px;
    position: relative;
}
#ParticipantSplash div
{
    position: absolute;
    display: block;
    cursor: pointer;
    width: 100px;
    height: 120px;
    top: 120px;
}
#ParticipantSplash #LinkAdmin
{
    left: 200px;
}
#ParticipantSplash #LinkGeneral
{
    left: 310px;
}
#ParticipantSplash #LinkBusiness
{
    left: 420px;
}

#ApplyOnlineList ul li
{
    background: url(images/Icon_Affair.gif) no-repeat left 7px;
    padding: 5px 8px;
    float: left;
    width: 46%;
    display: inline;
}
.DataView em, .Block em
{
    color: #da7b00;
    font-weight: bold;
    padding: 0px 5px;
    font-style: normal;
}
.Part .DescView
{
    border: 2px solid #f58b1f;
    padding: 5px;
    position: relative;
}
.Part .DescView p
{
    font-size: 10.5pt;
    color: #999;
    line-height: 1.5;
    display: block;
}
#Dialogue
{
    border: 3px dashed #ccc;
    padding: 10px;
    margin: 10px;
    background: none;
}
#Dialogue ul li
{
    padding-left: 25px;
    background: url(images/hint.gif) no-repeat left 5px;
    border: none;
    font-size: 10.5pt;
    line-height: 1.8;
}

.FramePageContent
{
    width: 100%;
    height: 360px;
    overflow: auto;
    display: block;
    border: 2px dashed #ccc;
}