div.yellowbox
{
	 background-color:#FFFFFF;
	 border:1px solid black;
	 border-bottom:none;
	 height:100%;
}

.templatesItem
{
	border-bottom:1px solid black;
	padding:3px;
	padding-top:10px;
	padding-bottom:10px;
}

a.tmplatelink:visited  
{
	color: black; text-decoration: none;
	width:140px;
	background-image:url("Images/smallarrow.gif") ;
	padding-left:8px;
	background-repeat:no-repeat;
	background-position:left center; 
}
a.tmplatelink:link  
{
	color: blue; text-decoration: none;
	width:140px;
	background-image:url("Images/smallarrow.gif") ;
	padding-left:8px;
	background-repeat:no-repeat;
	background-position:left center; 
}
a.tmplatelink:active  
{
	color: black; text-decoration: none;
	width:140px;
	background-image:url("Images/smallarrow.gif") ;
	padding-left:8px;
	background-repeat:no-repeat;
	background-position:left center; 
	
}
/*a.tmplatelink:hover   
{
	cursor:pointer; color:white; background-color: blue;
	width:140px;
	background-image:url("Images/smallarrow.gif") ;
	padding-left:8px;
	background-repeat:no-repeat;
	background-position:left center; 
	
}*/

.menuItem .labelleftpanel
{
	margin-right:5px;
}

.leftpanel
{
	width:18%;
	float:left;
	
}

.rightpanel
{
}

.datarow
{
	 background-color:#FFFFFF;
}

.alternatingdatarow
{
    BACKGROUND-COLOR: #FFFFFF;
}


.datarowtitle
{
	 background-color:#FFFFFF;
	 font-weight:bolder;
	 padding:5px;
}

.dataviewheader
{
	background-color:#E9E9E9;
	color:black;
	padding-bottom:3px;
	padding-top:3px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding-left: 3px;
	border: 1px solid black;
}

.dataviewheader a
{
	color:White;
}


.admindataviewitem
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left: 3px;
}

.loginleftcol
{
	float:left;
	width:120px;
	text-align:right;
	padding-right:10px;
}

.noinput input
{
	display:none;
}

.selecteddatarow
{
    BACKGROUND-COLOR: #33eacc;
    
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}