/*
    Document   : gallbox
    Created on : 9/Dez/2009, 15:34:49
    Author     : roger
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.popupWindow{
    /*background-color:#C2D6D5;*/
    width: 455px;
}
.popupWindow .gallboxbg {
    background-color:#000000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    /*background-color:#FFFFFF;*/
    width:100%;
    height:100%;
    z-index:1100;
    vertical-align:middle;
}

.popupWindow .gallboxbg:hover{
    cursor:pointer;
}

.popupWindow #gallboxFrame {
    position:absolute;
    margin: 0 auto;
    display:none;
    z-index:1101;
}

.popupWindow #gallboxClose{
    position:absolute;
    right:3px; top:10px;
    width:26px;
    height:26px;

    /*z-index:1102;*/
    background:url(../images/bt_close.gif) no-repeat;
}

.popupWindow #gallboxClose:hover{
    cursor:pointer;
}

.popupWindow #popcontainer{
    /*width:700px;*/
    /*min-height:300px;*/
    background-color: green;
    margin: 0 auto;
    position:absolute;
    top:0px;
    left:0px;
/*  overflow:visible;*/
    display:block;
    text-align:right;

}

.pop{
    float:left;
    z-index:1101;
    padding:0 0 0 0;
    margin:0 0 0 0;
    /*background-color:#c1d5d6;*/
}
.popupWindow .tl{
    float:left;
    display:block;
    width:7px;
    height:7px;
    background-image: url(../images/global/popup/top_left.png);
}
.popupWindow .tr{
    float:left;
    display:block;
    width:7px;
    height:7px;
    background-image: url(../images/global/popup/top_right.png);
}
.popupWindow .bl{
    float:left;
    display:block;
    width:7px;
    height:7px;
    background-image: url(../images/global/popup/bottom_left.png);
}
.popupWindow .br{
    float:left;
    display:block;
    width:7px;
    height:7px;
    background-image: url(../images/global/popup/bottom_right.png);
}

.popupWindow .left,.popupWindow .right {
    float:left;
    display:none;
    background-color: rgb(194, 214, 213);
    width:10px;
    height: 100%;
}

.popupWindow .content{
    float: left;
    background-color:#E2ECED;
    width:431px;
    min-height:280px;
    padding: 26px 5px 5px 5px;
    border-color:rgb(194, 214, 213);
    border-style: solid;
    border-left-width: 7px;
    border-right-width: 7px;
    display:block;

}

/* content style */
.popupWindow .content p{
    margin-top: 5px;
    margin-bottom: 2px;
    min-height: 30px;
    width: 100%;
    display: block;

}
.popupWindow .content div{
    float: left;
    display: block;
    position: relative;
    margin: 0 auto;
    /*padding-left: 10px;*/

    /*width: 450px;*/
}

.popupWindow .content #popupIntroText{
    width: 100%;
    padding-bottom: 14px;
    height:50px;
}

.popupWindow .content .dinput{
    width: 100%;
    padding-bottom: 14px;
    vertical-align: middle;
}
.popupWindow .content .labelDiv{
    font-size: 14px;
    font-weight: bold;
    color: #D84107;
    padding-top:6px;
    vertical-align: middle;
}

.popupWindow .content input[type=text]{
    background: none;
    border: none;
    width: 309px;
    height: 20px;
    padding-top:7px;
    padding-left: 5px;
    padding-right:5px;
    float: right;

}
.popupWindow .content .inputText{
    background: none;
    border: none;
    background-image: url(../images/global/popup/input_text.png);
    background-repeat:no-repeat;
    /*background-attachment: fixed;*/
    width: 319px;
    height: 27px;
    float: right;
}

.popupWindow .content .textArea{
    background: none;
    border: none;
    background-image: url(../images/global/popup/textarea.png);
    background-repeat:no-repeat;
    width: 319px;
    height: 77px;
    float: right;
}

.popupWindow .content textarea{
    background: none;
    border: none;
    width: 309px;
    height: 70px;
    padding-top:7px;
    padding-left: 5px;
    padding-right:5px;
    float: right;
}


.popupWindow .content #mandatoryText{
    font-size: 11px;
    color: #D84107;
    height: 27px;
    vertical-align: middle;
    margin-top: 15px;
	margin-bottom: 15px;
    float: right;
    text-align: right;
	display:inline;
}

.popupWindow .content #mandatoryText span{
	display:inline;
	float:right;
 }

.popupWindow .content #mandatoryText input{
    padding-left: 15px;
    float: right;
	display:inline;
}

.xclamation{
    background-image: url(../images/global/popup/xclamation.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 39px;
    height: 39px;
    padding: 5px 18px 10px 10px;
    /*
    margin-left: 10px;
    margin-right: 10px;
    */
    float:left;
}

.xclamationText{
    padding-top: 10px;
    float:left;
}

.failed{
    background-image: url(../images/global/popup/failed.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 39px;
    height: 39px;
    padding: 0px 18px 10px 10px;
    /*
    margin-left: 10px;
    margin-right: 10px;
    */
    float:left;
}

.done{
    background-image: url(../images/global/popup/done.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 39px;
    height: 39px;
    padding: 0px 18px 10px 10px;
    /*
    margin-left: 10px;
    margin-right: 10px;
    */
    float:left;
}


.popupWindow .content .hr{
    padding-bottom: 24px;
    width: 100%;
}

.popupWindow .content .contentBlock{
	padding: 0px 12px 35px 12px;
    text-align: justify;
}

/*content style END*/
.popupWindow .top,.popupWindow .bottom {
    float:left;
    display:block;
    background-color:rgb(194, 214, 213);
    height:7px;
    width:441px;
}
/*
.popupWindow .btnPrev{
    width:30px;
    height:30px;
    margin-left: -1000px;
}

.popupWindow .btnNext{
    width:30px;
    height:30px;
    margin-left:20px;
}
*/

