/* ================================
CSS STYLES FOR E-merge
================================
*/ 

body {
	background: #002955;


}

table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	

}

.Head {
	font-size: 14px;
	color: #4AAEB3;
	font-weight: bold;
}

.ContainerHeadLeft {
	background: url(/dotnetnuke/Portals/0/Skins/FarmWareHouse//dotnetnuke/Portals/0/Skins/TranquilitySkin/header_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerHeadActions {
	background: url(/dotnetnuke/Portals/0/Skins/FarmWareHouse//dotnetnuke/Portals/0/Skins/TranquilitySkin/header_bg.gif) repeat-x bottom;
	padding: 0 0 10px 0;
	width: 1px;
}

.ContainerHeadTitle {
	background: url(/dotnetnuke/Portals/0/Skins/FarmWareHouse//dotnetnuke/Portals/0/Skins/TranquilitySkin/header_bg.gif) repeat-x bottom;
	padding: 0 0 17px 5px;
}

.ContainerHeadRight {
	background: url(/dotnetnuke/Portals/0/Skins/FarmWareHouse//dotnetnuke/Portals/0/Skins/TranquilitySkin/header_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerContent {
	padding: 10px 25px 35px 25px;
}
.Nomral{
	font-family: tahoma;
	font-size: 11px;
}

.leftpane{
	vertical-align:top;
}

.footerpane{
}

a.Normal:link, a.Normal:visited {
	color: #6E8E05;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #6E8E05;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


td.NormalTextBox 
{
	
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}

a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    {
    text-decoration:    underline;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #fff;
	border-top: 1px solid #297EB1;
	border-bottom: 1px solid #297EB1;
	border-left: 1px solid #297EB1;
	border-right: 1px solid #297EB1;
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background:  #4AAEB3;
	height: 20px;
}

a.CommandButton:hover {
	color: #fff;	
	border-top: 1px solid #297EB1;
	border-bottom: 1px solid #297EB1;
	border-left: 1px solid #297EB1;
	border-right: 1px solid #297EB1;
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #294FA3;
	height: 20px;
}

.ContentPane{
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-right: 0;
}