/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

/*
 * custom
 */

#basic-modal-content {display:none;}
#basicp-modal-content {display:none;}
#basicc-modal-content {display:none;}
#basics-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container { 
	min-height:240px;
	height:auto !important;
	color:#000;
	margin: 0;
	border:4px solid #fff;
	background-color:#ccc;
	position:relative;

}

#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-title h3 {
	color:#282;
	padding-bottom:3px;
	padding-left:0.5em;
	font-size:1.4em;
	font-weight:bold;
	border-left:6px solid #282;
}
#p-title {
	color:#0000aa;
	padding-bottom:3px;
	padding-left:0.5em;
	font-size:1.4em;
	font-weight:bold;
	border-left:6px solid #0000aa;
}

#c-title {
	color:#00aaaa;
	padding-bottom:3px;
	padding-left:0.5em;
	font-size:1.4em;
	font-weight:bold;
	border-left:6px solid #00aaaa;
}


.wdb_h {
	height:290px;
	width:400px;
	color:#000;
/*	background-color:#6b6;*/
	background-color:#aea;
	padding:12px 4px 12px 12px;
	font-size:1.4em;
	line-height:1.6em;	

}
.wdb_p {
	height:240px;
	width:500px;
	color:#000;
	padding:12px 4px 12px 12px;
	font-size:1.4em;
	line-height:1.6em;
	background-color:#ccccff;
}
.wdb_c {
	height:250px;
	width:640px;
	color:#000;
	padding:12px 4px 12px 12px;
	font-size:1.4em;
	line-height:1.6em;
	background-color:#f8f6e5;
}

.wdb_s {
	height:560px;
	width:900px;
	color:#000;
	padding:12px 4px 12px 12px;
	font-size:1.4em;
	line-height:1.6em;
	background-color:#f8f6e5;
}

#h-message {
	display: block;
	height: 180px;
	border-top:1px solid #444;
	margin-top:2px;
}

.hlcmark {
	font-size: 1.2em;
}
.hlcC {
	color: #04f;
	font-weight: bold;
}
.hlcK {
	color: #fe0;
	font-weight: bold;
}
.hlcR {
	color: #f00;
	font-weight: bold;
}

#p-message {
	display: block;
	height: 180px;
	font-size: 12px;
	line-height:20px;
	color: #000;
	border-top:1px solid #444;
	margin-top:10px;
}
#p-message p{
	padding: 4px 8px 0px 8px;
}
.prbtare {
	margin-left: 80px;
	text-align: center;
}

.prbtare2 {
	margin-left: 180px;
	text-align: center;
}

.pdf_sc {
	float:left;
	display: block;
	width170px;
	height: 26px;
}
.pdf_sublnk {
	text-align: right;
	font-size: 12px;
}
.print_br-button {
	float:left;
	display: block;
	width:150px;
	height: 26px;
	margin-right:15px;
	text-indent:-9999em;
	background:url(../images/print-menu.png) 0 0 no-repeat;
	background-position: 0px -30px;
}

.print_br-button:hover {
	background-position: 0px 0px;
}
.print_dl-button {
	float:left;
	display: block;
	width:150px;
	height: 26px;
	margin-right:5px;
	text-indent:-9999em;
	background:url(../images/print-menu.png) 0 0 no-repeat;
	background-position:-155px -30px;
}

.print_dl-button:hover {
	background-position:-155px 0px;
}


#c-message {
	display: block;
	height: 180px;
	color: #000;
	border-top:1px solid #444;
	margin-top:10px;
}

.plines {
		position:relative;
		display: block;
		height: 30px;

}
.txsmall {
	font-size: 0.8em;
}


.exebt {
	font-size: 17px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    width: 50px;
    height:22px;
    background: url(../images/exebt.png) left top no-repeat;
}

.exebt:hover {
	background-position:-0px -29px;
}

.dlog_input-area {
	margin-top: 0px;
	padding:6px 0px 1px 10px;
	background:#f8f6e5;
	background-color:#cfe8e8;
	clear:both;
	position:relative;
	height: 140px;
	border-radius: 0 8px 0 0;
}

.ctlmenu {
}

.ctlmenu li {
	float : left;
	width:62px;
	margin: 4px 4px 0px 0px;
	padding: 2px 4px;
	text-align: center;
	background-color:#00aaaa;
	font-size:12px;
	color: #fff;
	font-weight: bold;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #cfe8e8;
	border-radius: 8px 8px 0 0;

}
.ctlmenu a {
	color:#008888;
}
.ctlmenu a:hover {
	color:#884444;
	text-decoration: none;
}

.ctlmenu .ah {
	background-color:#cfe8e8;
	border-bottom:1px solid #aaa;
}

.ctlmenu .nou {
	background-color:#cccccc;
}

.modbtarea {
	text-align: center;
	background-color:#cfe8e8;
	padding-bottom: 6px;
	border-radius: 0 0 8px 8px;
	
}
.modbtarea input {
	font-size: 1.2em;
}
.ctlstitle {
	padding-left: 10px;
	padding-bottom: 5px;
	color:#444;
	font-size: 1.1em;
	font-weight: bold;
}



#s-message {
	display: block;
	border-top:1px solid #444;
	margin-top:10px;
}

.stypeimg {
	text-align: center;
	float: left;
	width: 170px;
	height: 250px;
	border:1px solid #444;
	margin: 8px 0px 0px 7px;
	padding: 0;
}

.stypetit {
	height: 50px;
	margin: 2px 0px 2px 2px;
	padding-right: 0px;
	width: 168px;
	font-size: 12px;
	line-height: 14px;
}

#stypeimgA :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgB :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgC :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgD :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgE :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgF :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgG :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgH :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgI :hover{background-color:#88ff88;color: #c00;text-decoration: none;}
#stypeimgJ :hover{background-color:#88ff88;color: #c00;text-decoration: none;}

.stypsbc {
	background-color:#ffcccc;
}



.wdb_hs {
	height:290px;
	width:580px;
	color:#000;
/*	background-color:#6b6;*/
	background-color:#dfe;
	padding:12px 4px 12px 12px;
	font-size:1.4em;
	line-height:1.6em;	

}
.wdb_hsw {
	height:500px;
	width:580px;
	color:#000;
/*	background-color:#6b6;*/
	background-color:#dfe;
	padding:12px 4px 12px 12px;
	font-size:1.4em;
	line-height:1.6em;	

}
.wdb_hs_sub {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 6px 6px 0px 16px;
}

.hstypeimg {
	text-align: center;
	float: left;
	width: 280px;
	height: 200px;
	border:1px solid #444;
	margin: 8px 0px 0px 7px;
	padding: 0;
}

