body{
background-color: #152526;
}
.CommandButton {
	color: #FFFFFF;
}

.skinwrapper{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.skinheader{
}
.skinmenu{
	background-image: url(Top5Back.gif);
	text-align: right;
}
.skinuser{}
.skincontentstable{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.leftpane{
	width: 250px;
	background-image: url(leftpane_fondo.gif);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
.contentpane{
	background-image: url(content_fondo.gif);
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	text-align: center;
}
.rightpane{}
.skinfooter{
	background-color: #FFFFFF;
	background-image: url(footer_fondo.gif);
	height: 22px;
	width: 750px;
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	vertical-align: middle;
}
.skinfooter1 {
	background-image: url(bottom.gif);
	width: 750px;
	height: 60px;
}
.footertable {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/* Menu */
.MainMenu_MenuItemSel { background:transparent; }
.MainMenu_MenuItem a:link
{ 
	color:#325167;
	font:bold 8pt Tahoma;
	border:0px; 
}

.MainMenu_MenuItem a:hover
{
	color:#999999;
	font:bold 8pt Tahoma;
	border:0px;
}
.submenu
{	
	cursor:pointer; 
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	cursor: hand;		
	margin-left:5px;
	background:#FFFFFF repeat-x;
	padding-right:23px;
	z-index:4;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color: #ffffff;
	text-align: center;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #ffffff;
	text-align: center;
}

A.CommandButton:visited  {
	color: #ffffff;
	text-align: center;
}

A.CommandButton:hover    {
	color: #ffffff;
	text-align: center;
}
    
A.CommandButton:active   {
	color: #ffffff;
	text-align: center;
}

/* button style for standard HTML buttons */
.StandardButton     {
color: #ffffff;
}
/* style of item titles on edit and admin pages */
.SubHead    {
	color: #ffffff;
	font-weight: bold;
}
/* text style used for most text rendered by modules */
.Normal
{
	color: #FFFFFF;
}
/* style for module titles */
.Head   {
	font-weight: bold;
	color: #CCCCCC;
}
/* style of item titles by Announcements and events */
.ItemTitle    {
	color: #FFFFFF;
	font-weight: bold;
}



