/* Last-Modified: 28/06/06 00:08:22 */
#GB_main{
    background: #ffffff!important;
    border: 1px solid #a8b0b2;
    /*padding: 10px;*/
    height: 90%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 1px 1px #a8b0b2;
	-webkit-box-shadow: 0 1px 1px #a8b0b2;
	box-shadow: 0 1px 1px #a8b0b2;
}

#GB_overlay {
    background-color: #e0e7e9;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    position: absolute;
    overflow: visible;
    z-index: 150;
    background: #ffffff!important;
    border: 1px solid #a8b0b2;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 90%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 1px 1px #a8b0b2;
	-webkit-box-shadow: 0 1px 1px #a8b0b2;
	box-shadow: 0 1px 1px #a8b0b2;
}

#GB_window .content  {
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: scroll;
    
    background: #fff;
    height: 90%;
}
#GB_frame * body{
 background: none!important;  
 min-width: 0px!important;
 margin: 0;
 padding: 0;
}

.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    /*width: 100%;*/
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}
/*.GB_header .close img {
    z-index: 500;
    cursor: pointer;
    height: 16px;
}
*/
.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}
.headerPopup{
   	background: #dde4e6;
	height: 40px;
	padding: 0 6px 0 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
}

#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    height: 80%;
}

.GB_Window .header {
    padding: 0;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    color: #32474E;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 0;
    vertical-align: middle;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
/*.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}*/
/*
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

#aspnetForm
{
    width:auto;
}
*/

.floatRight{
    float:right;   
}
.floatRight{
    float:left;   
}

/* span button blue generic*/

.spanButtonBlue > span{
	background: transparent url(../../images/genericButtonBlueLeftSpan.png) no-repeat 0 0px;
	display: inline-block;
	line-height: 29px; 
	padding-left: 9px; 
	color: #ffffff;	
}
.spanButtonBlue {
	margin-right: 2px;
	font-family: Helvetica, arial;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	text-decoration:none;
	font-weight: bold;
	background: transparent url(../../images/genericButtonBlueRightCap.png) no-repeat top right; 
	background-position: right  0px;
	display: inline-block;	
	height: 29px; 
	padding-right: 9px; 
	cursor: pointer;
	position: relative;
	margin-right: 8px;
}
.spanButtonBlue:hover > span{
	background-position: 0 -33px; 
}
.spanButtonBlue:hover{
	background-position: right -33px; 
}
.spanButtonBlue img{
    position: absolute;
    top: 6px;
    right: 8px;
}