/* Last-Modified: 28/06/06 00:08:22 */

a img{
	border:0;
	}

#GB_overlay { /*controls backgroundcolor & styles*/
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1000;
	}

#GB_window {
     background-color: #3a5c95;
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 1500;
	}

#GB_window .header{ /*header & close button */
	background-color:#3a5c95;
	}

#GB_window .content { /*not sure what this style is*/
    width: 400px;
    margin: 0;
   	padding: 0;
	float:none;
	
	}

.GB_Window .content {
    background-color: #3a5c95;
   /* border: 3px solid #ccc;*/
    border-top: none;
}

.GB_Window .header {
   /*
 	border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
	*/
    margin: 0;
	 /*   height: 22px;*/
	  /*  font-size: 12px;*/
 	  /*
	 padding: 18px;
    color: #333;
	*/
	
	height:auto;
	position:static;
	}

.GB_Window .caption {
   	color:#082A67;
   	font-family: "Times New Roman",Georgia,serif;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    letter-spacing:0.1em;
    text-transform:uppercase;
    white-space: nowrap;
   /* padding-right: 20px;*/
   /* padding: 18px;*/
	}

.GB_Window .close { 
	text-align: right;
	padding:9px 9px 0 0;
	
	}
.GB_Window .close span { 
	color:#fff;
	}
	
.GB_Window .close span:hover{ 
	color:#e5edf6;
	}	
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { color:#e5edf6; border-bottom: 1px solid #e5edf6; }
/*.GB_Window .click { border-bottom: 1px solid red; }*/






/*begin actual content styles*/

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;

	}

	/*not sure what these do. to my knowledge these styles do nothing for cbwm greybox. */
	.GB_Gallery {
    margin: 0 22px 0 22px;
	}

	.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
	}

	.GB_header {
    top: 10px;
    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 td.caption {
   
   }

	.GB_header td.close {
   /*
 text-align: right;
     padding:20px;
*/
	}

	.GB_header .close img {
    z-index: 500;
    cursor: pointer;
	}

	.GB_header .middle {
    white-space: nowrap;
	    text-align: center;
	}


	#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;
	}


