/***** master wrapper *****/
#wrapper
{
    width: 1024px;
    min-height: 880px;
    max-height: 100%;
    margin: auto;
    margin-bottom: 10px;
    background-color: White;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px #cecaca;
    -moz-box-shadow: 0px 0px 8px #cecaca;
    -o-box-shadow: 0px 0px 8px #cecaca;
    box-shadow: 0px 0px 8px #cecaca; /* relative to the aspx page not this css file! */
}

/***** main layout *****/
.main-content
{
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #a5a4a4;
    -moz-box-shadow: 0px 0px 5px #a5a4a4;
    -o-box-shadow: 0px 0px 5px #a5a4a4;
    box-shadow: 0px 0px 5px #a5a4a4; /*  relative to the aspx page not this css file! */
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    border: solid 1px white;
    height: 100%;
    width: 95.9%;
    margin: 1%;
    padding: 1%; /* ie hasLayout fix */
	padding-bottom:20px;
    position: relative;
}

/***** Side layout *****/

/***** Side layout *****/

#left-content
{
    display: inline-block;
    zoom: 1; *display:inline;/*IE 7 apply inline-block*/
    vertical-align:top;
    padding: 10px 10px 10px 17px;
}

.side-content
{
    background-color: white;
    position: relative; /* background-color: white; */
    -webkit-box-shadow: 0px 0px 5px #81AB00;
    -moz-box-shadow: 0px 0px 5px #81AB00;
    -o-box-shadow: 0px 0px 5px #81AB00;
    box-shadow: 0px 0px 5px #81AB00; /* relative to the aspx page not this css file! */
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    padding: 5px 10px 20px 10px;
    margin-bottom: 15px;
    width: 224px;

}


#right-content
{
    display: inline-block;
    zoom: 1; *display:inline;/*IE 7 apply inline-block*/
    vertical-align:top;
    padding:10px 0 10px 0;
    width:736px;
}


.main-half-content
{
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #a5a4a4;
    -moz-box-shadow: 0px 0px 5px #a5a4a4;
    -o-box-shadow: 0px 0px 5px #a5a4a4;
    box-shadow: 0px 0px 5px #a5a4a4; /*  relative to the aspx page not this css file! */
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    position: relative;
    zoom: 1; *display:inline;/*IE 7 apply inline-block*/
    vertical-align:top;
    margin-bottom:15px;
    padding:5px 10px 20px 10px;
    width:330px;
    height:296px;

}

.main-half-content-heightless
{
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #a5a4a4;
    -moz-box-shadow: 0px 0px 5px #a5a4a4;
    -o-box-shadow: 0px 0px 5px #a5a4a4;
    box-shadow: 0px 0px 5px #a5a4a4; /*  relative to the aspx page not this css file! */
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    position: relative;
    zoom: 1; *display:inline;/*IE 7 apply inline-block*/
    vertical-align:top;
    margin-bottom:15px;
    padding:5px 10px 20px 10px;
    width:335px;
    
}

.main-half-one
{
    margin-right: 12px;
}

.main-half-long
{
	height:346px;
}

.main-half-short{
	height:210px;
}

.main-right
{
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #a5a4a4;
    -moz-box-shadow: 0px 0px 5px #a5a4a4;
    -o-box-shadow: 0px 0px 5px #a5a4a4;
    box-shadow: 0px 0px 5px #a5a4a4; /*  relative to the aspx page not this css file! */
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    position: relative;
    zoom: 1; *display:inline;/*IE 7 apply inline-block*/
    vertical-align:top;
    margin-bottom:15px;
    padding:5px 10px 20px 10px;
    width:695px;
}


/***** Pop-up *****/

#dialogue, #dialogue2, #dialogue3, #dialogue4, #dialogue5, #dialogue6, #dialogue7, #subDialogue {
    background-color: #FFFFFF;
    padding: 18px 20px 20px 20px;
    position: absolute;
    z-index: 5000;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: black 0px 0px 5px;
    -moz-box-shadow: black 0px 0px 5px;
    box-shadow: black 0px 0px 5px;
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
}

.dialogue-small
{
    width: 51%;
    left: 24%;
}

.dialogue-mid
{
    width: 56%;
    left: 22%;
}

.dialogue-big
{
    width: 70%;
    left: 15%;
}

.dialogue-tab
{
    padding: 10px 2px 10px 2px !important;
}

#overlay
{
    min-height: 100%;
    left: 0;
    background-color: gray;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4000;
    float: left;
    overflow: hidden;
    display: none;
}

/***** edit form *****/

.edit-content
{
    background-color: #f2f2f2;
    padding: 6px 0 8px 0;
    margin-bottom: -5px; /*****Fix ie7*****/
}



.edit-round
{
    /* padding: 10px 0px 0px 5px; */
    width: 976px;
    background-color: #f2f2f2;
    padding: 8px 2px 8px 2px;
    margin: 4px 0 0 0;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 100%;
    border: 1px solid #9bafb8;
}

.edit-round-short
{
	width:690px !important;
}

.edit-round-delete
{
    float: right;
    margin-right: 6px;
}

.edit-round-title
{
    /* padding: 10px 0px 0px 5px; */
    width: 976px;
    background-color: #AFD04D;
    margin: 5px 0 5px 0;
    padding: 4px 2px 4px 2px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 100%;
    border: 1px solid #9bafb8;
    font-size: 12px;
    
}

.edit-round-right
{
    /* padding: 10px 0px 0px 5px; */
    width: 698px;
    background-color: #f2f2f2;
    padding: 8px 2px 8px 2px;
    margin: 4px 0 0 0;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 100%;
    border: 1px solid #9bafb8;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
}

.edit-round-padleft
{
    padding-left: 6px;
    width: 970px !important;
}





/***** text *****/
.section
{
    background-color: #F4F4F4;
    margin-bottom: 8px;
    padding: 1px 0 1px 0;
    font-family: Tahoma;
    font-size: 13px;
}





