* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.questionTd a:link, .questionTd a:visited, .questionTdBlue a:link, .questionTdBlue a:visited, .quizzesTd a:link, .quizzesTd a:visited, .quizzesTdGreen a:link, .quizzesTdGreen a:visited
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
questionTd a:hover, .questionTdBlue a:hover, .quizzesTd a:hover, .quizzesTdGreen a:hover
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}
#pgCont {
	position:relative;
	width:967px;
	z-index:1;
	margin:10px auto 0px auto;
	padding:0px 15px;
}
.header {
	border-bottom: 2px solid #D9DADA;
	height: 145px;
	padding-bottom: 5px;
	margin-top: 10px;
	position: relative;
}
.content {
	padding-bottom: 5px;
	position: relative;
	padding: 20px 8px;
}
.footer {
	border-top: 2px solid #D9DADA;
	line-height:29px;
	height:29px;
	text-align:right;
 color:;
	font-size:9px;
	padding: 0px 50px;
	color: #848585;
	position: relative;
}
#signinCont {
	position:absolute;
	right:40px;
	top:0px;
	width:200px;
	height:auto;
	z-index:1;
}
#signinCont td {
	padding:5px 3px;
}
#siteLogo {
	position:absolute;
	left:294px;
	top:0px;
	width:360px;
	height:63px;
	z-index:2;
}
#statsBox {
	position:absolute;
	left:10px;
	top:31px;
	width:191px;
	height:auto;
	z-index:3;
	font-size: 10px;
	color: #4F4F4F;
	font-weight: bold;
	line-height: 12px;
}
.statsTop {
	background-image: url(../img/stat_box_top.gif);
	height: 13px;
	background-repeat: no-repeat;
}
.statsMiddle {
	background-image: url(../img/stat_box_middle.gif);
	background-repeat: repeat-y;
	padding: 0px 12px;
}
.statsBottom {
	background-image: url(../img/stat_box_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.textRed {
	color:#FF0000;
}
.textGreen {
	color:#06C000;
}
.textBlue {
	color:#0000FF;
}
#menuCont {
	position:absolute;
	left:255px;
	top:98px;
	width:440px;
	height:auto;
	z-index:4;
}
a.menuOpt:link, a.menuOpt:visited {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	line-height:36px;
	text-decoration:none;
	padding:13px 25px;
	border:1px solid #EAEAEA;
	background-color:#F0F0F0;
	margin:0px 1px;
}
a.menuOpt:hover {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:36px;
	text-decoration:none;
	padding: 13px 25px;
	border:1px solid #333333;
	background-color:#333333;
	margin:0px 1px;
}
a.menuOpt:active {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:36px;
	text-decoration:none;
	padding: 13px 25px;
	border:1px solid #333333;
	background-color:#000000;
	margin:0px 1px;
}

.buttonAddQ
{
	background-image:url(../img/button_addquestion.png);
	background-repeat:no-repeat;
	height:46px;
	width:116px;
	padding-left:40px;
	cursor: pointer;
	line-height:45px;
	text-align:left;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

*html .buttonAddQ
{
	height:46px;
	width:116px;
	padding-left:40px;
	cursor: pointer;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/button_addquestion.png, sizingMethod='crop');
	line-height:45px;
	text-align:left;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.buttonAddQOvr
{
	background-image:url(../img/button_addquestion_ovr.png);
	background-repeat:no-repeat;
	height:46px;
	width:116px;
	padding-left:40px;
	cursor: pointer;
	line-height:45px;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

*html .buttonAddQOvr
{
	height:46px;
	width:116px;
	padding-left:40px;
	cursor: pointer;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/button_addquestion_ovr.png, sizingMethod='crop');
	line-height:45px;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.buttonAddQuizz
{
	width:82px;
	height:45px;
	padding-left:40px;
	line-height:45px;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	cursor: pointer;
	text-align:left;
	background-image:url(../img/addquizz_button.png);
	background-repeat:no-repeat;
}

*html .buttonAddQuizz
{
	width:82px;
	height:45px;
	padding-left:40px;
	line-height:45px;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	cursor: pointer;
	text-align:left;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/addquizz_button.png, sizingMethod='crop');
}

.buttonAddQuizzOvr
{
	width:82px;
	height:45px;
	padding-left:40px;
	line-height:45px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	cursor: pointer;
	text-align:left;
	background-image:url(../img/addquizz_button_ovr.png);
	background-repeat:no-repeat;
}

*html .buttonAddQuizzOvr
{
	width:82px;
	height:45px;
	padding-left:40px;
	line-height:45px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	cursor: pointer;
	text-align:left;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/addquizz_button.png, sizingMethod='crop');
}


.pageNoBox {
	background-image:url(../img/page_no_box.gif);
	background-repeat:no-repeat;
	height:13px;
	width:13px;
	padding: 6px;
	border:none;
	text-align: center;
	color: #494949;
	font-weight: bold;
	font-size:10px;
	border: none;
	vertical-align:middle;
	margin-bottom:1px;
}

*html .pageNoBox {
	/*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/page_no_box.png, sizingMethod='crop');*/
	height:13px;
	width:13px;
	border:none;
	text-align: center;
	color: #494949;
	font-weight: bold;
	font-size:10px;
	border: none;
	vertical-align:middle;
	margin-top:-5px;
}

/*.pageNoBoxAlt {
	background-image:url(../img/page_no_box.png);
	background-repeat:no-repeat;
	height:13px;
	width:13px;
	padding: 6px;
	border:none;
	text-align: center;
	color: #494949;
	font-weight: bold;
	font-size:10px;
	border: none;
	vertical-align:middle;
	margin-bottom:1px;
}

*html .pageNoBoxAlt {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/page_no_box.png', sizingMethod='crop');
	height:13px;
	width:13px;
	border:none;
	text-align: center;
	color: #494949;
	font-weight: bold;
	font-size:10px;
	border: none;
	vertical-align:middle;
	margin-top:-5px;
}*/
.prevPageButton {
	background-image:url(../img/prevpage_button.gif);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	top:4px;
}
*html .prevPageButton {
	/*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/prevpage_button.png, sizingMethod='crop');*/
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	margin-top:-4px;
}
/**html .prevPageButtonAlt{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/prevpage_button.png', sizingMethod='crop');
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	margin-top:-4px;
}*/
.nextPageButton {
	background-image:url(../img/nextpage_button.gif);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	top:4px;
}
*html .nextPageButton {
	/*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/nextpage_button.png, sizingMethod='crop');*/
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	margin-top:-4px;
}
/**html .nextPageButtonAlt {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/nextpage_button.png', sizingMethod='crop');
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	margin-top:-4px;
}
*/
.prevPageButtonDisabled {
	background-image:url(../img/prevpage_button_disabled.gif);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	top:4px;
}

*html .prevPageButtonDisabled {
	/*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='v2/img/prevpage_button_disabled.png', sizingMethod='crop');*/
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	margin-top:-4px;
}
/*.prevPageButtonDisabledAlt {
	background-image:url(../img/prevpage_button_disabled.png);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	top:4px;
}
*html .prevPageButtonDisabledAlt {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/prevpage_button_disabled.png', sizingMethod='crop');
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	margin-top:-4px;
	border:1px solid red; 
}*/

.prevPageButtonEnabled {
	background-image:url(../img/prevpage_button_green.gif);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	top:4px;
}

*html .prevPageButtonEnabled {
	/*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/prevpage_button_green.png, sizingMethod='crop');*/
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	margin-top:-4px;
}
/*html .prevPageButtonEnabledAlt {
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/prevpage_button_green.png', sizingMethod='crop');
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float: left;
	clear: right;
	margin-top:-4px;
}
*/
.nextPageButtonDisabled {
	background-image:url(../img/nextpage_button_disabled.gif);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float:left;
	clear:right;
	top:4px;
}

*html .nextPageButtonDisabled {
	/*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/nextpage_button_disabled.png, sizingMethod='crop');*/
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float:left;
	clear:right;
	margin-top:-4px;
}
/*.nextPageButtonDisabledAlt {
	background-image:url(../img/nextpage_button_disabled.png);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float:left;
	clear:right;
	top:4px;
}

*html .nextPageButtonDisabledAlt {
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/nextpage_button_disabled.png', sizingMethod='crop');
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float:left;
	clear:right;
	margin-top:-4px;
}
*/
.nextPageButtonEnabled {
	background-image:url(../img/nextpage_button_green.gif);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
	float:left;
	clear:right;
	top:4px;
}

*html .nextPageButtonEnabled {
	/**background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/nextpage_button_green.png, sizingMethod='crop');*/
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float:left;
	clear:right;
	margin-top:-4px;
}
/*html .nextPageButtonEnabledAlt {
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/nextpage_button_green.png', sizingMethod='crop');
	position:static;
	height:25px;
	width:25px;
	cursor: pointer;
	float:left;
	clear:right;
	margin-top:-4px;
}*/
.myquestionsBox {
	clear: right;
	float: left;
	width: 560px;
	position: relative;
}
.myquestionsBoxTop {
	background-image: url(../img/myquestionsbox_top.jpg);
	background-repeat: no-repeat;
	height: 41px;
}
.myquestionsBoxMiddle {
	background-image: url(../img/myquestionsbox_middle.png);
	background-repeat: repeat-y;
	padding: 0px 5px 0px 6px;
}
.myquestionsBoxBottom {
	background-image: url(../img/myquestionsbox_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.myquestionsBoxMiddleGradient {
	background-image: url(../img/myquestionsbox_middle_gradient.jpg);
	background-repeat: no-repeat;
}
*html .myquestionsBoxMiddleGradient {
	background-image: url(../img/myquestionsbox_middle_gradient.jpg);
	background-repeat: no-repeat;
	height:10px;
	padding: 9px;
	text-align: center;
}
/**/
.myquizzesBox {
	clear: right;
	float: left;
	width: 384px;
	position: relative;
}
.myquizzesBoxTop {
	background-image: url(../img/myquizzessbox_top.jpg);
	background-repeat: no-repeat;
	height: 41px;
}
.myquizzesBoxMiddle {
	background-image: url(../img/myquizzessbox_middle.jpg);
	background-repeat: repeat-y;
	padding: 0px 5px 0px 6px;
}
.myquizzesBoxBottom {
	background-image: url(../img/myquizzessbox_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.myquizzesBoxMiddleGradient {
	background-image: url(../img/myquizzessbox_middle_gradient.jpg);
	background-repeat: no-repeat;
}
*html .myquizzesBoxMiddleGradient {
	background-image: url(../img/myquizzessbox_middle_gradient.jpg);
	background-repeat: no-repeat;
	height:1px;
	padding: 9px;
}
.cb {
	clear:both;
}
/**/
.checkboxUnchecked {
	background-image:url(../img/checkbox_unchecked.png);
	height:25px;
	width:25px;
	background-repeat:no-repeat;
	cursor: pointer;
	position: absolute;
	left:-3px;
	top:-13px;
 *top:-4px;
}
*html .checkboxUnchecked {
	background-image:url(../img/checkbox_unchecked.png);
	height:25px;
	width:25px;
	background-repeat:no-repeat;
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/checkbox_unchecked.png, sizingMethod='crop');
	cursor: pointer;
	position: absolute;
	left:-11px;
 *top:-4px;
}
.checkboxChecked {
	background-image:url(../img/checkbox_checked.png);
	height:25px;
	width:25px;
	background-repeat:no-repeat;
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/checkbox_checked.png, sizingMethod='crop');
	cursor: pointer;
	position: absolute;
	left:-3px;
	top:-13px;
 *top:-4px;
}
*html .checkboxChecked {
	background-image:url(../img/checkbox_checked.png);
	height:25px;
	width:25px;
	background-repeat:no-repeat;
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/checkbox_checked.png, sizingMethod='crop');
	cursor: pointer;
	position: absolute;
	left:-11px;
 *top:-4px;
}
/**/
.myQuestionsRow {
	background-image:url(../img/box1shadow_middle.png);
	background-repeat:repeat-y;
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_middle.png, sizingMethod='scale');
	width:497px;
	float: left;
	clear: right;
	padding: 0px 4px;
}
.box1ShadowTop {
	background-image:url(../img/box1shadow_top.png);
	background-repeat:no-repeat;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_top.png, sizingMethod='crop');
	height:32px;
}

.box1ShadowTop1 {
	background-image:url(../img/box1shadow_top1.png);
	background-repeat:no-repeat;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_top1.png, sizingMethod='crop');
	height:32px;
}

.box1ShadowBottom
{
	background-image:url(../img/box1shadow_bottom.png);
	background-repeat:repeat-x;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_bottom.png, sizingMethod='scale');
	height:11px;
}

.box1ShadowLeftBottom
{
	background-image:url(../img/box1shadow_leftbottom.png);
	background-repeat:no-repeat;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_leftbottom.png, sizingMethod='crop');
	height:11px;
}

.box1ShadowRightBottom
{
	background-image:url(../img/box1shadow_rightbottom.png);
	background-repeat:no-repeat;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_rightbottom.png, sizingMethod='crop');
	height:11px;
}

.pagesBoxCenter {
	background-image:url(../img/pagestab_center.png);
	background-repeat:repeat-x;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/pagestab_center.png, sizingMethod='scale');
	height:29px;
	*height:30px;
	float:right;
	clear:left;
	line-height: 32px;
	font-weight: bold;
	padding: 3px 3px 0px 3px;
	*padding: 2px 3px 0px 3px;
}
*html .pagesBoxCenter {
	background-image:url(../img/pagestab_center.png);
	background-repeat:repeat-x;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/pagestab_center.png, sizingMethod='scale');
	height:22px;
	float:right;
	clear:left;
	font-weight: bold;
	padding: 10px 3px 0px 3px;
	overflow: hidden;
}
.pagesBoxLeft {
	background-image:url(../img/pagestab_left.png);
	background-repeat:no-repeat;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/pagestab_left.png, sizingMethod='crop');
	width:8px;
	height:32px;
	float:right;
	clear:left;
}
.pagesBoxRight {
	background-image:url(../img/pagestab_right.png);
	background-repeat:no-repeat;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/pagestab_right.png, sizingMethod='crop');
	width:7px;
	height:32px;
	float:right;
	clear:left;
	margin-right:0px;
}
.questionsBox {
	width: 536px;
}
.box1ShadowLeft {
	background-image:url(../img/box1shadow_left.png);
	background-repeat:repeat-y;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_left.png, sizingMethod='scale');
	width:4px;
}
.box1ShadowRight {
	background-image:url(../img/box1shadow_right.png);
	background-repeat:repeat-y;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_right.png, sizingMethod='scale');
	width:4px;
}
.box1ShadowBottomRight {
	background-image:url(../img/box1shadow_rightbottom.png);
	background-repeat:repeat-y;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/box1shadow_right.png, sizingMethod='scale');
	width:4px;
	height:11px;
}

/**/
.myquestionsBoxMiddleGradient table {
	border-collapse:collapse;
}
.questionTd
{
	border:1px solid #87ADBD;
	background-color:#FFFFFF;
	padding:3px 3px 3px 6px;
}
.questionTdBlue
{
	border:1px solid #87ADBD;
	background-color:#E9F9FF;
	padding:3px 3px 3px 6px;
}
.editQuestion {
	background-color:#0081AB;
	color:#FFFFFF;
	border: 1px solid #87ADBD;
}
.editQuestion td {
	padding:2px;
}
.questionInput1 {
	width:300px;
	height:18px;
	border:1px solid #005773;
}
.questionInput2 {
	width:135px;
	height:18px;
	border:1px solid #005773;
}
.myquestionsSelectContainer {
	width: 133px;
	border:none;
	height: 22px;
	padding: 6px 6px 4px 5px;
	background-image: url(../img/selectbg.png);
}
*html .myquestionsSelectContainer {
	width: 133px;
	border:none;
	height: 22px;
	padding: 6px 6px 4px 5px;
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/selectbg.png, sizingMethod='crop');
}
.myquestionsSelect {
	width: 100%;
	height: 20px;
	border: none;
}
.questionSelect {
	width:124px;
	height:20px;
	border:1px solid #005773;
}
.positionRelative {
	position:relative;
}
.actionsSelectContainer {
	width: auto;
	border:none;
	height: 22px;
	padding: 4px 6px;
 *padding: 4px 5px;
	background-image:url(../img/distancesgo_bg.png);
	background-repeat: no-repeat;
}
.actionsSelectContainer1 {
	width: auto;
	border:none;
	height: 22px;
	padding: 4px 5px;
	background-image:url(../img/distancesgo_bg1.png);
	background-repeat: no-repeat;
	margin-left:10px;
}
*html .actionsSelectContainer1
{
	width: auto;
	border:none;
	height: 22px;
	padding: 4px 5px;
	*background-image:none;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/distancesgo_bg1.png, sizingMethod='crop');
	background-repeat: no-repeat;
	margin-left:10px;
}

.actionsSelect {
	width: 98px;
	border:none;
	height: 20px;
	margin-top: 1px;
	float: left;
	clear: right;
}
select.actionsSelect1 {
	width: 145px;
	border:none;
	height: 19px;
	float: left;
	clear: right;
	margin-top:1px;
}
input.actionsSelect1 {
	width: 145px;
	*width: 142px;
	border:none;
	height: 19px;
	*height: 16px;
	float: left;
	clear: right;
	margin-top:1px;
}

.floatLclearR {
	float:left;
	clear:right;
}

/**/
.pagesBoxGreenCenter {
	background-image:url(../img/pagestab_green_center.png);
	background-repeat:repeat-x;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/pagestab_green_center.png, sizingMethod='scale');
	height:29px;
	*height:30px;
	float:right;
	clear:left;
	line-height: 32px;
	font-weight: bold;
	padding: 3px 3px 0px 3px;
	*padding: 2px 3px 0px 3px;
	*overflow:hidden;
}
*html .pagesBoxGreenCenter {
	background-image:url(../img/pagestab_green_center.png);
	background-repeat:repeat-x;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/pagestab_green_center.png, sizingMethod='scale');
	height:22px;
	float:right;
	clear:left;
	font-weight: bold;
	padding: 10px 3px 0px 3px;
}
.pagesBoxGreenLeft {
	background-image:url(../img/pagestab_green_left.png);
	background-repeat:no-repeat;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/pagestab_green_left.png, sizingMethod='crop');
	width:8px;
	height:32px;
	float:right;
	clear:left;
}
.pagesBoxGreenRight {
	background-image:url(../img/pagestab_green_right.png);
	background-repeat:no-repeat;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/pagestab_green_right.png, sizingMethod='crop');
	width:7px;
	height:32px;
	float:right;
	clear:left;
	margin-right:1px;
}

.myquizzesBoxMiddleGradient table {
	border-collapse:collapse;
}
.quizzesTd{
	border:1px solid #8BD999;
	background-color:#FFFFFF;
	padding:3px 3px 3px 6px;
}

.quizzesTdGreen {
	border:1px solid #8BD999;
	background-color:#E9FFEF;
	padding:3px 3px 3px 6px;
}
/**/
.findSelectContainer {
	width: 151px;
	border:none;
	height: 22px;
	padding: 4px 6px;
	*padding: 4px 5px;
	background-image:url(../img/distancesgo_green_bg.png);
	background-repeat: no-repeat;
}
*html .findSelectContainer {
	width: 149px;
	border:none;
	height: 22px;
	padding: 4px 5px;
}

.findSelectContainer1 {
	width: auto;
	border:none;
	height: 22px;
	padding: 4px 6px;
	*padding: 4px 5px;
	background-image:url(../img/distancesgo_green_bg1.png);
	background-repeat: no-repeat;
}

*html .findSelectContainer1
{
	width: auto;
	border:none;
	height: 22px;
	padding: 4px 6px;
	*padding: 4px 5px;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/distancesgo_green_bg1.png, sizingMethod='crop');
	background-repeat: no-repeat;
}

select.actionsSelect {
	width: 98px;
	border:none;
	height: 20px;
	float: left;
	clear: right;
}
input.actionsSelect {
	width: 98px;
	*width: 95px;
	border:none;
	height: 20px;
	*height: 16px;
	float: left;
	clear: right;
}

select.actionsSelect2 {
	width: 168px;
	border:none;
	height: 20px;
	float: left;
	clear: right;
	margin-top:1px;
}
input.actionsSelect2 {
	width: 169px;
	*width: 170px;
	border:none;
	height: 20px;
	*height: 16px;
	float: left;
	clear: right;
	margin-top:1px;
}

.editQuizz
{
	border:1px solid #8BD999;
	background-color:#8BD999;
	padding: 5px 0px;
	color:#FFFFFF;
}

.myquizzesBox table, .myquestionsBox table
{
	font-size:11px !important;
}

.filter_by_div
{
	visibility:hidden;
	position:absolute;
	border:1px solid #87ADBD;
	background-color:white;
	margin-left:98px;
	*margin-left:-60px;
	margin-top:21px;
	*margin-top:25px;
	padding:2px;
	z-index:100;
}

.filter
{
	cursor:pointer;
	width:100px;
	text-align:left;
}

.filter:hover
{
	background-color:#629FCC;
}

.loginField
{
	width:136px;
	height:18px;
}

.quizzButton
{
	width:98px;
	height:30px;
	line-height:30px;
	float:left;
	clear:right;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-image:url(../img/quizz_button1.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

*html .quizzButton
{
	width:98px;
	height:30px;
	line-height:30px;
	float:left;
	clear:right;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/quizz_button1.png', sizingMethod='crop');
	cursor:pointer;
}

.quizzButtonOvr
{
	width:98px;
	height:30px;
	line-height:30px;
	float:left;
	clear:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-image:url(../img/quizz_button1_ovr.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

*html .quizzButtonOvr
{
	width:98px;
	height:30px;
	line-height:30px;
	float:left;
	clear:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../user/v2/img/quizz_button1_ovr.png', sizingMethod='crop');
	cursor:pointer;
}

.controlLabel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494949;
	font-weight:normal;
	text-align:left;
	padding-left:5px;
}

.questionButton
{
	width:122px;
	height:29px;
	line-height:30px;
	float:left;
	clear:right;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-image:url(../img/question_button1.png);
	background-repeat:no-repeat;
	background-position:-2px 0px;
	cursor:pointer;
}

*html .questionButton
{
	width:122px;
	height:29px;
	line-height:30px;
	float:left;
	clear:right;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/question_button1.png, sizingMethod='crop');
	cursor:pointer;
}

.questionButtonOvr
{
	width:122px;
	height:29px;
	line-height:30px;
	float:left;
	clear:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-image:url(../img/question_button1_ovr.png);
	background-repeat:no-repeat;
	background-position:-2px 0px;
	cursor:pointer;
}

*html .questionButtonOvr
{
	width:122px;
	height:29px;
	line-height:30px;
	float:left;
	clear:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	*background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=v2/img/question_button1_ovr.png, sizingMethod='crop');
	cursor:pointer;
}

#signup
{
	margin-left:0px;
}

/**/
.box3
{
	position:absolute;
	left:10px;
	top:4px;
	width:215px;
	height:auto;
	z-index:3;
	font-size: 10px;
	color: #4F4F4F;
	font-weight: bold;
	line-height: 12px;
}
.box3Top
{
	background-image:url(../img/box3_top.gif);
	height: 15px;
	background-repeat: no-repeat;
}
.box3Middle
{
	background-image:url(../img/box3_middle.gif);
	background-repeat: repeat-y;
	padding: 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	font-weight: normal;
}
.box3Bottom
{
	background-image:url(../img/box3_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}

.textBlue
{
	color:#0066FF;
}

.textBold
{
	font-weight:bold;
}

.siteMenu
{
	position:relative;
	top:100px;
	width:750px;
	height:54px;
	margin:0px auto;
}

#signoutCont {
	position:absolute;
	right:10px;
	top:0px;
	width:auto;
	height:auto;
	z-index:1;
}

.alignCenter
{
	text-align:center;
}

.
/*<mainBox>*/
.mainBox
{
	width:682px;/*edit*/
}

.mainBoxT
{
	height: 25px;
	font-size: 8px;
	background-image:url(../img/mainbox_T.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.mainBoxB
{
	height:25px;
	background-image:url(../img/mainbox_B.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.mainBoxL
{
	width:25px;
	background-image:url(../img/mainbox_L.jpg);
	background-repeat:repeat-y;
	background-position:right;
	
}

.mainBoxR
{
	width:25px;
	background-image:url(../img/mainbox_R.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.mainBoxLT
{
	width:25px;
	height: 25px;
	font-size: 8px;
	background-image:url(../img/mainbox_LT.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.mainBoxRT
{
	width:25px;
	height: 25px;
	font-size: 8px;
	background-image:url(../img/mainbox_RT.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.mainBoxLB
{
	width:25px;
	height:25px;
	background-image:url(../img/mainbox_LB.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.mainBoxRB
{
	width:25px;
	height:25px;
	background-image:url(../img/mainbox_RB.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.searchCont {
	background-image: url(../img/mainbox_search.jpg);
	height: 58px;
	width: 209px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	margin: 0px auto;
	text-align: left;
	padding: 15px 30px 0px 30px;
	background-repeat: no-repeat;
}

.mainBoxcont
{
	background-color:#FFFFFF;
	background-image:url(../img/mainbox_cont_grad.jpg);
	background-repeat:repeat-x;
}

.mainboxGradL
{
	background-image: url(../img/mainbox_LGrad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 200px;
	
}
.mainboxGradR
{
	background-image: url(../img/mainbox_RGrad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 200px;
	
}
/*</mainBox>*/

.margin0auto
{
	margin:0px auto;
}

.searchBoxCont
{
	background-image:url(../img/search_field_shadow.jpg);
	background-repeat:no-repeat;
	width:202px;
	height:21px;
	padding:4px;
}

.searchField
{
	width:160px;
	height:19px;
	border:0px;
	margin:1px 0px 0px 1px;
	float:left;
}

.searchGoButton
{
	float:right;
}

.usrTable
{
	/*border-collapse:collapse;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#323232;
}

.usrTable td
{
	border-left:none;
	border-top:none;
	border-right:1px solid #39A9DD;
	border-bottom:1px solid #39A9DD;
	padding:3px;
}
.userTableTdLeft
{
	border-left:1px solid #39A9DD !important;
}

.headerBlue
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#39A9DD;
	background-image:url(../img/header_blue_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:28px;
}

.headerGreen
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#1DB248;
	background-image:url(../img/header_green_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:28px;
}

.valignMiddle
{
	vertical-align:middle;
}

.arrowValignMiddle
{
vertical-align:middle;
margin-bottom:3px;
}

.userTableRowEven
{
	background-color:#E7F8FF;
}

.userTableRowOdd
{
	background-color:#FFFFFF;
}

.userTableSortCol
{
	background-color:#E7FFED;
}

.userTableBorder0
{
	border-bottom:1px solid #FFFFFF !important;
	border-left:1px solid #FFFFFF !important;
	border-right:1px solid #FFFFFF !important;
}

.userTableBorderNone
{
	border:1px solid #FFFFFF !important;
	padding:0px !important;
}

.prevPageButtonDisabled1 {
	background-image:url(../img/prevpage_button_disabled.png);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
}
*html .prevPageButtonDisabled1
{
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/prevpage_button_disabled.png, sizingMethod='crop');
}
.nextPageButtonDisabled1
{
	background-image:url(../img/nextpage_button_disabled.png);
	background-repeat:no-repeat;
	position:relative;
	height:25px;
	width:25px;
	cursor: pointer;
}

*html .nextPageButtonDisabled1
{
 *background-image:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/nextpage_button_disabled.png, sizingMethod='crop');
}

.paginationBottom
{
		border-left:1px solid #39A9DD;
}

.bubble
{
	position:absolute;
	left:120px;
	top:191px;
	width:auto;
	height:auto;
	z-index:1;
	display: none;
}

.bubbleContent
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding:10px;
	background-color:#1DB248;
}
.userTableBorderLB0
{
border-bottom:1px solid #FFFFFF !important;
border-left:1px solid #FFFFFF !important;
}
.hiddenDiv 
{
display:none;
visibility:hidden;
}
.shownDiv
{
display:inline;
visibility:visible;
}
.hand
{
cursor:pointer;
}

/*<10.09.08>*/
.textGrey36Normal
{
	font-size:36px;
	color:#404040;
}
.textCyan36Normal
{
	font-size:36px;
	color:#209DD6;
}
.textCyan
{
	color:#209DD6;
}

.textDarkGrey25
{
	color:#494949;
	font-size:25px;
}

.shareTextareaBlueBorder
{
	width:320px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	padding:5px;
	margin: 0px;
	border:0px solid #FFFFFF;
}

.shareInputTextBlueBorder
{
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	padding:5px;
	border:0px solid #FFFFFF;
}

.shareInputText1BlueBorder
{
	width:222px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	padding:4px;
	margin: 0px;
	border:0px solid #FFFFFF;
}
.shareFieldContBorder
{
	background-color:#FFFFFF;
	border:1px solid #3AA9DE !important;
}
.shareText
{
	font-weight:normal;
	padding-left:5px;
}
.textDarkGreyBold12
{
	color:#494949;
	font-size:12px;
	font-weight:bold;
}

.field205
{
	width:205px;
	border-left:2px solid #8D8D8D;
	border-top:2px solid #8D8D8D;
	border-bottom:2px solid #FBFBFB;
	border-right:2px solid #FBFBFB;
}
.field100
{
	width:100px;
	border-left:2px solid #8D8D8D;
	border-top:2px solid #8D8D8D;
	border-bottom:2px solid #FBFBFB;
	border-right:2px solid #FBFBFB;
}

a.linkRed:link, a.linkRed:visited
{
	color:#FF0000;
	text-decoration:underline;
}
a.linkRed:hover
{
	color:#FF0000;
	text-decoration:none;
}

.shareaLinkTop
{
	padding-bottom:15px;
}
.shareaLinkBottom
{
	border-top:1px solid #D6D6D6;
	padding-top:15px;
}

.error
{
	color:red;
	text-align:right;
}

/*</10.09.08>*/
