/*
    Document   : stylesheet
    Created on : 19 Dec, 2009, 1:16:19 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body {
height: 100%;
}


root {
    display: block;
}


#bodycontent{
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:5.25mm ;


}

.sideborder{
	border-right-color:#FF8C1A;
}

.tdborder{
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:#FF8C1A thin solid ;
        margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.buttonfontcolor{
	color:#F60;
}

.buttoncss{
	background-color:#b94270;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
}
td.buttoncss:hover{
text-decoration:none;
font-weight:bold;
background-color:#DD0055;
color:#FFF;
cursor:pointer;
}

#logintable{
 height:100%;
}

.tableborder{

	border:#083F91 thin solid ;
        height:100%;


}
.copyright{
	font-size:10px;
	color:#000001;
        border:none;
}

.tablehead{

    font-weight:bold ;
    color:#FFFFFF;
    font-size:11px;
    font-family:sans-serif ;
    background:gray center;
    text-transform:uppercase;
}

.tableboder{
    border-color:#083F91;
    border-style:solid;
    border-width:thin;

}

.sidebarlink{
text-decoration:none;
cursor:pointer;


}

.sidebarlink:hover{
text-decoration:none;

}

/*
color:#903;
font-weight:bold;
background-color:yellow;
*/
.activesidebarlink{
text-decoration:none;
font-weight:bold;
background-color:#871052;
color:#FFF;
cursor:pointer;
}

.usersidebarlink:hover{
text-decoration:none;
font-weight:bold;
background-color:#DD0055;
color:#FFF;
cursor:pointer;
}


.usersidebarlink{
	background-color:#b94270;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
}
/*.txtfield{
	width:140px;
	height:15px;
	font-size:12px;
    font-family:sans-serif ;
	color:#572D28;
	background:#FFEBD7;


}
.txtareafield{
	width:140px;
	height:45px;
	font-size:12px;
    font-family:sans-serif ;
	color:#572D28;
	background: #FFEBD7;
}*/


        .txtfield {
	font-family: Tahoma;
	font-size: 11px;
	/*color: #000000;
	background-color: #FFFFFF;*/
	height: 18px;
	border: 1px solid #3C619D;
	width:150px;
	padding-right: 5px;
	padding-left: 5px;
}


.txtfieldDisabled {
	font-family: Tahoma;
	font-size: 11px;
	/* background-color: #FFFFFF;*/
	height: 18px;
	border: 1px solid #3C619D;
	width:140px;
	padding-right: 5px;
	padding-left: 5px;
}

.txtareafield {
	font-family: Tahoma;
	font-size: 11px;
	/* background-color: #FFFFFF;*/
	border: 1px solid #005BA6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	line-height: 18px;
}

.listMenu{
	  border:1px solid #999999;
     font-family:tahoma;
	font-size:11px;
   /* color:#606A74;*/
   color:#000000;
}

.sideheading {
	color: #D56A00;
	font-weight:bold;
}
.noneul{
	border:none;
	border-bottom:none;
}


.subbuttoncss{

	cursor:pointer;
	color:#000;
	font-weight:bold;
}

.etable{
	border-color:#BBB;
    border-style:dotted;
    border-width:thin;
}
.etable tr td{
	height:35px;
	border-color:#BBB;
    border-style:dotted;
    border-width:thin;

}

.tablecontent1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	/*color: #000000;*/
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tablecontent2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	/*color: #000000;*/
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.sideheadingname {
	/*color: #000;*/
	font-weight:bold;
}
.sideheadingvalue {
	color: #C00;
	font-weight:bold;
}


a.noborder{
    border:none;
    border-left-color:inactiveborder;
    text-decoration:none;
    border-color:inactiveborder;
}
