/* CSS Document */
/*forms*/

textarea, 
input[type="text"],
input[type="password"] { 
    background:#f7f7f7; border:1px solid #d9d9d9; border-radius:3px; padding:4px; 
    font:12px/20px 'OpenSansRegular',Arial,sans-serif; }
textarea:focus, 
input[type="text"]:focus,
input[type="password"]:focus { border:1px solid #92c4e7; box-shadow:0px 0px 6px 1px #c5e3f6; outline:none; }
/*select { background:#f7f7f7; border:1px solid #d9d9d9; border-radius:3px; padding:3px 4px; }*/
input[type="radio"] { position:relative; top:1px; margin:0 6px 0 0; }
input[type="checkbox"] { position:relative; top:2px; margin:0 6px 0 0; }

select {
    /*padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#7A6D6E
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    cursor:pointer;
}
label {position:relative}
/* .lbl_opt:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}*/
/*.lbl_opt:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}*/

.clear .tech_sub{color:#39C;}
.heading_format{ color:rgb(51, 153, 204); padding-top:5px; padding-bottom:5px; font-size:16px; font-style:normal;color: #3399CC;
    font-weight: bold; margin-top:-7px; margin-bottom:-3px;}
.heading_format:hover{ background-color:#E0E0E0;cursor:pointer;color:rgb(51, 153, 204); padding-top:5px; font-weight: bold; padding-bottom:5px; font-size:16px; font-style:normal; margin-top:-7px; margin-bottom:-3px;}
.head_text a:hover{ text-decoration:none;}
.head_text{ 
			 height:10px; width:17px; padding:0px 5px 8px 5px;  font-weight: bold;}
.Active_div a:hover{ text-decoration:none;}
.Active_div{ background:url(../../files/templates/images/bg-active-corner.gif) no-repeat center; 
			 height:10px; width:37px; padding:0px 5px 8px 5px;}}
.heading_format hr{width:1px;}