* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}

body {
	background-color:#335C85;
	margin:0 auto;
	text-align:center;
}

.General {
	margin: 1px auto;
	width:1000px;
}

/***************** BORDAS */

.TopLeft {
	background-image:url(images/bgTopLeft.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

.TopAreaLeft {
	background-image:url(images/bgTopAreaLeft.jpg);
	background-position:bottom left;
	background-repeat:repeat-y;
	width:20px;
}

.Top {
	background-image:url(images/bgTop.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:21px;
}

.TopRight {
	background-image:url(images/bgTopRight.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:20px;
	height:21px;
}

.TopAreaRight {
	background-image:url(images/bgTopAreaRight.jpg);
	background-position:bottom left;
	background-repeat:repeat-y;
	width:20px;
}

.LeftMenu {
	background-image:url(images/bgLeftMenu.jpg);
	background-position:Right;
	background-repeat:no-repeat;	
	width:20px;
	height:36px;
}

.RightMenu {
	background-image:url(images/bgRightMenu.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:20px;
	height:36px;
}

.Left {
	background-image:url(images/bgLeft.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:20px;
}

.Right {
	background-image:url(images/bgRight.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:20px;
}

.BottomLeft {
	background-image:url(images/bgBottomLeft.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.Bottom {
	background-image:url(images/bgBottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.BottomRight {
	background-image:url(images/bgBottomRight.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:20px;
	height:41px;
}

/******************************************/

.MenuBar {
	background-image:url(images/bgMenu.jpg);
	background-repeat:repeat-x;
	background-position:Top;
}

.TopBar {
	height:135px;
	background-color:#B1C3DB;
}

.LogoPane {
	height:135px;
	width:224px;
}

.ImagePane {
	width:400px;
	height:135px;
}

.PanesArea {
	padding-top:10px;
	padding-bottom:10px;
}

.ContentPane {
	width:60%;
	padding:5px;
}

.CenterBottom
{
	padding:5px;
	text-align:center;
}

.LeftPane {
	width:20%;
	padding:5px;
}

.LeftPaneInternal
{
	width:auto;
	padding:10px 2px 5px;
}

.RightPane {
	width:20%;
	padding:5px;
}

.FooterPane {
	height:20px;
	text-align:center;
	color:#333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.FooterPane a {
	color:#0054A4;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.FooterPane a:visited {
	color:#0054A4;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.FooterPane a:hover {
	color:#333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.Copyright {
	color:#333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.Terms {
	color:#333333;
}

.Privacy {
	color:#333;
}

.Login {
	color:#333;
}

.links,
A.links:link,
A.links:active,
A.links:visited			{font-weight:bold; font-size:12px; color:#0054A4; text-decoration:none}
A.links:hover			{font-weight:bold; font-size:12px; color:#333333; text-decoration:none;}

.h_link{ height:25px;}
.bg_link{ background:#FFFFFF}
.p_lr{ padding-left:10px; padding-right:10px;}
.n{ white-space:nowrap}
/********************* INTERNAL DNN ***********/

.ContentPaneInternal {
	width:auto;
	padding:10px;
}

/********************* MENU DNN ***************/

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #0054A4 0px solid; 
	border-bottom: #0054A4 1px solid; 
	border-top: #0054A4 1px solid; 
	border-right: #0054A4 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	height:20px;
}

.MainMenu_MenuItem td {
	height:30px;
	padding-right:3px;
}

.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_SubMenu {
	background-color: #0054A4;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_SubMenu td {
	height:25px;
	padding:0 3px;
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #96C6E9; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuItemSel td {
	height:30px;
	padding-right:3px;
}

.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/********************* END MENU DNN ***************/

