html,
body
{
	font: normal 12px Verdana;
	margin: 0;
	padding: 0;
	/*background-color:#D1D1D1;*/
	/*background-image:url('http://faq.holdemmanager.com/faq_images/body_background.jpg');*/
	background-repeat:repeat-x;
	height: 100%;
	color: #;
}

table
{
    width:100%!important;
}

input,
select,
textarea
{
	font-family: Verdana;
	color: #666;
}

#bgcontain
{
	width: 982px;
	margin: 0 auto;
	background-color:#FFF;
}

/* Panel.TitlePanel - Panel.PageHeader */
.header
{
	margin: 0 auto;
	width: 982px;
}

h1
{
	color: #59738F!important;
	padding: 18px 0 0 40px!important;
	margin: 0!important;
	font: bold 28px "Lucida Sans", Tahoma, Verdana, sans-serif!important;
	letter-spacing: -1px!important;
	height: 36px!important;
}

h1 a
{
	color: #59738F!important;
	text-decoration:none!important;
}

ol
{
    list-style-type: decimal!important;
}

/* Panel.TitlePanel - Navigation*/
.nav
{
	background: #fff;
	padding: 0;
	margin: -5px 0 15px 25px;
}

/* Panel.TitlePanel - Navigation Links */
.nav a:link,
.nav a:active,
.nav a:visited
{
	text-decoration : underline;
	color : #59738F;
	border: 0;
}

.nav a:hover
{
	text-decoration : underline;
	color : #59738F;
	border: 0;
}

/* Panel.TitlePanel - Breakcrumb*/
.nav .breakcrumb
{
	padding: 0px 20px 5px 15px;
	margin: 0 15px;
}

.nav .breakcrumb ul
{
	padding: 0px;
	margin: 0;
}

.nav .breakcrumb li
{
	font-size: 10px;
	margin: -2px 7px 0 0;
	list-style-type: none;
	display: inline;
        line-height: 15px;
}

.nav .breakcrumb li strong
{
	letter-spacing: -1px;
}

.nav .breakcrumb li a
{
	color: #59738F;
}

.nav .breakcrumb li a:hover
{
	color: #CCC;
}

/*.........................................................................
	Nav (from HoldemManager.com)
.........................................................................*/

/* Begin Top Nav (News, About Us, Account, Cart) */

#top_nav
{
	min-height: 25px;	
}

ul#top_nav
{
	list-style: none;
	height: 18px;
	float: right;
	margin-top: -35px;
}

	ul#top_nav li
	{
		float: left;
	}

	ul#top_nav li a
	{
		font: bold 11px "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
		color: #CCCCCC;
		border-right: 1px solid #CCC;
		text-transform: uppercase;
		text-decoration: none;
		padding: 0 7px;
	}

		ul#top_nav li.no_border a
		{
			border-right: none;
		}

			ul#top_nav li a:hover {
				color: #000;
			}

			ul#top_nav li a.active {
				color: #000;
			}

/* End Top Nav */


/* Begin Main Nav (Hold'em Manager, Omaha Manager, Add Ons, Support) */

#main_nav_background
{
	width: 982px;
	height: 50px;
	background-image: url(http://faq.holdemmanager.com/faq_images/mainNav_faq_background.jpg);
	background-repeat: no-repeat;
}

*:first-child+html #main_nav_background
{
	margin-top: -30px;
} 

* html #main_nav_background
{
	margin-top: -5px;
}

#main_nav_container
{
	padding: 8px 0 0 170px;
	margin-top: -30px;
}

* html #main_nav_container
{
	padding: 8px 0 0 140px;
	margin: -30px 0;
}

*:first-child+html #main_nav_container
{
	margin-top: 0px;
}

* html #main_nav_container
{
	margin-top: 0px;
}

.menu
{
	width: 650px;
	height: 32px;
	position: relative;
	font-family: Arial, sans-serif;
	height: 40px;
}

	.menu ul
	{
		padding: 0px;
		margin: 0;
		list-style-type: none;
		text-align: center;
	}

	.menu ul ul
	{
		width: 140px;
                z-index: 100;
	}

	.menu li
	{
		float: left;
		position: relative;
		text-transform: uppercase;
	}

	.menu a, .menu a:visited
	{
		display: block;
		padding: 0 0 24px 0;
		font-size: 12px;
		text-decoration: none;
		color: #FFF;
		width: 140px;
		height: 30px;
		line-height: 29px;
		font-weight: bold;
	}

	.menu ul ul li a:hover
	{
		color: #59738F;
		background: #CCC;
	}

	.menu ul ul
	{
		visibility: hidden;
		position: absolute;
		height: 0;
		top: 34px;
		left: 0;
		width: 140px;
	}

	/* required for IE to work */
	.menu table
	{
		position: absolute;
		top: 0;
		left: 0;
		border-collapse: collapse;
	}

	.menu ul ul a, .menu ul ul a:visited
	{
		background: #333;
		color: #FFF;
		height: auto;
		line-height: 1em;
		padding: 5px 10px;
		width: 140px;
		border-width: 0 1px 1px 1px;
		text-align: left;
	}

	.menu a:hover, .menu ul ul a:hover
	{
		color: #000;
		background: none;
	}

	.menu ul li:hover ul, .menu ul a:hover ul
	{
		visibility: visible;
	}

.addons
{
	margin-left: -13px;
}

	.addons_subnav
	{
		margin-left: 5px;
	}

.support
{
	margin-left: -38px;
}

.support_subnav
{
	margin-left: -15px;
}

* html .support
{
     position: absolute;
}

* html .support li
{
     left: 25px;
}
        
* html .support_subnav
{
     margin-left: 0px;
}

.menu ul li ul li ul
{
	position:absolute;
	visibility: hidden !important;
	margin-left: 160px;
	margin-top: -34px;
}

.menu ul li ul li:hover ul
{
	visibility: visible !important;
}

/* required for IE to work */
* html .menu table tr td li:hover ul li table
{
	position: absolute;
	top: 50px;
	left: 100px;
	border-collapse: collapse;
}

* html .menu ul li:hover ul, .menu ul a:hover ul
{
	visibility: visible;
}

* html .menu ul li ul li:hover ul li, .menu ul li ul li a:hover ul li
{
	visibility: visible;
}

/* End Main Nav */




/* Panel.TitlePanel - Message */
.nav  .Message
{
	font: normal 11px "Lucida Sans";
	padding: 10px 25px 15px 15px;
	color: #999999;
}

/* Container */
* html .container
{
	height: 250px;
}

.container
{
	margin: 0 25px -15px 25px;
	padding: 0;
	clear: both;
	min-height: 250px;
}

.container form
{
	margin: 0;
	padding: 10px;
	background: #f9f9f9;
	border: solid 1px #f1f1f1;
}

.container form input
{
	border: solid 1px #90bbdd;
	font-size: 12px;
	color: #333;
}

.container form textarea
{
	border: solid 1px #90bbdd;
	font-size: 12px;
	color: #333;
}

.container select
{
	border: solid 1px #90bbdd;
	font-size: 12px;
	color: #333;
}

.container form option
{
	font-size: 12px;
	color: #333;
}

.container form input.button
{
	background: #4e84dd;
	padding: 2px 3px;
	border: solid 1px #003399;
	font-size: 12px;
	color: #fff;
}

/* Container Links */
.container a:link
{
	text-decoration : none;
	color : #59738F;
	border: 0;
}

.container a:active
{
	text-decoration : underline;
	color : #59738F;
	border: 0;
}

.container a:visited
{
	text-decoration : none;
	color : #59738F;
	border: 0;
}

.container a:hover
{
	text-decoration : underline;
	color : #59738F;
	border: 0;
}

.container h2
{
	font-size: 22px;
	font-family: "Trebuchet MS";
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;
	border-bottom: dashed 1px #ccc;
	letter-spacing: -1px;
	font-weight: normal;
}

.container h3
{
	font: 14px "Lucida Sans";
	color:#000;
	margin: 5px 15px 5px 0;
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}

/* Container - Search - NavigationPanel */
* html .search
{
	height: 104px;
}

* html .searchLeft,
* html .search .searchRight
{
	height: 104px;
}

.search
{
	min-height: 104px;
	width: 932px;
	margin: 0 0 15px 25px;
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
}

.search a,
.search a:visited
{
	color: #59738F;
	text-decoration: underline;
	font-size: 10px;
}

.search h3
{
	font-size: 14px;
	font-family: "Lucida Sans";
	font-weight: normal;
	margin: 0;
	padding: 15px 10px 0px 10px;
	border-bottom: none;
	color: #000;
}

.search form
{
	margin: 0;
	padding: 10px;
	background: none;
	border: none;
}

.search fieldset
{
	padding: 0;
	margin: 0;
	border: none;
}

.search select
{
	padding: 3px;
	border: solid 1px #90bbdd;
	font-size: 12px;
	color: #333;
}

.search input.inp
{
	padding: 4px 0;
	border: solid 1px #90bbdd;
	font-size: 12px;
	color: #333;
}

.search p
{
	padding: 5px 0;
	margin: 0;
}

.search .searchLeft
{
	width: 370px;
	min-height: 104px;
	margin-left: 5px;
	float: left;
}

.search .searchRight
{
	width: 370px;
	min-height: 104px;
	float: right;
}

.search #BLSearch
{
	padding: 0;
	display: inline;
	top: 0;
	text-align: right;
	background: none;
}

.search input.BLSearch
{
	width: 91px;
	height: 25px;
	background: url(../Images/searchLeftButton.png) no-repeat;
	vertical-align: top;
}

.search input.BLSearch:hover
{
	background: url(../Images/searchLeftButton.png) no-repeat 0 -25px;
	vertical-align: top;
}

.search input.BLSearchIE
{
	width: 91px;
	height: 25px;
	background: url(../Images/searchLeftButton.png) no-repeat 0 -25px;
	vertical-align: top;
}

.search #BRSearch
{
	padding: 0;
	display: inline;
	top: 0;
	text-align: right;
	background: none;
}


.search input[type=image]
{
	vertical-align: top;
}

.search select
{
	margin-top: 1px;
	line-height: 14px;
	vertical-align: top;
}

.search input.BRSearch
{
	width: 69px;
	height: 25px;
	background: url(../Images/searchRightButton.png) no-repeat;
	vertical-align: top;
}

.search input.BRSearch:hover
{
	background: url(../Images/searchRightButton.png) no-repeat 0 -25px;
	vertical-align: top;
}

.search input.BRSearchIE
{
	width: 69px;
	height: 25px;
	background: url(../Images/searchRightButton.png) no-repeat 0 -25px;
	vertical-align: top;
}

.search .LSRow
{
	border-bottom: 1px solid #999;
	padding: 10px;
}

/* Container - Categories Panel */
.container .category
{
	clear: both;
	padding: 10px 10px 10px 15px;
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
}

.container .category  h3
{
	font: 14px "Lucida Sans";
	color:#000;
	margin: 0 8px 5px 0;
	padding: 0 0 8px 0;
	border-bottom: solid 1px #ccc;
}

.container .category .content
{
	width: 33%;
	padding: 3px 20px 3px 0;
}

.container .category .content a:visited
{
	text-decoration: underline;
}

.container .category .categorylink
{
	font-size: 11px;
	letter-spacing:-.5px;
	text-decoration: underline;
	font-weight: bold;
	color:#59738F;
}

.container .category .categorydesc
{
	font-size: 9px;
	line-height: 10px;
	clear: both;
	padding: 5px 0;
        color:#59738F;
}

.categorydesc a
{
	color:#59738F !important;
}

/* Container - Categories Directory */
.container .categories
{
}

.container .categories em
{
	font-size: 12px;
	color: #666;
	padding: 0 0 5px 0;
	display: block;
}

.container .categories ol
{
	padding: 0 0 0 50px;
	margin: 0 0 0 10px;
	font-size: 18px;
	font-family: Arial;
	color: #59738F;
}

.container .categories li
{
	padding: 1px 0 10px 0;
	margin: 0;
}

.container .categories li a
{
	text-decoration: underline;
	font: normal 12px Verdana;
        color:#59738F !important;
}

.container .categories li a:visited
{
	text-decoration: underline;
}

.container .categories li strong
{
	letter-spacing: -1px;
}

.container .categories .text
{
	color: #666;
	font: normal 12px/14px Verdana;
	padding: 5px 0;
}

/* Container - Most Popular Questions Panel */
.container .popularQuestions
{
	width: 450px;
	min-height: 250px;
	margin: 0 0 30px 0px;
	clear:both;
	float:left;
}

.container .popularQuestions .inside
{
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
	padding: 0 0 15px 7px;
        margin-top: -10px;
}

* html .container .popularQuestions
{
	width: 450px;
	height: 315px;
	margin: 0 0 30px 0px;
	clear:both;
	float:left;
}

* html .container .popularQuestions .inside
{
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
	padding: 0 0 15px 7px;
        margin-top: -10px;
}

.container .popularQuestions a
{
	text-decoration: underline;
	font: normal 12px Verdana;
	color:#59738F;
}

.container .popularQuestions a:visited
{
	text-decoration: underline;
}

.container .popularQuestions ol
{
	padding: 0 0 0 23px;
	margin: 0 0 0 10px;
	font-size: 18px;
	font-family: Arial;
	color: #bdcad3;
}

.container .popularQuestions li
{
	padding: 1px 0 0 0;
	margin: 0 0 0 7px;
}

.container .popularQuestions h3
{
	margin-left: 8px;
}

/* Container - News Questions Panel */
.container .newsQuestions
{
	margin: 0 0 15px 25px;
	clear: both;
}

.container .newsQuestions a
{
	text-decoration: underline;
	font: normal 12px Verdana;
}

.container .newsQuestions a:visited
{
	text-decoration: underline;
}

.container .newsQuestions ol
{
	padding: 0 0 0 23px;
	margin: 0 0 0 10px;
	font-size: 18px;
	font-family: Arial;
	color: #bdcad3;
}

.container .newsQuestions ol p
{
	padding: 0px;
	padding-left: 22px;
	margin: 0 0 0 0px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Arial;
	color: #666666;
}

.container .newsQuestions li
{
	padding: 1px 0 0 0;
	margin: 0;
}


/* Container - Featured Questions Panel */
.container .featuredQuestions
{
        float:left;
	width: 450px;
	padding: 0 0 15px 0px;
        margin:0 0 30px 20px;
}

*:first-child+html .container .featuredQuestions
{
        margin: 0px 0 0px 12px;
	width: 450px;
	padding: 0 0 15px 7px;
        float: left;
}

* html .container .featuredQuestions
{
        margin: 0px 0 0px 12px;
        width: 450px;
	padding: 0 0 15px 7px;
        float: left;
}

.container .featuredQuestions .inside
{
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
	padding: 0 0 15px 7px;
        margin-top: -10px;
}

* html .container .featuredQuestions .inside
{
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
	padding: 0 0 15px 7px;
        margin-top: -10px;
}

.container .featuredQuestions a
{
	text-decoration: underline;
	font: normal 12px Verdana;
}

.container .featuredQuestions a:visited
{
	text-decoration: underline;
}

.container .featuredQuestions ol
{
	padding: 0 0 0 23px;
	margin: 0 0 0 10px;
	font-size: 18px;
	font-family: Arial;
	color: #bdcad3;
}

.container .featuredQuestions li
{
	padding: 1px 0 0 0;
	margin: 0;
}


/* Container -  Most Recently Updated/Created Questions  Panel */
.container .recentQuestions
{
	margin: 0px 0 15px 0;
	width: 450px;
	clear:both;
	float:left;
}

*:first-child+html .container .recentQuestions
{
	margin: 0px 0 15px 0;
        padding-bottom: 20px;
	width: 450px;
	clear:both;
	float:left;
}

* html .container .recentQuestions
{
	margin: 0px 0 15px 0;
        padding-bottom: 20px;
	width: 450px;
	clear:both;
	float:left;
}

.container .recentQuestions .inside
{
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
	padding: 0 0 15px 7px;
        margin-top: -10px;
}

* html .container .recentQuestions
{
	margin: 0px 0px 15px 0;
	width: 450px;
	clear:both;
	float:left;
}

* html .container .recentQuestions .inside
{
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
	width: 450px;
	padding: 0 0 15px 12px;
        margin-top: -10px;
}

*:first-child+html .recentQuestions
{
	margin: 0 0 15px 0;
}

.container .recentQuestions a
{
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana;
	color:#59738F;
}

.container .recentQuestions a:visited
{
	text-decoration: underline;
}

.container .recentQuestions ol
{
	padding: 0 0 0 23px;
	margin: 0 0 0 10px;
	font-size: 18px;
	font-family: Arial;
	color: #bdcad3;
}

.container .recentQuestions li
{
	padding: 1px 0 0 0;
	margin: 0;
}

/* Container - Most Popular Searches Panel */
.container .popularSearch
{
	margin: 0 0 30px 20px;
	width: 450px;
	min-height: 250px;
	float:left;
}

.container .popularSearch .inside
{
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
	padding: 0 0 15px 7px;
        margin-top: -10px;
}

* html .container .popularSearch
{
	margin: 0 0 30px 20px;
	width: 450px;
	height: 315px;
	float: left;
}

* html .container .popularSearch .inside
{
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
	padding: 0 0 15px 7px;
        margin-top: -10px;
}

.container .popularSearch a
{
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana;
	color:#59738F;
}

.container .popularSearch a:visited
{
	text-decoration: underline;
}

.container .popularSearch ol
{
	padding: 0 0 0 23px;
	margin: 0 0 0 10px;
	font-size: 18px;
	font-family: Arial;
	color: #bdcad3;
}

.container .popularSearch li
{
	padding: 1px 0 0 0;
	margin: 0 0 0 7px;
}

.container .popularSearch h3
{
	margin-left: 8px;
}

.SimpleTable
{
	margin-top: 15px;
	background: #fff;
	border: solid 1px #f1f1f1;
}

.SimpleTable td
{
	padding-right: 20px;
}

.InfoList
{
	padding: 0 0 0 16px;
	margin: 0 0 0 10px;
	font-size: 18px;
	font-family: Arial;
	color: #bdcad3;
}

.InfoList li
{
	padding: 1px 0 10px 0;
	margin: 0;
}

.InfoList li a
{
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
}

.InfoList li a:visited
{
	text-decoration: underline;
}

.InfoList li strong
{
	letter-spacing: -1px;
}

.InfoList .text
{
	color: #666;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana;
	padding: 5px 0;
}

.NextPrev
{
	background: #f6f6f6;
	border: solid 1px #f1f1f1;
	padding: 5px 10px;
        height: 30px;
}

.Required
{
	color:#FF0000;
	font-size: 10px;
	font-weight: bold;
}

.question
{
	margin-bottom: 15px;
}

.questionLeft
{
	width: 95%;
        padding:20px;
}

.questionLeft .text
{
	font-size: 12px;
}

.questionRight
{
	width: 95%;
	background: #f9f9f9;
	border: solid 1px #f1f1f1;
	margin-bottom: 10px;
        padding:20px;
}

.questionRight a
{
	white-space: nowrap;
}

.questionRight p
{
	padding: 4px 0;
	margin: 0;
	display: block;
}

.questionDetails
{
	padding-bottom:20px;
}

.questionDetails h3
{
	color: #003366;
}

.news
{
	float: right;
	margin-bottom: 15px;
}

.newsLeft
{
	float: left;
	width: 550px;
}

.newsLeft .text
{
	font-size: 12px;
}

.newsRight
{
	float: left;
	width: 175px;
	background: #f9f9f9;
	border: solid 1px #f1f1f1;
	margin-left: 15px;
	padding-left: 5px;
}

.newsRight a
{
	white-space: nowrap;
}

.newsRight p
{
	padding: 4px 0;
	margin: 0;
	display: block;
}

.newsDetails
{
}

.newsDetails h3
{
	color: #003366;
}

#alphalist
{
	margin: 10px 0;
}

#alphalist a ,
#alphalist a.current:hover
{
	font: normal 11px/25px Tahoma, sans-serif;
	color: #59738F;
	border: solid 1px #b4daf4;
	background: #d3edff;
	text-align: center;
	text-decoration: none;
	padding: 3px 6px;
	margin-right: 1px;
	margin-bottom: 3px;
}

#alphalist a:hover,
#alphalist a.current
{
	background: #40b1ff;
	border: solid 1px #2194e3;
	color: #fff;
}

*:first-child+html #footer img
{
	margin-bottom: -5px;
}

* html #footer img
{
	margin-bottom: -5px;
}


#footer
{
	margin: 0 auto;
	width: 982px;
}

	#footer h4
	{
		color: #FFF;
		font: bold 12px "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	}

	#footer .inside
	{
		float: left;
		width: 982px;
		background-color: #7F9AB7;
	}

#footer_links
{
    margin-left: 570px;
    margin-top: -4px;
    text-decoration: none;
}

#footer_links h4
{
    margin:0px;
    padding:5px 0px;
}

#footer_links a h4
{
    text-decoration:none!important;
    color:#FFF!important;
}

* html #footer_links
{
   margin-top: 15px;
}

*:first-child+html #footer_links
{
    margin-top: 10px;
}

*:first-child+html #footer_links a
{
    text-decoration: none;
}

* html #footer_links a
{
    text-decoration: none;
}


#footer_links a:visited
{
	color: #fff;
}

#contact_info
{
	float: left;
        margin: -124px 0 0 170px;
	width: 250px;
}

* html #contact_info
{
	float: left;
        margin: -124px 0 0 150px;
	width: 250px;
}

#supported_sites
{
	float: left;
	margin-left: 40px;
        margin-top: -15px;
	width: 500px;
	min-height: 200px;
	padding-bottom: 20px;
}
#supported_sites .column_one
{
	width: 155px;
}

#supported_sites .column_two
{
	margin:-208px 0 0 140px;
	width: 165px;
}

#supported_sites .column_three
{
	margin:-208px 0 0 325px!important;
        *margin:-245px 0 0 325px!important;
	width: 165px;
}
* html #supported_sites
{
	float: left;
	margin-left: 20px;
        margin-top: 15px;
	width: 500px;
	min-height: 200px;
	padding-bottom: 20px;
}

*:first-child+html #supported_sites
{
        margin-top: 10px;
}

	*:first-child+html #supported_sites .column_two
	{
		margin: -245px 0 0 140px;
	}

	* html #supported_sites .column_two
	{
		margin: -245px 0 0 140px;
	}

	*:first-child+html #supported_sites .column_three
	{
		margin: -245px 0 0 325px;
	}

	* html #supported_sites .column_three
	{
		margin: -245px 0 0 325px;
	}

	#supported_sites a
	{
		color: #336699;
		text-decoration: none;
	}

		#supported_sites a:hover
		{
			color: #fff;
		}

#copyright
{
	margin: 0 auto;
	width: 982px;
	padding: 0 0 30px 40px;
	color: #6699cc;
	font: 11px "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}


	#copyright a
	{
		text-decoration: none;
		padding: 0 0px 30px 0;
		color: #6699CC;
		font: 11px "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	}

#q_crumbs
{
	padding: 0;
	border: solid 1px #999;
	margin-bottom: 10px;
	background: #F5F5F5;
	font: normal 11px Verdana, sans-serif;
        background-color:#f5f5f5;
        border:2px #e9e9e9 solid;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px; /* future proofing */
	-khtml-border-radius:7px 7px 7px 7px; /* for old Konqueror browsers */
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 2px 2px 2px #ccc;
        padding:20px;
}

#debug {
	top: -35px;
	position: relative;
	font: normal 11px Arial;
	padding-left: 20px;
	color: #808080;
	display: inline;
}

#searchresults,
#searchresults a,
#searchresults span.InfoIntro,
#searchresults span.Text,
#searchresults span.InfoSummary
{
	font-size: 12px;
}

.FieldInfo a
{
	text-decoration: underline ! important;
	font-weight: bold ! important;
}

.FieldInfo
{
	width: 336px;
	padding: 10px;
	background-color: #FFFFE7;
	border: solid 1px #CACACA;
	overflow: auto;
}

.CloseIcon
{
	cursor: pointer;
	float: right;
}

tr.SearchHeading td
{
	font: bold 12px Verdana;
}

ol.favorites li,
ol.SearchResults li
{
	margin-bottom: 10px;
}

#ars_powered
{
	text-align: right;
}

#ars_powered a
{
	color: #59738F;
	font: normal 10px Verdana ! important;
}

b.res_word
{
	font-weight: bold;
}
/*
b.res_word_1
{
	background: #FF6;
}

b.res_word_2
{
	background: #A0FFFF;
}

b.res_word_3
{
	background: #9F9;
}

b.res_word_4
{
	background: #F99;
}
*/

akb_template {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

akb_lang {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

.errorMessage {
	color: red;
}

.dynText {
	width: 100%;
	font-size: 22px;
	font-family: "Trebuchet MS";
	padding: 2px;
	border-bottom: dashed 1px #ccc;
	letter-spacing: -1px;
	font-weight: normal;
	border: 1px solid #AEAEAE;
}

.qebutton {
	background: #4e84dd;
	padding: 2px 3px;
	border: solid 1px #003399;
	font-size: 12px;
	color: #fff;
}

.qebold {
	font-weight: bold;
}

.bSpacing {
	margin-bottom: 6px;
}

.ISSFormat {
	width: 400px;
	height: 180px;
}

.HelpInfo {
	background-color: lightyellow;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	border:1px solid #CACACA;
	font-family:Verdana;
	font-size:11px;
}

.HelpInfo img {
	margin-right:10px;
	margin-top:-3px;
}



#tabnav {
	background:transparent url(../Images/tab_bottom.gif) repeat-x scroll center bottom;
	height:20px;
	margin:0px;
	padding-left:10px;
}
#tabnav li {
	display:inline;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#tabnav a:link, #tabnav a:visited {
	background:transparent url(../Images/tab_bg.gif) repeat-x scroll 0%;
	border:1px solid #CCCCCC;
	color:#59738F;
	float:left;
	font-weight:bold;
	line-height:14px;
	margin-right:4px;
	padding:2px 10px;
	text-decoration:none;
}
#tabnav a.active:link, #tabnav a.active:visited {
	background:#FFFFFF none repeat scroll 0%;
	border-bottom:1px solid #FFFFFF;
	color:#59738F;
}
#tabnav a:hover {
	background:#FFFFFF none repeat scroll 0%;
}

.HeaderBox {
	background-color:#FFF1AC;
	margin:5px 0px;
	padding:7px;
}

.Field, .Field40, .Field50, .Field80, .Field100, .Field110, .Field120, .Field150, .Field200, .Field250, .Field300, .Field400, .Field450, .Field500 {
	color:#333333;
	font-family:Tahoma;
	font-size:11px;
	margin-right:5px;
	margin-top:3px;
}
.Field40 {
	width:40px;
}
.Field50 {
	width:50px;
}
.Field80 {
	width:80px;
}
.Field100 {
	width:100px;
}
.Field110 {
	width:110px;
}
.Field120 {
	width:120px;
}
.Field150 {
	width:150px;
}
.Field200 {
	width:200px;
}
.Field500 {
	width:500px;
}
.Field250 {
	width:250px;
}
.Field300 {
	width:300px;
}
.Field400 {
	width:400px;
}
.Field450 {
	width:450px;
}
.Required {
	color:Red;
}

label {
	cursor:pointer;
}

.FormButton {
	font-family:Verdana;
	font-size:11px;
	width:80px;
}

.TB_AddQuestion table, .TB_AddQuestion div, .TB_AddQuestion .Heading2, .TB_AddQuestion  {
	font-family: Verdana;
	font-size: 11px;
	line-height:1.1em;
}


.HeadingQuestionForm, .TB_AddQuestion .Heading2  {
	font-weight:bold;
	height:16pt;
	border-bottom:2px solid #CCCCCC;
	width:750px;
	padding-top:10px;
}

.FieldLabelQuestionForm, .TB_AddQuestion .FieldLabel  {
	font-family: Verdana;
	font-size: 11px;
	line-height:1.1em;
	color:#4E4F4F;
	font-weight:normal;
	padding:6px 10px 0px;
	text-decoration:none;
	vertical-align:top;
	width:173px;
}

.BoxMessage {
	background-color: lightyellow;
	padding: 10px;
	margin-bottom: 10px;
	border:1px solid #CACACA;
	font-family:Verdana;
	font-size:11px;
}
.BoxMessage img {
	margin-right:10px;
	margin-top:auto;
	margin-bottom:auto;
}

.SuccessInfo {
	background-color: lightyellow;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	border:1px solid #CACACA;
	font-family:Verdana;
	font-size:11px;
}

.SuccessInfo img {
	margin-right:10px;
	margin-top:-3px;
}

#category #ISSelectcfid_ input {
	font-size:11px;
	height:auto;
	border:0px;
	width:100%;
}

#category li {
	padding:0px;
}

.Height21 {
	height:21px;
	overflow:hidden;
}

.Height125 {
	height:125px;
}

.superDuperCategoryTitle {
	font-size: 22px;
	font-family: "Trebuchet MS";
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo
{
	width: 330px;
	height: 50px;
}

a img
{
	text-decoration: none;
	border: none;
}

div.clear
{
	clear: both;
}

#product_footer
{
    margin-left:0px!important;
}
