/* Focused windows */
.overlay_modalhive {
	background-color: #444444;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.modalhive_nw {
background-color: #fff;		
  width:20px;
  height: 26px;
  border-top: 0;
}

.modalhive_n {
	background-color: #fff;		
  display:block;
   height: 26px;
  line-height:22px;
}

.modalhive_ne {
	background-color: #fff;		
  width:20px;	
   height: 26px;
  border-top: 0;
}

.modalhive_w {
  width:2px;
}

.modalhive_e {
  	width:2px;	  
}

.modalhive_sw {
  width:20px;
  height:20px;
  display: none;
}

.modalhive_s {
  height:2px;

}

.modalhive_se, .modalhive_sizer {
  width:20px;
  height:2px;
}

.modalhive_se {
    display: none;
}

.modalhive_sizer {
	cursor:se-resize;	
}

table.top {
	height: 30px;
	background-color: #fff;
	}

.modalhive_close {
    background: url("/css/modalhive/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 20px;
    opacity: 0.9;
    position: absolute;
    right: -9px;
    top: -10px;
    width: 20px;
    z-index: 1000;
}
.modalhive_close { 
	right/*\**/: 9px\9; 
	top/*\**/: 10px\9; 
	}
.modalhive_close:hover {
  opacity: 1;
}
.modalhive_minimize {
	width: 23px;
	height: 23px;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.modalhive_maximize {
	width: 23px;
	height: 23px;
	/*background: #333 url(modalhive/button-max-focus.gif) no-repeat 0 0;*/			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.modalhive_title {
	font-family: Arial, sans-serif;
	font-size:14px;
	text-align:center;
	text-shadow: 0 1px 1px #efefef;
	width:100%;
	color:#333;
    border-top: 0;
}

.modalhive_content {
	background-color: #fff;
    color: #222222;
    font-family: Arial,sans-serif;
    font-size: 12px;
    height: auto !important;
    padding: 10px 0;
   	width: auto !important;
}

.modalhive_content div.contest-instructions h2 {
	font-size: 17px;
	color: #333;
margin: 26px 0 8px;
	}
.modalhive_content div.contest-instructions h3 {
    border-bottom: 1px solid #CCCCCC;
    color: #015CAA;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-top: 15px;
    text-transform: uppercase;
}
.modalhive_content div.contest-instructions p {
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 1.4em;
	}
	
.modalhive_content div.contest-instructions p a {
	border-bottom: 1px solid #ccc;
	}
.modalhive_content div.contest-instructions ol li {
	font-size: 14px;
	line-height: 1.4em;
	}
	
.modalhive_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .modalhive_nw {
	background-color: transparent;
	background-image: none;
}

* html .modalhive_n {
	background-color: transparent;
	background-image: none;
}

* html .modalhive_ne {
	background-color: transparent;
	background-image: none;
}

* html .modalhive_w {
	background-color: transparent;
	background-image: none;
}

* html .modalhive_e {
	background-color: transparent;
	background-image: none;
}

* html .modalhive_sw {
	background-color: transparent;
	background-image: none;
}

* html .modalhive_s {
	background-color: transparent;
	background-image: none;
}

* html .modalhive_se {
	background-color: transparent;
	background-image: none;
}

* html .modalhive_sizer {
	background-color: transparent;
	background-image: none;
}


/* Focused windows */
.overlay_blur_os_x {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.blur_os_x_nw {
	background: transparent url(modalhive/TL.png) no-repeat 0 0;			
  width:24px;
  height:30px;
}

.blur_os_x_n {
  background: transparent url(modalhive/T.png) repeat-x 0 0;			
  height:30px;
}

.blur_os_x_ne {
  background: transparent url(modalhive/TR.png) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}

.blur_os_x_w {
  background: transparent url(modalhive/L.png) repeat-y top left;			
  width:16px;
}

.blur_os_x_e {
  background: transparent url(modalhive/R.png) repeat-y top right;			
  width:16px;	  
}

.blur_os_x_sw {
  background: transparent url(modalhive/BL.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.blur_os_x_s {
  background: transparent url(modalhive/B.png) repeat-x 0 0;			
  height:40px;
}

.blur_os_x_se, .blur_os_x_sizer {
  background: transparent url(modalhive/BR.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.blur_os_x_sizer {
	cursor:se-resize;	
}

.blur_os_x_close {
	width: 19px;
	height: 19px;
	background: #333 url(modalhive/close.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:25px;
	cursor:pointer;
	z-index:1000;
}

.blur_os_x_minimize {
	width: 19px;
	height: 19px;
	background: #333 url(modalhive/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:45px;
	cursor:pointer;
	z-index:1000;
}

.blur_os_x_maximize {
	width: 19px;
	height: 19px;
	background: #333 url(modalhive/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:65px;
	cursor:pointer;
	z-index:1000;
}

.blur_os_x_title {
	float:left;
	height:14px;
	font-family: Arial, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:8px;
	width:100%;
	color:#000;
}

.blur_os_x_content {
	overflow:auto;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#FFF;
}
.blur_os_x_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .blur_os_x_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/TL.png", sizingMethod="crop");
}

* html .blur_os_x_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/T.png", sizingMethod="scale");
}

* html .blur_os_x_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/TR.png", sizingMethod="crop");
}

* html .blur_os_x_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/L.png", sizingMethod="scale");
}

* html .blur_os_x_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/R.png", sizingMethod="scale");
}

* html .blur_os_x_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/BL.png", sizingMethod="crop");
}

* html .blur_os_x_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/B.png", sizingMethod="scale");
}

* html .blur_os_x_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/BR.png", sizingMethod="crop");
}

* html .blur_os_x_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/modalhive/BR.png", sizingMethod="crop");
}


.modal_left a{
display: block;
padding-left: 20px;
color: #258ad8;
text-decoration: none;
line-height: 43px;
vertical-align: middle;
position: relative;
width: 114px;
}

.modal_right{
}

.modal_right_top{
background-color: #fff;
height: 10px;
}

.modal_right_mid{
background-color: #fff;
width: 426px;
padding: 0 20px 0 20px;
border-left: 1px solid #d6d6d6;
}

.modal_right_bottom{
background-color: #fff;
height: 53px;
position:relative;
z-index:14;
}

.modal-white{
display: block;
   margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}
