/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.portlet {
     position: relative;
     margin: 5px auto;
	 font-size: 100%;
}

.portlethead {
	 margin: 0;
	 padding: 0;
	 text-align: center;
}

.portletheadcontent {
	 position: relative;
	 margin: 0;
	 padding-top: 4px;
	 padding-bottom: 3px;
	 padding-left: 12px;
	 right: 15px;
	 color: white;
	 display: block;
	 height: 18px;
}

.portletlabel {
     position: relative;
	 float: center;
	 top: 5px;
	 font-weight: bold;
}

.portletcontrol {
     position: relative;
	 top: 5px;
	 float: right;
}

.portletbody {
	 margin: 0;
	 padding: 0;
}


.portletbodycontent {
	 position: relative;
	 margin: 0;
	 padding-top: 2px;
	 padding-bottom: 8px;
	 padding-left: 10px;
	 right: 15px;
}

.portletiframe {
	height:460px;
	width:365px;
	background: transparent;
}

.portletiframe a {
	color: blue;
	text-decoration: none;
}

.portletiframe a:hover { 
   text-decoration: underline;
}

#GameList {
	width: 355px;
    border-left: 1px solid #b1bacd;
    border-right: 1px solid #b1bacd;
    border-bottom: 1px solid #b1bacd;
}

#SplashBoard {
	width: 355px;
	padding-top: 2px;
}

#SplashHiddenBoard {
	width: 355px;
	padding-top: 2px;
	-moz-opacity:.55;
	opacity:.55;
}

#AjaxGameContainer {
	margin-top: 2px;
	padding: 0px;
	position: relative;
	text-align: center;
}

#Comments {
	position: relative;
	margin-top: 2px;
	height: 14px;
	clear:both;
	text-align: center;
}

#Controls {
	position: relative;
	width: 355px;
	height: 70px;
	margin-top: 5px;
	overflow: none;
}

#Links {
	clear: both;
	position: relative;
    width: 355px;
    margin: 0px;
}

#MenuBar {
	width: 357px;
	margin-top: 3px;
	border: 0px;
}

#MenuContainer {
	overflow: auto;
    border-left: 1px solid #b1bacd;
    border-bottom: 1px solid #b1bacd;
    margin: 0px;	
}

.menuitem {
	float: left;
	padding: 4px 6px 4px 6px;
    border-right: 1px solid #b1bacd;
    border-top: 1px solid #b1bacd;
}

.return {
	position: relative;
	clear: right;
	margin-right: 3px;
	margin-top: 3px;
	float: right;
}

#Content {
	margin-top: 0px;
	border-right: 1px solid #b1bacd;
	border-left: 1px solid #b1bacd;
	border-bottom: 1px solid #b1bacd;
	width: 355px;
}

#Info {
	 text-align: left;
	 width: 320px;
}

.selected {
    background: #001455;
    color: white;
}
