/*
menu background #ffcc66
*/
/*solpart menu*/
.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #ffcc66 0px solid;
	border-bottom: #ffcc66 1px solid;
	border-top: #ffcc66 1px solid;
	border-right: #ffcc66 0px solid;
	padding:3px 0px 3px 0px;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #ffcc66;
	border-left: #ffcc66 1px solid;
	border-bottom: #ffcc66 1px solid;
	border-top: #ffcc66 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #ffcc66;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #b38f47 1px solid;
	border-left: #b38f47 1px solid;
	border-top: #b38f47 1px solid;
	border-right: #b38f47 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #ffcc66 1px solid;
	border-left: #ffcc66 0px solid;
	border-top: #ffcc66 1px solid;
	border-right: #ffcc66 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #ca322f;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	padding:3px 0px 3px 0px;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #ffcc66 1px solid;
	border-bottom: #ffcc66 1px solid;
	border-top: #ffcc66 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


/**********************

custom css

***********************/
/* 
	body background #cc9866
	menu background #ffcc66 
	text background #ffffcc
*/

body{margin:0px;background: url(bg_body.jpg) repeat-x #cc9866;}
.normal{font-size:10pt;font-family:verdana,tahoma,arial,sans-serif;}
h1,h2,h3,h4,h5,h6{color:#cc3333; font-weight:900;font-family:georgia,tahoma,verdana,helvetica,arial,sans-serif;}
h1{font-size:1.8em;}
h2{font-size:1.5em;}
h3{font-size:1.2em;}
h4{font-size:1.0em;}
h5{font-size:.8em;}
h6{font-size:.6em;}
A:link{color:#0000ef;}
A:visited{color:#5500ef;}
A:active{color:#0000ef;}
a:hover{text-decoration:underline;}

.Head{font-size:1.5em;}

hr{background:url(/Portals/_default/skins/ButterTea/images/masthead_fabric.gif) repeat-x #cc3333; width: 100%;height:15px;border:0px;}

#masthead{background:url(/Portals/_default/skins/ButterTea/images/masthead_image2.jpg) repeat-x #ffcc66 ; width:760px; height: 95px; text-align:right;vertical-align:bottom;}
.searchbox_skinobj{padding:5px;}
a.searchboxtext{color:#555;font-size:.8em;font-weight:bold;font-family:tahoma,arial,verdana;}

#containertable {margin-top:5px;background-color:#ffcc66;}
.masthead_fabric {background: url(/Portals/_default/skins/ButterTea/images/masthead_fabric.gif) repeat-x #ffcc66;}

.LeftPane{padding:30px 0px 10px 0px;background-color:#ffffcc;width:196px;height:250px;}
.ContentPane{padding:0px 15px 10px 0px;background-color:#ffffcc;width:510px;}
.LeftPane_leftpanewide{padding:0px 0px 10px 0px;background-color:#ffffcc;width:276px;height:250px;}
.ContentPane_leftpanewide{padding:0px 15px 10px 0px;background-color:#ffffcc;width:430px;}
.ContentPane_1column{padding:15px 15px 10px 0px;background-color:#ffffcc;width:100%;}


.login{padding:5px;background-color:#ffffcc;color:#777;font-size:8pt;font-family:verdana;}
a.login{color:#777;text-decoration:none;}
a:link.login{color:#777;}
a:visited.login{color:#777;}
a:hover.login{color:#333;}

.footer{color:#555;text-align:center;padding:5px;background-color:#ffffcc;font-size:8pt;font-family:verdana;}
.copyright{color:#555;font-size:8pt;font-family:verdana;}

.contentleft{border-left:solid 2px #ffcc66;background-color:#ffffcc;}
.corner_columns{background-color:#ffffcc;}

/* for languagelinks skinobject */
div.flags {display:inline;}
.flags ul{list-style:none; display:inline; margin-left:0px;margin-right:2px;}
.flags ul li{display:inline; margin-left:0px; padding: 1px;}
.flags a{color:#fff; text-decoration:none;}
.flags a img{border:none;margin-left:1px;}
