﻿/* =========================== */
/* ======= RoundCorner ======= */
/* =========================== */
.MainRoundArea
{
	margin: 5px;
}

.RoundCorner
{
	display: block;
}
.RoundCorner *
{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #f7f3f3;
}
.RoundCorner1
{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #fbf9f9;
	border-right: 1px solid #fbf9f9;
	background: #f9f6f6;
}
.RoundCorner2
{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #fefdfd;
	border-right: 1px solid #fefdfd;
	background: #f8f5f5;
}
.RoundCorner3
{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #f8f5f5;
	border-right: 1px solid #f8f5f5;
}
.RoundCorner4
{
	border-left: 1px solid #fbf9f9;
	border-right: 1px solid #fbf9f9;
}
.RoundCorner5
{
	border-left: 1px solid #f9f6f6;
	border-right: 1px solid #f9f6f6;
}
.RoundCornerfg
{
	background: #f7f3f3;
	padding: 0 10px;
}

/* Sample Code
<div>
    <!-- Top of Round Corner -->
    <b class="RoundCorner">
    <b class="RoundCorner1"><b></b></b>
    <b class="RoundCorner2"><b></b></b>
    <b class="RoundCorner3"></b>
    <b class="RoundCorner4"></b>
    <b class="RoundCorner5"></b></b>
    <div class="RoundCornerfg">
    <!-- /Top of Round Corner/ -->
    <!-- Content -->
    
    //
    
    <!-- Endof Content -->
    <!-- Bottom of Round Corner -->
    </div>
    <b class="RoundCorner">
    <b class="RoundCorner5"></b>
    <b class="RoundCorner4"></b>
    <b class="RoundCorner3"></b>
    <b class="RoundCorner2"><b></b></b>
    <b class="RoundCorner1"><b></b></b></b>
    <!-- /Bottom of Round Corner/ -->
</div>
*/

/* ======================================== */


.rtl
{
	direction: rtl;
}
.ltr
{
	direction: ltr;
}


/* LABELE THEM */
#main_content
{
	font-size: 8pt;
	width:100%;
}
#main_content .rowStyle
{
	height: 15px;
}
#main_content .textPlace
{
	width: 100px;
	padding-left: 5px;
	color: #fff;
	background-color: #76AE02;
	border: solid 1px #659502;
	text-align: left;
	height:24px;
}
#main_content .fieldPlace
{
	color: #3C3C3C;
	padding: 0;
	margin: 0;
}

#main_content .picturePlace
{
	width: 60px;
	height: 100px;
	color: #3C3C3C;
	padding: 0;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	border: dashed 1px black;
}


/* *********** */
.btnSimpleStyle
{
	font-size: 10px;
	width: 105px;
	text-align: center;
	background-color: #fff;
}

.lnkSimpleStyle
{
	padding: 0 20px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
}

.tdHeaderSimpleStyle
{
	height: 25px;
	font-weight: bold;
	padding: 0 20px;
	background-color: #F8FF99;
	color: #111400;
	border-bottom: 1px solid #D3D982;
	border-right: 1px solid #D3D982;
}

.tdStatusSimpleStyle
{
	height: 25px;
	font-weight: bold;
	padding: 0 20px;
	background-color: #FFB690;
	color: #111400;
	border-bottom: 1px solid #B88367;
	border-right: 1px solid #B88367;
}


.contactWrap img
{
	border: 1px solid #05679d;
}

.editFormStyle
{
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}

.header_splitter
{
	border-left: 1px solid #000;
}
.validation_
{
	color: Red;
	font-size: 9px;
}


/* Popup Windows */
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 100;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 900px;
	position: fixed;
	top: 5%;
	/* left: 30%; */
	margin: 0 0 0 -250px;
	z-index: 1000;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }


/* Top 10 Style */
.topTen_
{
	margin:0;
	padding:0;
}
.topTen_EV
{
	margin:0;
	padding: 5px 0px 5px 25px;
	list-style-type: none;
	list-style-position: inside;
	line-height: 10px;
	background-color: #EEE6E6;
	color: #000;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}
.topTen_ODD
{
    margin: 0;
    padding: 5px 0px 5px 25px;
    list-style-type: none;
    list-style-position: inside;
    line-height: 10px;
    background-color: #DAD0D0;
    color: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}
.title_LeftCorner
{
    height:25px;
    width:7px;
    /*background-position: left;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url("img/menu_title_bg_Left.gif");
    background-position:top left;
    margin:0;
    padding:0;
}
.title_RightCorner
{
    height: 25px;
    width: 7px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url("img/menu_title_bg_Right.gif");
    background-position:top right;
    margin: 0;
    padding: 0;
}

.title_Center
{
    height: 18px;
    width:100%;
    text-align:center;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-image: url("img/menu_title_bg_Center.gif");
    margin:0;
    padding:7px 0 0 0;
    color:White;
}

li.odd_
{
    width: 166px;
    height: 25px;
    display: block;
    background-color:#fff;
    background: url(../templates/default/images/menu_li_a_bg.png) repeat-x #eee6e6;
    text-decoration: none;
    color: #504b4b;
    padding: 0 15px 0 15px;
    line-height: 25px;
}
li.even_
{
    width: 166px;
    height: 25px;
    display: block;
    background-color:#f1e9dc;
    background: url(../templates/default/images/menu_li_a_bg.png) repeat-x #eee6e6;
    text-decoration: none;
    color: #504b4b;
    padding: 0 15px 0 15px;
    line-height: 25px;
}

.debug
{
    color:Red;
    font-size:13px;
    font-family:Courier New;
}