/* General Styles */

body
{
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

h1
{
	color: #006DB0;
	font-size: 24px;
}

h2
{
	color: #333333;
	font-size: 18px;
}

/* Master Page Styles */

body
{
	margin: 0px;
	background-color: #e6e6e6;
	width: 100%;
	height: 100%;
	float: left;
}

#wms-main
{
	width: 100%;
	height: 100%;
	float: left;
}

#wms-container
{
	width: 952px; /* necessary? */
	height: 100%;
}

#wms-leftshad, #wms-rightshad
{
    background-repeat: repeat-y;
}

#wms-leftshad
{
    background: #ffffff url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/leftshad.jpg) left repeat-y;
    float: left;
    padding-left: 6px;
    width: 946px; /* apparently IE needs this to be set to correctly contain floats */
}

#wms-rightshad
{
    background: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/rightshad.jpg) right repeat-y;
    float: right;
    padding: 15px 36px 30px 30px;
    width: 880px; /* apparently IE needs this to be set to correctly contain floats */
}

#wms-botshad
{
	width: 940px;
	background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/botshad.jpg);
	background-repeat: repeat-x;
	height: 6px;
	float: left;
	margin-left: 6px;
}

.wms-header
{
	float: left;
	margin-bottom: 12px;
	width: 880px;
}

.wms-logo
{
	float: left;
}

.wms-headtext
{
	float: right;
	color: #545454;
	font-size: 10px;
}

.wms-headtext a
{
	color: #545454;
	font-size: 10px;
	text-decoration: none;
}

.wms-headtext a:hover
{
	color: #545454;
	font-size: 10px;
	text-decoration: underline;
}

.wms-headtext img, .wms-headtext input
{
	vertical-align: middle;
}

.wms-headtext img
{
    border: none;
}

.wms-input
{
	color: #545454;
	font-size: 10px;
	margin-top: 1px;
	padding-left: 5px;
	margin-left: 10px;
	width: 134px;
}

#wms-nav
{
	float: left;
	margin: 0;
	margin-bottom: 30px;
	list-style: none;
	padding: 0;
	height: 31px;
	position: relative; /* needed? */
	width: 880px;
}

#wms-nav li a
{
	display: block;
	float: left;
	height: 31px;
	text-decoration: none;
	text-indent: -9999px; /* don't show the text of the upper-level nodes */
}

#wms-nav img /* only for the first level; a later rule overrides this one */
{
	display: none;
}

#wms-nav li /* only for IE6 */
{
	display: inline;
}

#wms-nav > li /* Does not apply to IE6; may be able to merge this rule with the previous one */
{
	display: block;
	float: left;
}

#wms-nav a
{
    background-position: 0 -31px;
}

#wms-nav .wms-nav-home
{
	background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/home_nav.jpg);
	width: 81px;
}

#wms-nav .wms-nav-ourcompany
{
	background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/company_nav.jpg);
	width: 137px;
}

#wms-nav .wms-nav-games
{
	background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/games_nav.jpg);
	width: 85px;
}

#wms-nav .wms-nav-networkedgaming
{
	background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/network_nav.jpg);
	width: 176px;
}

#wms-nav .wms-nav-platforms
{
	background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/platform_nav.jpg);
	width: 117px;
}

#wms-nav .wms-nav-casinosupport
{
	background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/casino_nav.jpg);
	width: 153px;
}

#wms-nav .wms-nav-forplayers
{
	background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/players_nav.jpg);
	width: 131px;
}

#wms-nav li:hover a, #wms-nav a:hover /* this second one is only for IE6 */
{
	background-position: 0 -62px;
}

#wms-nav li a.wms-selected
{
    background-position: 0 0;
}

#wms-nav table /* only for IE6, evaluate this one for usefulness later */
{
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
	padding: 0;
	width: 0;
	height: 0;
	margin: -1px;
}

#wms-nav ul /* this should just be display: none, but IE6 has issues without everything else */
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;	
	margin: 0;
	padding: 0px;	
	list-style: none;
}

#wms-nav li:hover, #wms-nav a:hover /* The second selector is probably only necessary for IE6 */
{
	position: relative;
}

#wms-nav :hover ul
{
	left: 0;
	top: 31px;
	background: #fff;
	padding: 20px;
	width: 183px;
	border: 1px solid #888;
	height: auto;
}

#wms-nav :hover ul li
{
	display: block;
	height: auto;
	position: relative;
	float: left;
	width: 222px;
	font-weight: normal;
}

#wms-nav ul a
{
	height: auto;
	font-size: 10px;
	font-weight: bold;
	color: #1072ac;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-indent: 0; /* overrides the setting from the upper level */
}

#wms-nav :hover ul a
{
	display: block;
	height: auto;
	width: 183px;
	padding: 0px;
	cursor: pointer;
}

#wms-nav ul .wms-nav-home,
#wms-nav ul .wms-nav-ourcompany,
#wms-nav ul .wms-nav-games,
#wms-nav ul .wms-nav-networkedgaming,
#wms-nav ul .wms-nav-platforms,
#wms-nav ul .wms-nav-casinosupport,
#wms-nav ul .wms-nav-forplayers
{
	background-image: none;
}

#wms-nav ul :hover
{
	color: #76bfe7;
}

#wms-nav ul img
{
	display: block;
	margin-bottom: 1px;
	margin-top: 1px;
}

#wms-currentNav, #wms-currentNav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#wms-currentNav
{
    border-top: #f1f1f1 solid 1px;
    float: left;
    margin-right: 30px;
    width: 191px;
}

#wms-currentNav a
{
    background: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/leftnav_arrow.jpg) no-repeat;
    border-bottom: #f1f1f1 solid 1px;
    color: #333333;
    display: block;
    font-size:11px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration: none;
}

#wms-currentNav a:hover
{
	text-decoration: underline;
}

#wms-currentNav .wms-currentPath
{
	color: #006db0;
}

#wms-currentNav .wms-current
{
    background-color: #f1f1f1;
    background-image: url(http://media.corporate-ir.net/Media_Files/IROL/76/76037/redesign09/images/leftnavselected_arrow.jpg);
}

#wms-currentNav ul a
{
	padding-left: 34px;
}

#wms-currentNav ul a, #wms-currentNav ul .wms-current
{
    background-image: none;
}

#wms-pageContent
{
	width: 880px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

.wms-includeCurrentNav #wms-pageContent
{
    float: left;
    width: 659px;
}

.wms-headtext li, .wms-sitemap li
{
	display: inline;
	padding-right: 8px;
}

.wms-sitemap
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #8c8c8c;
	width: 608px;
	float: left;
}

.wms-sitemap a
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #8c8c8c;
}

.wms-stocktext
{
	vertical-align: text-top;
	float: right;
	font-family: arial, sans-serif;
	font-size: 11px;
	word-spacing: 3.8pt;
	color: #8c8c8c;
	background-color: #e6e6e6;
}

.wms-stocktext .ms-WPBody
{
	background-color: #e6e6e6 ! important;
}

.wms-footer
{
	background-color: #e6e6e6;
	padding-top: 10px;
	width: 940px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: text-top;
	float: left;
	padding-left: 6px;
}

/* Home Page Styles */

.wms-home tr
{
	float: left;
	background-color: #FFF;
}

.wms-home .wms-flash
{
    /* width: 880px; */
}

.wms-home .wms-flash img, .wms-home .wms-flash object
{
	padding-bottom: 30px;
}

.wms-home .wms-callouts, .wms-home .wms-callouts2
{
	vertical-align: top;
	float: left;
	width: 200px;
	padding-right: 21px;
}

.wms-home .wms-news
{
	float: left;
	width: 217px;
	color: #666666;
	font-size: 11px;
	padding: 0;
	vertical-align: top;
}

.wms-home .wms-news a
{
    color: #006db0;
    text-decoration: none;
}

.wms-home .wms-news a:hover
{
    text-decoration: underline;
}

/* Base Theme Page */
.wms-theme .wms-themeLogo
{
    height: 68px;
}

/* .wms-theme .wms-themeLogo div, span, img     do something here to align the image at the bottom */

.wms-theme .wms-themeDescription
{
    float: left;
    margin-right: 30px;
    width: 484px;
}

.wms-theme .wms-supportingContent
{
    float: left;
    width: 145px;
}

.wms-headtext ul {width: 100%;}
