body{
	background:#414549 none repeat scroll 0%;
	margin:0px;
	padding:0px;
}
.ControlPanel, .PagingTable {
    width:100%;
    background-color:#ffffff;
    /* background-color:#E6E6DC; */
    BORDER-RIGHT:#ffffff 1px solid; 
    BORDER-TOP:#ffffff 1px solid; 
    BORDER-LEFT:#ffffff 1px solid; 
    BORDER-BOTTOM:#ffffff 1px solid; 
}

.SkinObject {
    font-weight:bold;
    font-size:8.5pt;
    color:#990000;
    font-family:Tahoma, Arial, Helvetica;
    text-decoration:none;
}

A.SkinObject:link {
    text-decoration:none;
    color:#C86000;
}

A.SkinObject:visited  {
    text-decoration:none;
    color:#C86000;
}

A.SkinObject:hover    {
    text-decoration:none;
    color:#C86000;
}

A.SkinObject:active   {
    text-decoration:none;
    color:#2854AB;
}

/* style for module titles */
.Head   {
    font-family:Tahoma, Arial, Helvetica;
    font-size:20px;
    font-weight:normal;
    color:#A30A28;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    font-weight:bold;
    color:#A30A28;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    font-weight:bold;
    color:#545454;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled{
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    font-weight:normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled{
    color:#1E4B84;
}

/* text style used for rendered text which requires emphasis */
.NormalBold{
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    font-weight:bold
}

/* text style used for error messages */
.NormalRed{
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;
    font-weight:bold;
    color:#ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem{
    background-color:White;
    color:Red;
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    font-weight:normal;
}
.DataGrid_Container{
	background-color:Transparent;
}
.DataGrid_Footer{
    background-color:White;
}
.DataGrid_Header{
    background-color:Transparent;
    color:Black;
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    font-weight:bold;
    text-align:center;
}
.DataGrid_Item{
    background-color:Transparent;
    color:Black;
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    font-weight:normal;
}
.DataGrid_SelectedItem{
    background-color:Silver;
    color:Blue;
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    font-weight:normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    font-weight:normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:underline;
    color:#666;
}

A.CommandButton:visited{
    text-decoration:underline;
    color:#666;
}

A.CommandButton:hover{
    text-decoration:underline;
    color:#333;
}

A.CommandButton:active{
    text-decoration:underline;
    color:#666;
}

/* button style for standard HTML buttons */
.StandardButton{
	padding-right:5px;
	padding-left:5px;
	font-weight:normal;
	font-size:11px;
	background:#B82201;
	color:#ffffff;
	font-family:Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family:Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight:normal;
    color:#B72300;
}

H2  {
    font-family:Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight:normal;
    color:#B72300;
}

H3  {
    font-family:Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight:normal;
    color:#B1B1B1;
}

H4  {
    font-family:Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight:normal;
    color:#B1B1B1;
}

H5, DT  {
    font-family:Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight:bold;
    color:#B1B1B1;
}

H6  {
    font-family:Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight:bold;
    color:#B1B1B1;
}

TFOOT, THEAD    {
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;
    color:#B1B1B1;
}

TH  {
    vertical-align:baseline;
    font-family:Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight:bold;
    color:#B1B1B1;
}

A:link{
    text-decoration:none;
    color:#C86000;
}

A:visited   {
    text-decoration:none;
    color:#C86000;
}

A:hover {
    text-decoration:underline;
    color:#C86000;
}

A:active    {
    text-decoration:none;
    color:#C86000;
}

SMALL   {
    font-size:8px;
}

BIG {
    font-size:14px;
}

BLOCKQUOTE, PRE {
    font-family:Lucida Console, monospace;
}


UL LI   {
    list-style-type:square;
}

UL LI LI    {
    list-style-type:disc;
}

UL LI LI LI {
    list-style-type:circle;
}

OL LI   {
    list-style-type:decimal;
}

OL OL LI    {
    list-style-type:lower-alpha;
}

OL OL OL LI {
    list-style-type:lower-roman;
}
OL UL LI   {
    list-style-type:disc;
}

HR {
    color:#B1B1B1;
    height:1pt;
    text-align:left
}

/* Page */
.StandardWidth {
	background-color:#E6E6DC;
	width:871px;
}
.FullHeight {
	height:100%;
}
.FullWidth {
	width:100%;
}
.OuterTable {
	width:100%;
	/* height:100%; */
}
.software_padd01{
	padding-top:55px;
	padding-bottom:50px;
}
.software_padd02{
	padding-top:4px;
	padding-right:20px;
}
.software_padd03{
	padding-top:2px;
}
.software_padd04{
	padding-top:10px;
}
.software_padd05{
	padding:0px 0px 6px 0px;
}

/* Rounded corners */
.software_topbg01{
	background-image:url(Software_topbg01.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:11px;
}
.software_topbg02{
	background-image:url(Software_topbg02.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:11px;
}

/* Rounded corners */
.software_bottombg01{
	background-image:url(Software_bottombg01.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:9px;
}
.software_bottombg02{
	background-image:url(Software_bottombg02.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:9px;
}

/* Banner */
.software_bannerbg01{
	/* background-image:url(Software_bannerbg01.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:182px; */
}
.software_bannerbg02{
	/* background-image:url(Software_bannerbg02.jpg);
	background-repeat:repeat-x;
	height:182px; */
}
.software_bannerbg03{
	/* background-image:url(Software_bannerbg03.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:182px; */
}

/* Flag */
.flag{
	padding:5px 0 7px 0;
}

/* Tool bar */
.software_datebg01{
	background-color:#404040;
	/* background-image:url(Software_datebg01.jpg);
	background-repeat:no-repeat; */
	width:20px;
	height:25px;
}
.software_datebg02{
	background-color:#404040;
	/* background-image:url(Software_datebg02.jpg);
	background-repeat:no-repeat; */
	background-position:center top;
	height:25px;
}
.software_datebg03{
	background-color:#404040;
	/* background-image:url(Software_datebg03.jpg);
	background-repeat:repeat-x; */
	height:25px;
}
.software_datebg04{
	background-color:#404040;
	/* background-image:url(Software_datebg04.jpg);
	background-repeat:no-repeat; */
	width:12px;
	height:25px;
}

/* Copyright */
.vevay_copyrightbg01{
	background-color:#404040;
	/* background-image:url(vevay_copyrightbg01_green.jpg);
	background-repeat:no-repeat;
	background-position:left; */
	height:35px;
}
.vevay_copyrightbg02{
	background-color:#404040;
	/* background-image:url(vevay_copyrightbg02_green.jpg);
	background-repeat:repeat-x; */
	height:35px;
}
.vevay_copyrightbg03{
	background-color:#404040;
	/* background-image:url(vevay_copyrightbg03_green.jpg);
	background-repeat:no-repeat;
	background-position:right; */
	height:35px;
}

/* Search */
.searchfield{
	/* padding:7px 0px 0px 0px; */
}
.software_searchbg01{
	background-image:url(vevay_searchbg.jpg);
	background-repeat:no-repeat;
	/* background-position:7px 1px; */
	padding:5px 2px 2px 2px;
	height:21px;
	vertical-align:middle;
	width:132px;
}
.software_searchbg02{
	/* background-image:url(Software_searchbg02.jpg); */
	/* background-repeat:no-repeat; */
	padding:3px 2px 2px 2px;
	height:19px;
	width:132px;
}
.SearchButton{
	background:transparent;
	padding:0px 0px 20px 20px;
	cursor:hand; 
	font-size:1px;
	margin:0 0 0 0px;
	vertical-align:top;
}
#dnn_dnnSEARCH_txtSearch{ 
	background:transparent;
	border:0px solid #FFF;
	color:#000000; 
	padding:1px 2px 2px 2px; 
	cursor:text; 
	font-size:11px;
	height:21px;
	/* height:20px; */
	text-align:left; 
	vertical-align:middle;
	width:100px;  
}

/**/

.MainMenu_MenuContainer {	
	background-color:Transparent;
	background-position:top;
   margin:0px auto;
}
.MainMenu_MenuBar {
}

.RootItem TD{
	background-image:none;
	background-color:transparent;
	color:#E3DFDE;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	padding:0px 10px 0px 10px;
}
.RootItemActive TD{
	background-image:none;
	background-color:transparent;
	color:#E3DFDE;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	padding:0px 10px 0px 10px;
}
.RootItemSelected TD{
	background-image:none;
	background-color:transparent;
	color:#FAEBE6;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	padding:0px 10px 0px 10px;
}
.RootItemBreadCrumb TD{
	background-image:none;
	background-color:transparent;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	padding:0px 10px 0px 10px;
}
.MainMenu_MenuItem {
	cursor:hand; 
	color:#C6C6C6; 
	font-size:11px; 
	font-weight:normal; 
	font-style:normal; 
	background-position:top;
	border-left:#FFFFFF 0px solid; 
	border-bottom:#3BA5BF 0px solid; 
	border-top:#3BA5BF 0px solid; 
	border-right:#FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor:pointer; 
	cursor:hand; 
	background-position:top;
	background-color:#000000; 
	border-left:#3BA5BF 0px solid; 
	border-bottom:#3BA5BF 0px solid; 
	border-top:#3BA5BF 0px solid; 
	text-align:center; 
	width:15; 
	height:20;
}
.MainMenu_SubMenu {
	border-bottom:#363636 1px solid; 
	border-left:#363636 1px solid; 
	background-position:top;
	border-top:#363636 1px solid;  
	border-right:#363636 1px solid; 
	z-index:1000; 
	cursor:pointer; 
	cursor:hand; 
	background-position:top;
	background-color:#363636; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
   margin-top:3px;
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color:transparent;
	cursor:hand; 
	color:#FAEBE6;
	background-position:top;
	font-size:11px; 
	font-weight:normal; 
	font-style:normal;
	height:20px;
}
.MainMenu_MenuArrow {
   display:none;
}
.MainMenu_RootMenuArrow {
   display:none;
}
.Main {
	border-right:#AAAAAA 1px solid; 
	border-left:#AAAAAA 1px solid; 
	background-position:top;
}
/**/
.ModuleTitle_MenuContainer {
	border-bottom:blue 0px solid; 
	border-left:blue 0px solid; 
	border-top:blue 0px solid; 
	border-right:blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor:pointer; 
	cursor:hand;
	height:16;
	background-color:Transparent;
}
.ModuleTitle_MenuItem {
	cursor:pointer; 
	cursor:hand; 
	color:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight:normal; 
	font-style:normal; 
	border-left:white 0px solid; 
	border-bottom:white 0px solid; 
	border-top:white 0px solid; 
	border-right:white 0px solid;
	background-color:Transparent;
}
.ModuleTitle_MenuIcon {
	cursor:pointer; 
	cursor:hand; 
	background-color:#333; 
	border-left:#333 1px solid; 
	border-bottom:#333 1px solid; 
	border-top:#333 1px solid; 
	text-align:center; 
}
.ModuleTitle_SubMenu {
	z-index:1000; 
	cursor:pointer; 
	cursor:hand; 
	background-color:#333; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0); 
	border-bottom:#000 1px solid; 
	border-left:#000 1px solid; 
	border-top:#000 1px solid; 
	border-right:#000 1px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom:#000 1px solid; 
	border-left:#000 0px solid; 
	border-top:#000 1px solid;  
	border-right:#000 0px solid; 
	background-color:#000; 
	height:1px;
}
.ModuleTitle_MenuItemSel {
	cursor:pointer; 
	cursor:hand; 
	color:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight:normal; 
	font-style:normal;
	background-color:#666;
	border:1px solid #333;
}
.ModuleTitle_MenuArrow {
   display:none;
}
.ModuleTitle_RootMenuArrow {
   display:none;
}
/**/

#skin071221 .rootmenuitemselected DIV{ background:url(Software_menubg01.jpg) left top no-repeat #B82201; margin-top:-1px;}
#skin071221 .rootmenuitembreadcrumb DIV{ background:url(Software_menubg01.jpg) left top no-repeat #B82201; margin-top:-1px;}
#skin071221 .rootmenuitemselected DIV DIV{background:url(Software_menubg02.jpg) right top no-repeat; height:64px; margin-top:0px; color:#fff; font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;}
#skin071221 .rootmenuitembreadcrumb DIV DIV{ background:url(Software_menubg02.jpg) right top no-repeat; height:64px; margin-top:0px; font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;}

/**/
.contentpane{
	padding:0px;
}
.toppane01{
	padding:0px 4px 0px 4px;
}
.toppane02{
	padding:0px 4px 0px 4px;
}
.leftpane01{
	padding:0px 4px 0px 0px;
}
.leftpane{
	padding:0px 4px 0px 4px;
}
.rightpane01{
	padding:0px 4px 0px 4px;
}
.rightpane{
	padding:0px 4px 0px 4px;
}
.bottompane01{
	padding:0px 4px 0px 4px;
}
.bottompane02{
	padding:0px 4px 0px 4px;
}

/**/
.login, A.login:link, A.login:visited, A.login:active{ 
	/* background:url(Software_loginbg.jpg) no-repeat left; */
	background-color:#404040;
	color:#FFF;
	float:right;
	font-family:tahoma; 
	font-size:11px; 
	font-weight:bold; 
	text-decoration:none; 
	/* height:35px; */
	padding:0px 12px 0 0px; 
	/* margin:0 0px 0 16px; */
}
A.login:hover{
	/* background:url(Software_loginbg.jpg) no-repeat left; */
	color:#C86000; 
	font-family:tahoma; 
	font-weight:bold; 
	font-size:11px; 
	text-decoration:none;
	padding:0px 12px 0 0px;
}
.copyright, A.copyright:link, A.copyright:visited, A.copyright:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
A.copyright:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active{
	color:#000;
	font-size:10px; 
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none; 
}
A.breadcrumb:hover{ 
	color:#9C9B9B; 
	font-weight:normal; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none; 
}
.currentdate{ 
	color:#000; 
	font-weight:normal; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 7px 0px;
	/* position:relative; */
	text-decoration:none; 
}

/**/
.software_font01{
	font-size:14px;
	/* font-size:11px; */
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	/* color:#9B9B9B; */
	line-height:120%;
}
.software_font02{
	font-size:14px;
	/* font-size:11px; */
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	/* color:#9B9B9B; */
	line-height:120%;
	font-weight:bold;
}

