﻿body 
{
    margin:0;
	padding:0;
	border:0px none;
	height:100%;
	font-family: Arial;
	font-size: 10pt;	
}

.block {background-image:url('~/../../../images/blank.jpg')}
    
.block1 {background-image:url('~/../../../images/blank1.jpg')}

.right {text-align:right}

.backgroundBeige
{	background-color:#F7F7E7}

.buttonRed
{	
	background-color:#EB0000;
	color:white;
	font-weight:bold;
	width:80px;
}

.buttonBlue
{	
	background-color:#0040ff;
	color:white;
	font-weight:bold;
	width:80px;
}
.buttonGray 
{	background-color:#f0f0f0;
	width:80px;
}


.lblBlue
{	Color:#3333ff }

.lblRed
{	Color:#EB0000 }

tr.masterheader
{
	background-image:url('~/../../../images/masterheader_n.jpg');
	background-repeat:no-repeat;
	width:1024px;
	height:200px;
	top:0px;
	margin:auto;
	border-width:0px;
}	

tr.masterfooter
{
	background-image:url('~/../../../images/masterfooter2.jpg');
	background-repeat:no-repeat;
	width:1024px;
	height:30px;
	top:0px;
	margin:auto;
	border-width:0px;
	border-style:none;
	border-spacing:0px;
	padding:0px;
	text-align:center;
}	

td
{
	padding:0px;
	border-style:none;
	border-width:0px;
}

table.masterbody
{
	background-image:url('~/../../../images/mastersidebar2.jpg');
	background-repeat:repeat-y;
	width:1024px;
	margin:auto;
	border-style:none;
	border-width:0px;
	padding:0px;
	border-spacing:0px;
}

tr.mastersidebar
{
	background-repeat:no-repeat;
}

td.mastersidebar
{
	left:0px;
	width:215px;
	top:0px;
	min-height:400px;
	border-style:none;
	border-width:0px;
	vertical-align:top;
	font-weight:bold;
	padding-left:25px;
	font-family:Arial;
}

td.mastercontent
{
	background-image:url('~/../../../images/mastercontent.jpg');
	background-repeat:repeat-y;
	top:0px;
	min-height:400px;
	width:784px;
	border-style:none;
	vertical-align:top;
}

table.item_table
{
	border-color:#5858FA;
	/*border-color:#D7BE98;*/
	border-width:thin;
	border-style:solid;
	border-spacing:0px;
	margin:5px 5px 5px 5px;
}

table.item_table_no_margin
{
	border-color:#D7BE98;
	border-width:thin;
	border-style:solid;
	border-spacing:0px;
	margin:0px 0px 0px 0px;
}

caption.titleBlue
{	background-color:#0431B4;
	font-weight:Bold;
	color:White;	
}

td.item_header
{
	/*background-color:#B81313;*/
	background-color:#0431B4;
	font-weight:Bold;
	color:White;
	height:20px;
}

td.item_header_Red
{
	background-color:#B81313;	
	font-weight:Bold;
	color:White;
	height:20px;
}

td.item_content
{
	font-weight:Normal;
	color:Black;
}

table.gridview
{
	margin:5px 5px 5px 5px;
}
table.detailsview
{
	border-style:none;
	margin:5px 5px 5px 5px;
	border-width:0px;
}

table.login
{
	border-spacing:0px;
	width:500px;
	margin:50px 50px 50px 150px;
}

table.menu
{
	margin:90px 5px;
	width:140px;
}

span.notice_label
{
	margin:5px 5px 5px 5px;
}

table.secuquestion
{
	border-color:#D7BE98;
	border-width:thin;
	border-style:solid;
	border-spacing:0px;
	width:550px;
	margin:50px 50px 50px 150px;
}

ul {line-height: 18px; margin-left:0px; padding-left:0px;}
.nonDeco {text-decoration:none; color:Blue;}
/*.nonDeco {text-decoration:none; color:#0C0CBB;} darkblue*/
/*.nonDeco {text-decoration:none; color:#004F00;} green*/


.treeview ul { /*CSS for Simple Tree Menu*/
margin-bottom: 6px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(images/list.gif) no-repeat left top;*/
background: transparent url(../../images/open.gif) no-repeat left top;
list-style-type: none;
padding-left: 20px;
margin-bottom: 1px;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: transparent url(../../images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
padding-left: 20px;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left: 20px;
}