,/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
    width: 700;    
    height: 100%;
    background-color: #FEFEFE;
}
.skinmaster
{
    height: 100%; /*background-color: #F3F5FA;
    border-right: #7994CB 1px solid;
    border-top: #7994CB 1px solid;
    border-left: #7994CB 1px solid;
    border-bottom: #7994CB 1px solid;*/
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.skinheader
{
}
.skingradient
{
    background-image: url(gradient_DkBlue.jpg);
    height: 30px;
}
.controlpanel
{
    width: 100%;
    background-color: #DFE5F2;
}
.toppane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.leftpane
{
    width: 175px;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.contentpane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.rightpane
{
    width: 175px;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.bottompane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.MainMenu_MenuItem td, .MainMenu_MenuItemSel td
{
	padding-left: 20px;
	padding-right: 20px;
}

.MainMenu_MenuContainer
{
    background-color: transparent;
    width:100%;
    text-transform:uppercase;    
    font-family:Arial;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: Transparent;    
    width:100%;
}
.MainMenu_MenuItem ,.MainMenu_MenuItemSel
{
    font-family: Arial;
    text-transform:uppercase;
    font-size: 12pt;    
}

.MainMenu_MenuItem
{
    border-left: #CAD5EA 0px solid;
    border-bottom: #CAD5EA 1px solid;
    border-top: #CAD5EA 1px solid;
    border-right: #CAD5EA 0px solid;
    cursor: pointer;
    cursor: hand;
    color: black;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;   
}
.MainMenu_MenuIcon
{
    background-color: #CAD5EA;
    border-left: #CAD5EA 1px solid;
    border-bottom: #CAD5EA 1px solid;
    border-top: #CAD5EA 1px solid;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    background-color: #CAD5EA;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak
{
    height: 1px;    
}
.MainMenu_MenuItemSel
{
    /*background-color: #8DA4D3;*/
    /*text-decoration:underline;*/
    cursor: pointer;
    cursor: hand;
    color: black;
    font-weight: bold;
    font-style: normal;
}
.MainMenu_MenuArrow
{
    border-right: #CAD5EA 1px solid;
    border-bottom: #CAD5EA 1px solid;
    border-top: #CAD5EA 0px solid;
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}
.StandardButton
{
    background: #7994CB none;
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu
{
    width: 175px;
    background-color: #DFE5F2;
    border-right: #7994CB 1px solid;
    border-top: #7994CB 1px solid;
    border-left: #7994CB 1px solid;
    border-bottom: #7994CB 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header
{
    background-image: url(gradient_LtBlue.jpg);
}
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.YellowButton
{
	background-color: #FFFF00;
	font-family: Tahoma, Arial, Helvetica;
	font-weight:bold;
	font-size: 8pt;
	padding:5px 7px 5px 7px;
	border:1px solid #CCFF00
}
.CampoBusca
{
	margin-right:2px;
	font-size: 8pt;
	font-weight:bold;
	color:#666666;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}
.DNN_FeedbackContent input, .DNN_FeedbackContent textarea
{
	width:300px;
}
.DNN_FeedbackContent
{
	color:#96D01C;
	padding-left:40px;
}
.DNN_LinksContent img
{
	vertical-align:text-bottom;
}

.TitleHead{
	white-space:nowrap;
	font-size:10pt;	
}

