* {
    margin: 0;
    padding: 0;
}

body {
    color: #878787;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

h1, h2, h3 {
    font-family: Georgia, Verdana, serif;
}

h4, h5 {
    font-family: Arial;
}

.clearBlock {
    width: 1px;
    height: 1px;
    clear: both;
}

.legal {
    color: #333;
}

.legal .big {
    font-size: 14px;
}

.legal .right {
    float: right;
    padding-left: 125px;
}

.legal p {
    margin: 8px 0;
}

.legal h2 {
    margin: 5px 0;
    font-size: 16px;
}

.legal ul {
    list-style-type: disc;
    margin: 8px 0;
}

.legal ul li {
    list-style-type: disc;
    margin: 3px 0px 3px 35px;
}

/* rating */
.rating {
    background: url( '../images/star_rating.gif' ) top left repeat-x;
    width: 120px;
    height: 22px;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 22px;
}

.ratingSmall {
    background: url( '../images/star_rating_small.gif' ) bottom left repeat-x;
    width: 70px;
    height: 14px;
    line-height: 14px;
}

#rating-desc {
    margin-bottom: -4px
}

.rating li {
    float: left;
    list-style: none; /* text-indent: -90000px; */
    width: 24px;
    margin: 0;
    padding: 0;
}

.ratingSmall li {
    width: 14px;
}

.rating li a {
    outline: none;
    display: block;
    width: 24px;
    height: 22px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20; /* position: absolute; */
    padding: 0;
}

.ratingSmall li a {
    width: 14px;
    height: 14px;
}

.rating li .ratingHover {
    background: url( '../images/star_rating.gif' ) left center;
    z-index: 2;
    left: 0;
}

.ratingSmall li .ratingHover {
    background: url( '../images/star_rating_small.gif' ) left top;
}

.rating li .ratingDefault {
    background: url( '../images/star_rating.gif' ) left bottom;
    z-index: 2;
    left: 0;
}

.ratingSmall li .ratingDefault {
    background: url( '../images/star_rating_small.gif' ) left center;
}

.rating ul, ol, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#ratingModule .error {
    display: block;
    padding-top: 5px;
    color: red;
}

/* end rating */

#titleBar {
    padding: 10px 0;
}

#titleBar h1 {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}

#content {
    padding: 9px 9px 0 9px;
    background:#DEDEDE url(http://o.aolcdn.com/gamedaily/images/textures/gradient_background.jpg) repeat-x scroll 0 0;
    border-left:1px solid #BFC0C1;
    border-right:1px solid #BFC0C1; 
    border-top: 0;
    border-bottom: 0;
    width: 960px;
    float: right;
    font-size: 12px
}

#hubContainerLeft {
    float: left; 
    width: 646px;
}

#quizHubPromo {
    width: 461px; /* 636px - 175px */
    height: 161px; /* 166px - 5px */
    padding: 5px 0 0 175px;
    margin: 0 0 20px 0;
    background-image: url( ../images/quiz_promo_background.jpg );
    color: #333;
}

#quizHubPromo p {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

#quizHubPromo .title {
    font-size: 18px;
}

#quizHubPromo ul li {
    list-style-type: disc;
    margin: 3px 0px 3px 15px;
    color: #666;
    font-size: 13px;
}

#leftRail {
    float: left;
    width: 152px;
    margin-right: 9px;
}

#leftRail h4 {
    font-size: 14px;
    font-weight: bold;
    color: #292929; /*#2361B6;*/
    width: 130px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999999;
}

#leftRail .leftRailModule {
    background-color: #FFF;
    border: 1px solid #E4E5E0;
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
}

#leftRail .leftRailModule .type {
    padding: 0 0 5px 15px;
}

#leftRail .leftRailModule .divider {
    border-bottom: 1px dotted #999999;
    margin: 4px 0;
}

#leftRail .leftRailModule li {
    list-style: none;
    margin: 0 -8px 0 -8px;    
    _height:20px;
}

#leftRail .leftRailModule ul li a {
    display: block;

    padding: 4px 5px 4px 13px;
    color: #2361B6;
    text-decoration: none;
}

#leftRail .leftRailModule ul li a:hover {
    background-color: #E4E5E0;
}

#leftRail .leftRailModule ul li.on a, #leftRail .leftRailModule ul li.on a:hover {
    background-color: #AB1717;
}

#leftRail .leftRailModule ul li.on a {
    color: #FFF;
    font-weight: bold;
}

#main {
    float: left;
    width: 476px;
    /*margin: 0 9px 0 0;*/
}

#content .wide {
    width: 637px;
    margin: 0 9px 0 0;
}

#content .profile {
    width: 586px;
    margin: 0 9px 0 0;
}

#content .module {
    background-color: #FFF;
    border: 1px solid #E4E5E0;
    margin: 0 0 10px 0;
    padding: 10px;
}

#main .quizComments {
    padding: 10px;
}

#main .quizComments h3 {
    zoom: 1; /* IE Fix */
    margin: 5px 0 15px 0;
    padding-bottom: 5px;

    color: #333333;
    font-size: 18px;
    border-bottom: 3px solid #CDD4D3;
    font-weight: normal;
}

#main .quizComments .snag {
    position: absolute;
    /*float: right;*/
    right: 350px;
    margin-top: 10px;
    color: #2361B6;
    text-decoration: none;
}

#main .quizComments .snag:hover {
    text-decoration: underline;
}

#main .quizComments .snag img {
    border: 0;
}

#main .quizComments .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0DADD;
    overflow: hidden;
}

#main .quizComments .item .avatar {
    float: left;
    width: 50px;
    margin-right: 10px;
}

#main .quizComments .item .avatar img {
    border: 1px solid #D1D1D1;
}

#main .quizComments .item .content {
    float: left;
    width: 550px; /* 555px */
}

#main .quizComments .item .content .username,
    #main .quizComments .item .content .time {
    display: block;
}

#main .quizComments .item .report {
    float: right;
    width: 16px;
    height: 16px;
    background: url( ../images/quiz_hub_sprite.png ) no-repeat -82px -262px;
}

#main .quizComments .item .report:hover {
    background: url( ../images/quiz_hub_sprite.png ) no-repeat -82px -282px;
}

#main .quizComments #hubPages {
    margin-top: -10px;
}

#main .quizComments .post {
    background: transparent url( ../images/bg_comments.gif ) repeat scroll 0% 0%;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 10px;
}

#main .quizComments .post textarea {
    border: 0 none;
    color: #666666;
    font-size: 12px;
    padding: 10px;
    width: 573px;
}

#main .quizComments .notes {
    margin-top: 10px;
}

#main .quizComments .notes a {
    color: #2361B6;
    text-decoration: none;
}

#main .quizComments .notes .button {
    float: right;
    background: transparent url( ../images/quiz_hub_sprite.png ) no-repeat scroll 0 -383px;
    border: 1px solid #6B8196;
    margin-left: 10px;
    width: 68px;
    display: block;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: 0pt auto;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #FFF;
    margin-left: 10px;
    filter: none;
}

#main .quizComments .notes .errorMessage {
    display: block;
    float: right;
    color: red;
    line-height: 25px;
    font-weight: bold;
}

#main .quizComments .notes .tipBlock {
    display: none;
    position: absolute;
    width: 400px;
    padding: 10px;
    border: 1px solid black;
    background-color: #E6E6E6;
}

#main .quizComments .notes .tipBlock p {
    margin: 0 0 10px 0;
}

#viewsNav {
    float: right;
}

#viewsNav b {
	float: left;
	line-height: 23px;
	padding-right: 5px;
	color: #333;
	font-weight: normal;
}

#viewsNav a {
    float: left;
    display: block;
    width: 57px;
    height: 23px;
    overflow: hidden;
    text-indent: -1000em;
    margin: 0 0 0 5px;
}

#viewsNav .viewsGrid {
    background-image: url( ../images/detail_grid_on.gif );
}

#viewsNav .viewsList {
    background-image: url( ../images/detail_list_on.gif );
}

#viewsNav .gridOn {
    background-image: url( ../images/detail_grid_off.gif );
}

#viewsNav .listOn {
    background-image: url( ../images/detail_list_off.gif );
}

#hub {
    padding: 9px 9px 0px 9px;
    overflow: hidden;
}

#hub h1 {
    color: #333333;
    margin-bottom: 10px;
    font-size: 24px;
    zoom: 1;
}

#hub h2.welcomeTitle {
	color: #ab1717;
	font-size: 18px;
	margin-bottom: 10px;
}

#hub h2.welcomeTitle em {
	color: #878787;
	font-style: normal;
}

#main .sortColumn {
	float: left; 
	width: 220px;
	margin: 0 11px 10px 0;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 10px 0;
}

#main .sortColumn h2.welcomeTitle {
	padding-left: 10px;
	border-bottom: 3px solid #cdd4d3;
	padding-bottom: 5px;
}

#main .sortColumn h2.welcomeTitle em {
	font-size: 14px;
}

#main .sortColumn ul {
	padding-left: 10px;
}

#main .sortColumn .item {
	margin: 0 0 10px 0;
	/*padding-right: 10px;*/
}

#main .sortColumn .item .icon {
	float: left;
	width: 44px;
	height: auto;
	border: 1px solid #d1d1d1;
	padding: 4px;
	background-color: #fff;
}

#main .sortColumn .item .icon img {
	width: 44px;
	height: 44px;
}

#main .sortColumn .item .info {
	float: left;
	width: 136px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	/*border: 1px solid black;*/
}

#main .sortColumn .more {
	clear: both;
	border-bottom: none;
	border-top: 1px dotted #d1d1d1;
	margin: 0;
	width: auto;
	padding: 10px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}

#main .noMargin {
	margin: 0px;
}

#main .module {
    width: 454px;
}

#main .moduleWide {
    width: auto;
    margin-bottom: 10px;
}

#main .searchBox {
    /*background: transparent url( ../images/quiz_hub_sprite.png ) repeat-x scroll 0 -164px;*/
    background-color: #f2f2f2;
    padding: 6px 5px;
    
    float: left;
    width: 445px;
    height: 21px;
    
    margin-bottom: 10px;
}

#main .searchBox input {
    float: left;
    width: 230px;
    height: 14px;
    border: 1px solid #ab1717;
    background-color: #fff;

    font-family: Arial;
    font-size: 12px;
    color: #333;
    padding: 3px;
}

#main .searchBox a {
    display: block;
    float: left;

    width: 78px;
    height: 20px;
    margin: 0 0 0 10px;
    padding-left: 4px;
    
    font-family: Arial;
    font-size: 11px;
    
    background-image: url( ../images/search_bg.jpg );
    background-repeat: no-repeat;
    border: 1px solid #ab1717;
    
    line-height: 20px;
    color: #fff;
}

#main .statBox {
}

#main .statBox .picture {
    float: left;
    width: 142px;
    margin: 0 10px 0 0;
}

#main .statBox .picture .image {
/*border: 1px solid #D1D1D1*/
    padding: 6px;
    width: 133px;
    height: 133px;
    margin: 0 0 3px 0;
    background-image: url( ../images/drop_shadow.jpg );
}

#profileImageDelete {
    display: none;
    float: right;
}

#main .statBox .picture .show {
    display: block;
}

#main .statBox .picture .tools .pictureButton {
    float: left;
    display: block;
    background-image: url( ../images/button_create.gif );
    background-position: center center;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin: 3px 3px 0 0;
    width: 114px;
}

#main .statBox .picture .tools .small {
    width: 25px;
    margin-right: 0;
}

#main .statBox .stats {
    float: left;
    width: 412px;
    overflow: hidden;
}

#main .statBox .stats .quizzard {
    display: block;
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #CDD4D3;
}

#main .statBox .stats .statCol {
    float: left;
    width: 195px;
    color: #333;
}

#main .statBox .stats .statMargin {
    margin-right: 20px;
}

#main .statBox .stats .statCol .statHead {
    font-weight: bold;
}

#main .statBox .stats .statCol p, #main .statBox .stats .statCol table {
    height: 1.2em;
    padding: .3em 0;

    border-bottom: 1px dotted #CDD4D3;
}

#main .statBox .stats .statCol table {
    width: 100%;
}

#main .statBox .stats .statCol table td {
    height: 1.2em;
    padding: .3em 0;
    font-size: 12px;
}

#main .statBox .stats .statCol table td.tableRight {
    padding-left: 33px;
}

#main .statBox .stats .statCol p b, #main .statBox .stats .statCol table b {
    float: left;
    font-weight: normal;
}

#main .statBox .stats .statCol p em {
    float: right;
    font-style: normal;
    font-weight: bold;
}

#hubSorting {
    float: left;
}

#hubSorting a {
    float: left;
    display: block;
    padding: 6px;
    margin: 0 3px 0 3px;

    font-size: 11px;
    color: #2361B6;
    text-decoration: none;
}

#hubSorting a:hover {
    background-color: #999999;
    color: #FFF;
}

#hubSorting a.on {
    background-color: #999999;
    color: #FFF;
}

#hubSorting .divider {
    float: left;
    padding: 0;
    clear: none;
    margin-top: 6px;
    width: 1px;
    height: 12px;

    border-left: 1px solid #999999;
}

#hubSorting b {
	float: left;
	line-height: 23px;
	color: #333;
	font-weight: normal;
}

#hubSorting select {
    float: left;
    margin: 0 0 0 5px;
    
    border: 1px solid #cfcfcf;
    padding: 3px;
}

#hubListing, #adminListing{
    width: 462px;
    margin: 10px 0 15px 0;
    padding: 0;    
    list-style-type: none;
}

#hubListing .more {
	clear: both;
	border-bottom: 1px dotted #d1d1d1;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	width: 455px;
	margin-bottom: 10px;
}

#hubListing h3 {
    margin: 5px 0 15px 0;
    padding-bottom: 5px;

    color: #aa1718;
    border-bottom: 1px solid #CDD4D3;
    font-size: 18px;
    font-weight: normal;
}

#hubListing .profileDivider {
    margin: 20px 0;
    border-bottom: 3px solid #CDD4D3;
}

.profile #hubListing {
    width: 565px;
}

#hubListing li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#hubListing .grid .item .listOnly {
    display: none;
}

#hubListing .list .item .gridOnly {
    display: none;
}

#hubListing .grid .item {
    float: left;
    height: 230px;
    width: 148px;
    overflow: hidden;

    margin: 0 6px 10px 0;
    background-color: #F2F2F2;
}

#hubListing .list .item, #adminListing .list .item {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
}

#hubListing .list .itemWide, #adminListing .list .itemWide {
    border: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

#hubListing .list .itemAlt, #adminListing .list .itemAlt {
    background-color: #f2f3f5;
    padding: 10px 5px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    /*
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
    padding-right: -10px;
    width: 565px;*/
}

#hubListing .item .icon {
    display: block;
    width: 78px;
    height: 78px;
    border: 1px solid #D1D1D1;
    background-color: #FFF;
    padding: 4px;
}

#hubListing .grid .item .icon {
    margin: 8px auto;
}

#hubListing .list .item .icon {
    float: left;
}

#hubListing .item .icon img {
    border: 0;
}

#hubListing .grid .selected .icon {
    margin: 6px auto 8px auto;
}

#hubListing .list .info {
    float: left;
    width: 350px;
    padding: 5px 0 0 10px;
}

#hubListing .list .itemWide .info {
    width: auto;
}

#hubListing .list .options {
    float: right;
}

#hubListing .list .scoreBox {
    float: right;
    background: #EDEDED url( ../images/bg_score_box.gif ) repeat-x;
    width: 80px;
    height: 82px;
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 6px 0px;
}

#hubListing .list .scoreBox .score {
    display: block;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

#hubListing .list .scoreBox .small {
    font-size: 14px;
}

#hubListing .list .scoreBox .type {
    color: #666666;
    font-size: 10px;
    font-weight: bold;
}

#hubListing .list .scoreBox .divider {
    display: block;
    width: 68px;
    height: 1px;
    margin: 6px auto;
    padding:0;
    background-color: #CCCCCC;
}

#hubListing .list .deleteConfirm, #adminListing .list .deleteConfirm {
    position: absolute;
    width: 270px;
    height: 65px;

    /*margin: 25px 0 0 228px;*/
    margin: 25px 0 0 0;
    left: 410px;

    padding-top: 15px;
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    text-align: center;
}

#hubListing .list .deleteConfirm p, #adminListing .list .deleteConfirm p {
    margin: 0 0 10px 0;
}

#hubListing .list .deleteConfirm .buttons, #adminListing .list .deleteConfirm .buttons {
    padding-left: 63px;
}

#hubListing .list .deleteConfirm .quizButtonGray, #adminListing .list .deleteConfirm .quizButtonGray {
    float: left;
    margin-right: 10px;
}

#hubListing .item .title {
    display: block;

    color: #2361B6;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

#hubListing .item .title:hover {
    text-decoration: underline;
}

#hubListing .item .quizzard:hover {
    text-decoration: underline;
}

#hubListing .grid .item .title {
    width: 132px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

#hubListing .item .disabled {
    color: #333;
}

#hubListing .item .disabled:hover {
    text-decoration: none;
}

#hubListing .item p {
    margin: 8px 0 0 0;
}

#hubListing .item .unpublished {
    margin: 0;
    color: red;
}

#hubListing .itemWide .info p {
    margin-top: 3px;
}

#hubListing .grid .item p {
    text-align: center;
}

#hubListing .item p a {
    color: #2361B6;
    text-decoration: none;
}

#hubListing .grid .item .fact .rating {
    margin: 0 auto;
}

#hubListing .list .item .fact, #hubListing .list .item .ratingFact {
    display: block;
    float: left;
    width: 165px;
    font-size: 11px;
    line-height: 16px;
}

#hubListing .list .item .ratingFact {
    width: auto;
    padding-right: 5px;
}

.profile #hubListing .list .item .fact {
    width: 130px;
}

.profile #hubListing .list .item .wide {
    width: 160px;
}

.profile #hubListing .list .item .wide em {
    float: left;
    font-style: normal;
    line-height: 15px;
    padding-right: 7px;
}

.profile #hubListing .list .item .wide img {
    float: left;
}

#hubListing .grid .item .listOnly {
    display: none;
}

#hubListing .list .item .gridOnly {
    display: none;
}

#hubListing .list .item .end {
    width: 65px;
}

#hubListing .list .item .clear {
    clear: both;
}

#hubListing .grid .selected {
    background-color: #DDDDDD;
}

#hubListing .grid .selected .border {
    height: 226px; /* 230 - 2px border - 2px margin */
    margin: 1px;
    border: 1px solid #FFF;
    background-color: #DDDDDD;
}

#hubPages {
    font-size: 11px;
    color: #333333;
    background-color: #F7F7F7;
    border: 1px solid #E9E9E9;
    border-top: 0;
    padding: 13px;
    margin-top: -10px;
}

#hubPages a {
    color: #2361B6;
    text-decoration: none;
}

#hubPages .info {
    float: left;
    margin-top: 5px;
}

#hubPages .arrow {
    float: right;
    margin: 0 4px;
    margin-top: 5px;
}

#hubPages .pages {
    float: right;
    margin: 0 4px;
}

#hubPages .pages a {
    display: block;
    float: left;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    line-height: 20px;
    text-align: center;
}

#hubPages .pages a.on {
    background-color: #CCCCCC;
    color: #FFF;
}

#rightRail {
    float: left;
    width: 314px;
    overflow: hidden;
}

#content .thin {
    width: 204px;
}

.advertisement {
    background-image: url( ../images/bg_line.gif );
    padding: 7px;
    text-align: center;
}

#content .thin .createButton {
    display: block;
    height: 23px;

    margin: 10px auto;
    padding: 0px 10px;

    background-image: url( ../images/bg_button.jpg );
    background-position: top left;

    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 23px;

    border: 1px solid #3C72D6;
}

#rightRail .module {
    background-color: #FFF;
    border: 1px solid #E4E5E0;
    padding: 0 7px 8px;
    margin-bottom: 10px;
}

#rightRail .module a {
    color: #2361B6;
    text-decoration: none;
}

#rightRail .module a:hover {
    text-decoration: underline;
}

#rightRail .module h3 {
    margin: 5px 0 4px 0;
    padding-bottom: 5px;

    color: #aa1718; /*#333333;*/
    font-size: 18px;
    border-bottom: 3px solid #CDD4D3;
    font-weight: normal;
}

#rightRail .module .snag {
    float: right;
    margin-top: 10px;
}

#rightRail .module .snag img {
    border: 0;
}

#stats {
    color: #333333;
    margin-bottom: 10px;
}

#stats .item {        
    /* height: 18px; */
    padding: 5px;
    margin: 2px 0 0 0;
    background-color: #F2F2F2;
    line-height: 18px;
}

#stats .end {
    margin-right: 0;
}

#stats .item em {
    font-style: normal;
}

#stats .item b {
    display: block;
    float: right;
}

#stats .featured {
    padding: 5px;
    /*margin: -10px 0 2px 0;*/
    background-color: #F2F2F2;
}

#stats .featured .row {
	border-top: 1px dotted #CDD4D3;
	padding-top: 5px;
	margin: 5px 0;
}

#stats .featuredQuizzard {
	line-height: 150%;
}

#stats .featuredQuizzard .image {
	float: left;
	border: 1px solid #D1D1D1;
	background-color: #fff;
	margin-right: 10px;
}

#stats .featuredQuizzard .image img {
	margin: 0 auto;
	height: 60px;
	width: 60px;
	padding: 3px;
}

#stats .featuredQuizzard .user {
	float: left;
}

#stats .online {
    float: left;
    width: 131px;
    margin-right: 10px;
    margin-bottom: 3px;
}

#stats .online img {
    float: left;
}

#stats .online a {
    float: left;

    line-height: 20px;
    font-weight: bold;
}

#stats .title {
    display: block;
    font-weight: bold;
    padding-bottom: 4px;
    /*margin: 10px 0 5px 0;*/
    zoom: 1;
}

#profile {
    color: #333333;
}

#profile .headerTitle {
    border-bottom: 3px solid #cdd4d3;
    padding-bottom: 6px;
    margin-bottom: 3px;
}

#profile .left {
    float: left;
}

#profile .right {
    float: right;
}

#profile .profileBox {
    margin: 10px 0;
    padding: 5px;
    background-color: #F2F2F2;
}

#profile .profileBox h5, #profile .profileBox .fact p .title {
    display: block;
    color: #333;
    font-size: 13px;
    padding-bottom: 3px;
    font-weight: bold;
}

#profile .profileBox .fact p {
    height: 1.6em;
}

#profile .profileBox .fact p b {
    float: left;
    font-weight: normal;
}

#profile .profileBox .fact p em {
    float: right;
    font-style: normal;
}

#profile .profileBox .fact p a {
    color: #2361B6;
}

#profile .create {
    /*background-color: #F2F2F2;*/
    padding: 10px;
    margin: 10px 0 0 0;
}

#profile .create .right {
	float: right;
}

#profile .create .left {
	float: left;
}

#profile .create .button {
    display: block;
    padding: 0;
    margin: 0 auto;
    border: 0;
    background-color: transparent;
    width: 190px;
    height: 32px;
    background-image: url( ../images/button_create.gif );
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    filter: none;
}

#profile .create .links {
    margin-top: 8px;
}

#profile .create .links a {
    text-decoration: none;
    margin-top: 4px;
}

#topQuizzards .list {
    width: 309px;
    overflow: hidden;
}

#topQuizzards .item {
    float: left;
    width: 88px;
    margin-right: 15px;
    margin-bottom: 10px;
}

#topQuizzards .item .image {
    color: #FFF;
    border: 1px solid #D1D1D1;
    padding: 3px;
    width: 78px;
    height: 78px;
    margin-bottom: 5px;
}

#topQuizzards .item .user a {
    color: #2361B6;
    font-weight: bold;
}

#rightRail .quizList .scroll {
    height: 220px;
    overflow: auto;
}

#rightRail .quizList .scroll .item {
    clear: both;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#rightRail .quizList .scroll .item .image {
    float: left;
    color: #FFF;
    border: 1px solid #D1D1D1;
    padding: 3px;
    width: 78px;
    height: 78px;
    margin-bottom: 5px;
}

#rightRail .quizList .scroll .item .image img {
    border: 0;
}

#rightRail .quizList .scroll .item .detail {
    float: left;
    width: 155px;
    margin-left: 10px;
}

#rightRail .quizList .scroll .item h4 a {
    color: #295FB5;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

#rightRail .quizList .scroll .item h4 a:hover {
    text-decoration: underline;
}

a.quizButtonBlue, a.quizButtonGray, a.quizButtonDelete {
    display: block;
    height: 19px;
    width: 62px;
    font-size: 10px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 4px;
}

a.adminButtonDelete{
	background-image: url( ../images/arrows_cancel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	width: 26px;
	height:25px;
	float: right;
}


a.adminButtonDelete:hover{
  background-position: 0px -25px;
  
}


a.quizButtonBlue {
    color: #FFF;
    background: url( ../images/bg_button_blue.gif );
    border: 1px solid #3C72D6;
}

a.quizButtonGray {
    color: #666666;
    background: url( ../images/bg_button_gray.gif );
    border: 1px solid #CCCCCC;
}


/* Quizzes List in the middle column */
#quiz .quizList {
    border-top:1px solid #d1d1d1;
    border-bottom:1px solid #d1d1d1;    
    padding:0px 5px;
    background:#fff;
}
#quiz .quizList h3 {
    position: relative;
    color:#000;
    margin:5px 0 10px 5px;
    font-size:16px;
}

#quiz .quizList .item {
width:150px;
float:left;
padding-bottom: 10px;
margin-left:5px;

}

#quiz .quizList .item .image {
    float: left;
    color: #FFF;
    border: 1px solid #D1D1D1;
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
}

#quiz .quizList .item .image a {
    margin:6px auto; 
    width:78px;
    height:78px;
    display:block;
}

#quiz .quizList .item .image img {
    border: 0;
}

#quiz .quizList .item .detail {
    float: left;
    width: 140px;
    font-size:11px;
}

#quiz .quizList .item h4 a {
    color: #295FB5;
    font-size: 11px;
    text-decoration: none;
}

#quiz .quizList .item h4 a:hover {
    text-decoration: underline;
}

.profile #adminForm, .profile #quizSearch {
    width:auto !important;
    clear:both;
    float:none;
    margin-top:10px;
}

.profile .searchBox {
    padding:5px 18px !important;
}

.profile .searchBox input {
    width:440px !important;
}

.profile .module h1 {
    margin: 5px 0 4px 0 !important;
    padding-bottom: 5px;
    color: #aa1718 !important; /*#333333;*/
    font-size: 18px !important;
    border-bottom: 3px solid #CDD4D3;
    font-weight: normal;
}
.profile .searchBox a {
    text-decoration:none;
}

.profile #quizSearch input{
  width:425px !important;
}

.profile #hubListing .border form input {
    border:1px solid #d1d1d1;
    margin-left:11px;
    margin-top:10px;  
    font-size: 12px; 
    padding:2px;
}

.profile #hubListing .border form input.tagButton {
    font-family: Arial;
    font-size: 11px;    
    background: #5c9bf5 url(../images/bg_button_blue.gif);
    border: 1px solid #3C72D6;    
    line-height: 12px;
    color: #fff;
    height: 20px;
    width: 62px;
}

.profile #adminForm a {
    height:19px !important;
}
