/************************************************************
*  TAG STYLES
************************************************************/

body, div, span, label, tr, td, th, input, h1, h2, h3, h4, h5, a {
 font-family: verdana,sans-serif,arial,helvetica;
 color: black;
}

body {
 font-size: 12px;
 color: black;
 background-color: #ffffff;
 margin: 0px;
 padding: 0px;
}

p {
text-align:justify;
line-height:1.3em;
font-size:12px;
}

a, a:link, a:active, a:visited {
color: #039;
}

/*a:visited {
color:#1757b1;
}*/

a:hover {
color: #06c;
text-decoration:underline;
}

table {
 margin: 0px;
 padding: 0px;
 font-size: 12px;
}

ul{
    
    list-style-position: inside;
    
}

ul span{
    color: #000;
}

form {
 margin: 0px;
 padding: 0px;
 display: inline;
}

fieldset {
border: 1px solid #ccc;
}

img {
 border: 0px;
}

h1 {
 font-size: 24px;
 color: black;
 margin: 0px 0px 5px 5px; 
}

h2 {
 font-size: 16px;
 color: #8A1512;
 margin: 0px 0px 5px 5px; 
}

h3 {
 font-size: 14px;
 color: #333;
 border-bottom: 1px dotted #cccccc;
}

hr {
border-bottom: 1px solid #ddd;
border-top:0;
border-left:0;
border-right:0;
margin: 6px 0 6px 0;
}

/************************************************************
* LAYOUT
* Used in template: header.tpl
************************************************************/

.cms_splash_header {
 color: black;
 font-size: 16px;
 font-weight: bold;
 padding: 5px;
 text-align: left;
}

.cms_top_buttons {
 padding: 5px;
 text-align: right;
}

.cms_option_tab {
 background-color: #117668;
 color: white;
 font-size: 10px;
 padding: 10px;
 text-align: center;
}

.cms_left_panel {
 background-color: #fafafa;
 padding: 0px;
 margin-left: 10px;
 border-right: 1px solid #cccccc;
}

.cms_nav_bar {
 margin-left: 4px;
 font-size: 10px
}
.cms_nav_bar a{
 padding-left: 4px;
 padding-right: 4px;
}

.cms_content {
 padding: 9px;
 text-align:justify;
}

/************************************************************
* COMMON
************************************************************/

.cms_normal_font {
 font-size: 12px;
 font-weight: normal;
}

.cms_small_font {
 font-size: 10px;
 font-weight: normal;
}

.cms_button {
 font-size: 11px;
 color: #000;
 border:1px solid #6A6A6A;
 cursor:pointer;
}

.cms_content_box {
 background-color: white;
 margin-left: 5px;
 margin-right: 5px;
}

/************************************************************
* BREADCRUMB
* Used in template: header.tpl
************************************************************/

.cms_breadcrumb {
 background-color: #fafafa;
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 padding: 3px;
 padding-left: 10px;
 text-align: right;
}

.cms_breadcrumb_current {
 font-weight: bold;
}

/************************************************************
*  LINKS
************************************************************/

.cms_normal_link {
 font-weight: bold;
 font-size: 11px;
 color: #117668;
 text-decoration: none;
}

.cms_normal_link:hover {
 text-decoration: underline;
}

.cms_small_link {
 font-size: 10px;
 color: #000;
 text-decoration: none;
}

.cms_small_link:hover {
 text-decoration: underline;
}

.cms_dark_link {
 font-size: 10px;
 color: black;
 text-decoration: none;
}

.cms_dark_link:hover {
 text-decoration: none;
}

.cms_light_link {
 font-size: 10px;
 color: white;
 text-decoration: none;
}

.cms_light_link:hover {
 text-decoration: none;
}

.cms_glossary_term_link {
 font-size: 12px;
 font-weight: bold;
 cursor: help;
 border-bottom: 1px dotted;
 text-decoration: none;
}

.cms_glossary_term_link:hover {                                             
 text-decoration: none;
}

/************************************************************
* GLOSSARY TERM POP-UP
* Used in template: glossary_term.tpl
************************************************************/

.cms_glossary_term_popup {
 padding: 5px;
 border: 1px dotted #dddddd;
 background-color: #f5f5f5;
}

.cms_glossary_term_popup_caption {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 5px;
}

.cms_glossary_term_popup_definition {
 font-size: 10px;
 padding: 0px;
}

/************************************************************
* CATEGORY TREE
* Used in template: category_tree.tpl
************************************************************/

div.cms_category_tree_base a {
 display: block;
 text-decoration: none;
 font-size: 10px;
 background-color: #bcbcbc;
 color: black;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

div.cms_category_tree_category a {
 display: block;
 text-decoration: none;
 font-size: 10px;
 background-color: #dddddd;
 color: black;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

div.cms_category_tree_category a:hover {
 display: block;
 text-decoration: none;
 font-size: 10px;
 background-color: #cccccc;
 color: black;
 padding: 4px;
 border-bottom: 1px solid white;
}

div.cms_category_tree_current_category a {
 display: block;
 text-decoration: none;
 font-size: 10px;
 font-weight: bold;
 background-color: #f5f5f5;
 color: black;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

div.cms_category_tree_current_category a:hover {
 display: block;
 text-decoration: none;
 font-size: 10px;
 font-weight: bold;
 background-color: #f5f5f5;
 color: black;
 padding: 4px;
 margin: 0px;
 border-bottom: 1px solid white;
}

/************************************************************
* CATEGORY LISTING
* Used in template: categories.tpl
************************************************************/

.cms_category {
 padding: 5px
}

/************************************************************
* ARTICLE PAGE
* Used in template: article.tpl
************************************************************/

.cms_article_info_box {
 font-size: 9px;
 background-color: #ffffff;
 border: 1px dotted #cccccc;
 text-align: left;
 margin-bottom: 3px;
 padding: 5px
}

.cms_article_info_box_label {
 background-color: #f0f0f0;
 font-size: 10px;
 padding: 3px;
 text-align: right;
}

.cms_article_info_box_data {
 font-size: 10px;
 padding: 3px;
 text-align: left;
}

.cms_article_content {
 background-color: #ffffff;
 padding: 5px;
 padding-left: 15px;
 font-size: 12px
}

.cms_article_admin_options {
 padding: 5px;
 font-size: 10px;
 font-weight: bold;
 background-color: #f0f0f0;
 border: 1px dotted #117668;
}

.cms_article_comments {
 margin-top: 10px;
 margin-left: 25px;
 margin-right: 25px;
}

.cms_article_comment {
 font-size: 10px;
 margin: 10px;
 text-align: left;
}

.cms_article_comment_header {
 font-size: 15px;
 font-weight: normal;
 padding: 3px;
 background-color: #fafafa;
 border: 1px dotted #cccccc
}

.cms_article_comment_content {
 font-size: 11px;
 font-weight: normal;
 padding: 0;
 text-align: left;
}

/************************************************************
* ARTICLE LISTINGS
* Used in templates: articles.tpl, article_short.tpl
************************************************************/

.cms_article {
 text-align: justify;
 padding: 4px;
 margin-bottom: 5px;
}

.cms_article_featured {
 margin-bottom: 5px;
}

.cms_article_preview_font {
 color: #404040;
 font-size: 11px;
}

.cms_article_details_font {
 color: #999999;
 font-size: 10px;
}

/************************************************************
* FORMS
* Used in templates: contact_form.tpl, email_article.tpl,
*                    comment.tpl
************************************************************/

.cms_form_table {
 background-color: white;
 border: 0;
 margin-left: 0;
}

.cms_form_field_info {
 font-size: 12px;
 padding: 3px;
 margin: 3px;
 background-color: #f5f5f5;
 border: 1px dotted #aaaaaa
}

.cms_form_field {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
}

.cms_form_buttons {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
 text-align: center
}

.cms_input {
 font-size: 9px;
 font-family: verdana,sans-serif;
 color: black;
 background-color: #dddddd;
 border: 1px solid black;
}

.cms_form_error {
 color: red;
}

/************************************************************
*  PROGRAM MESSAGE/ERROR
************************************************************/

.cms_message {
 font-size: 12px;
 text-align: center;
 border: 1px dotted #cccccc;
 padding: 3px;
 margin: 10px
}

.cms_error_message {
 margin: 25px;
}

/************************************************************
* PRINTER-FRIENDLY ARTICLE
* Used in template: article_print.tpl
************************************************************/

.print_article_header {
 font-size: 18px;
 font-weight: bold;
 background-color: #f5f5f5;
 border: 1px dotted #bbbbbb;
 padding: 5px;
 margin: 5px;
}

.print_article_box {
 font-size: 12px;
 background-color: white;
 padding: 5px;
 margin: 5px;
}

.footer {
font-size :8pt;
background: #cc6600;
padding:0;
margin:0;
}

/* FORUMS */

/* This is the outline round the main forum tables */
.forumline	{ background-color: #E5E5E5; }

/* This is the header of the main forum board */
.forumTopHead{
background-color: #930;
color: #ffffff;
font-weight: bold;
}

/* Main table cell colours and backgrounds */
.row1	{ background-color: #ffffff }
.row2	{ background-color: #F5F8FE}
.row3	{ background-color: #eeeeee }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color:#EEEEEE;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	color: #ffffff; 
    font-size: 12px; 
    font-weight : bold;
	background:url(/styles/creditmagic/img/forumheader.gif) repeat-x;
    background-color:#ffffff; 
    height: 25px;
}

.thRight th{
	color: #ffffff; 
    font-size: 12px; 
    font-weight : bold;
	background:url(/styles/creditmagic/img/forumheader.gif) repeat-x;
    background-color:#ffffff; 
    height: 25px;
}



td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#EEEEEE; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; border-collapse:collapse; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; border-collapse:collapse; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; border-collapse:collapse; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; border-collapse:collapse; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; border-collapse:collapse; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; border-collapse:collapse; }
th.thTop	 { border-width: 1px 0px 0px 0px; border-collapse:collapse; }
th.thCornerL { border-width: 1px 0px 0px 1px; border-collapse:collapse; }
th.thCornerR { border-width: 1px 1px 0px 0px; border-collapse:collapse; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,	{
			font-weight: bold; font-size: 22px; font-family:  Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; font-family:  Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif; }
    a.gen,a.genmed,a.gensmall { text-decoration: none; }
        a.gen:hover,a.genmed:hover,a.gensmall:hover	{ text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
    a.mainmenu		{ text-decoration: none; }
        a.mainmenu:hover{ text-decoration: underline; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ;}
    a.cattitle		{ text-decoration: underline;}
        a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; letter-spacing: 1px;}
    a.forumlink 	{ text-decoration: underline;}
        a.forumlink:hover{ text-decoration: underline; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
    a.nav			{ text-decoration: underline; }
        a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
    a.topictitle:link   { text-decoration: underline; }
    a.topictitle:visited { text-decoration: underline; }
    a.topictitle:hover	{ text-decoration: underline; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */

/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link        { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright  { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright      { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
        color : #000000;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
        background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
        background-color : #EFEFEF;
        color : #000000;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
        background-color : #FAFAFA;
        font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
        background-color : #FAFAFA;
        font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }
.signup-main {color: #FFFFFF; font-weight : bold;}

.Mcss {
        border: 1px solid #31659C;}

/* Header and Left menu */

#reptop {
margin:0px;
padding:0px;
background-color:#930;
}

    #reptop .left {
    background:url(/styles/creditmagic/img/left.jpg) no-repeat center;
    }

    #reptop .rep {
    background:url(/styles/creditmagic/img/rep.jpg) repeat-x;
    color:#000;
    font-size:20px;
    font-weight:200;
    text-decoration:underline;
    padding:0;
    margin:0;
    }

    #reptop .right {
    background:url(/styles/creditmagic/img/right.jpg) no-repeat center;
    }

    #reptop .bkmark {
    width:180px;
    }

        #reptop .bkmark a {
        font-size:9px;
        font-weight:bold;
        color: #eee;
        text-align:left;
        padding-left: 45px;
        }

        #reptop .bkmark a:hover {
        text-decoration:underline;
        }

    #reptop ul {
    list-style-type:none;
    margin:0;
    padding:0;
    color:#fff;
    }

.repbottom {
margin:0px;
padding:0px;
border-bottom:3px solid #999;
}

#menu{
    color: #000;
    float: left;
    font-size: 10px;
    margin: 0 0 0 0;
    padding: 0;
}
    #menu a:link,
    #menu a:visited{
        background-color: #C9E2FF;
        border-bottom: 1px solid #003399;
        display: block;
        font-size:12px;
        font-weight: bold;
        margin: 0px 10px 0px 10px;
        padding: 3px 0px 3px 15px;
        text-decoration: none;
        color: #003399;
        width: 165px;
        background-image:url(/styles/creditmagic/img/menu-bg.gif);
    }
    #menu a:hover,
    #menu a:active{
        background-image:url(/styles/creditmagic/img/menu-bg1.gif);
    }

.article_header {
border: 1px solid #669900;
background-color:#E7FFDE;
color:#222222;
padding:2px;
}

blockquote {
 border-top: 1px solid #cc6600;
 border-bottom: 1px solid #cc6600;
 border-right: 1px solid #cc6600;
 border-left: 1px solid #cc6600;
 margin-left: 1.5em;
 padding: 10px 15px 10px 15px;
 background-color: #FCF0DE;
}

.orange_header {
width:90%;
border: 1px solid #FFCC80;
background-color:#FCF0DE;
color:#222222;
padding:10px;
}
.orange_header ul{
    list-style-type:square;
    list-style-position: inside;
    color: #638C9C;
}

.orange_header li{
    color: #0066CC;
}


.green_header {
border: 1px solid #98C66E;
background-color:#F5FCEF;
color:#222222;
padding:2px;
}

.blue_header {
border: 1px solid #BDD1FA;
background-color:#F5F8FE;
color:#222222;
padding:2px;
}

.glossary {
 font-size: 14px;
 padding-left: 2px;
 color: #930;
 background-color: #F7F7F7;
 border-bottom: 1px solid #EDEDED;
}

#subcat {
border: 1px solid #993300;
background-color: #f7f7f7;
}

.topic_header_left {
background:url(/styles/creditmagic/img/highlighted-left.jpg) no-repeat center;
width:14px;
}

.topic_ask_header_rep {
background:url(/styles/creditmagic/img/icon-ask.jpg) left no-repeat;
color:#fff;
background-color:#666666;
font-size:13px;
font-family:'Trebuchet MS',verdana,sans-serif,arial,helvetica;
font-weight:bold;
padding-left:33px;
}

.topic_list_header_rep {
background:url(/styles/creditmagic/img/icon-buzz.jpg) left no-repeat;
color:#fff;
background-color:#666666;
font-size:13px;
font-family:'Trebuchet MS',verdana,sans-serif,arial,helvetica;
font-weight:bold;
padding-left:33px;
}

.topic_header_rep {
background:url(/styles/creditmagic/img/icon-ask.jpg) left no-repeat;
color:#fff;
background-color:#666666;
font-size:13px;
font-family:'Trebuchet MS',verdana,sans-serif,arial,helvetica;
font-weight:bold;
}

.topic_header_right_ask {
background:url(/styles/creditmagic/img/highlighted-right-ask.jpg) no-repeat center;
width:41px;
}

.topic_header_right_buzz {
background:url(/styles/creditmagic/img/highlighted-right-buzz.jpg) no-repeat center;
width:41px;
}

.highlighted_topic_container {
padding:4px;
margin:2px;
}

.highlighted_topic_container span {
font-size:14px;
font-weight:bold;
}

.highlighted_topic_container a {
color:#039;
}

.highlighted_topic_container a:hover {
color:#000;
text-decoration:none;
}

/* Post Details Tool Tip with background image */

a.details {
position:relative;
text-decoration:none;
font-weight:normal;
border:0;
}

a.details span {
display: none;
font-weight:normal;
cursor:auto;
}

a.details:hover {
z-index:1;
background:transparent;
font-weight:normal;
}

a.details:hover span {
display:block;
position:absolute;
top:-145px;
left:-55px;
height:139px;
width:200px;
border:0;
background:url(/styles/creditmagic/img/info-bubble.gif) no-repeat center;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:6px;
}

/* Post Details Tool Tip without background image */

a.tip {
position:relative;
text-decoration:none;
font-size: 11px;
font-weight:bold;
padding: 1px 6px 2px 6px;
border:1px solid #8FA3FF;
margin: 0;
background: #eee;
background-image:url(/styles/creditmagic/img/menu-bg.gif);
color: #c60;
}

a.tip:visited {
color: #c60;
}

a.tip:hover {
z-index:1;
background:transparent;
font-weight:bold;
color: #06c;
}

a.tip span {
display: none;
font-weight:normal;
width:200px;
cursor:auto;
}

a.tip:hover span {
display:block;
position:absolute;
top:17.5px;
left:0px;
border:0;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:1px;
background: #fff;
border: 1px solid #4059CF;
}

.tableheader {
background-color: #EDF4FB;
border: 1px solid #DDDDDD;
}

.memberpagelink          { font-size: 11px; color : #06c; }
a.memberpagelink:link    { color : #06c; text-decoration: underline; }
a.memberpagelink:visited { color : #06c; text-decoration: underline; }
a.memberpagelink:hover   { color : #06c; text-decoration: underline; }

.TabActive {
    background: #fff url(/styles/creditmagic/img/tab-1a.gif) center center no-repeat;
    height: 24px;
    width: 89px;
    font-size: 10px;
    text-align: center;
    padding-top: 2px;
}
.TabsInActive {
    background: #fff url(/styles/creditmagic/img/tab-1b.gif) center center no-repeat;
    height: 24px;
    width: 89px;
    font-size: 10px;
    text-align: center;
    padding-top: 2px;
}
.activeleft {
    background: #fff url(/styles/creditmagic/img/active-left.gif) center center no-repeat;
    height: 33px;
    width: 22px;
}
.activecenter {
    background: #fff url(/styles/creditmagic/img/active-center.gif) center center repeat-x ;
    text-align: center;
    height: 33px;
    max-width: 200px;
}
.activeright {
    background: #fff url(/styles/creditmagic/img/active-right.gif) center center no-repeat ;
    height: 33px;
    width: 22px;
}
.inactiveleft {
    height: 33px;
    width: 22px;
    background: #fff url(/styles/creditmagic/img/inactive-left.gif) center center no-repeat;
}
.inactivecenter {
    background: #fff url(/styles/creditmagic/img/inactive-center.gif) center center repeat-x ;
    text-align: center;
    height: 33px;
    max-width: 200px;
}
.inactiveright {
    background: #fff url(/styles/creditmagic/img/inactive-right.gif) center center no-repeat ;
    height: 33px;
    width: 22px;
}
.empty {
    background: #FFFFFF;
}
.tabs {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #31659C;
}

.tablinks:link, .tablinks:active, .tablinks:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}
.tablinks:hover {
    text-decoration: underline;
}

#poll {
font-size: 11px;
border: 1px solid #000;
}
    #poll .header {
    background:#666;
    color:#fff;
    border: 1px solid #ddd;
    }

    #poll .cell {
    background: #fff;
    color:#000;
    border: 1px solid #ddd;
    }






.nospace {
    padding:0px; 
    margin:0px;
}

.style4 {
    color: #000000;
        font-size: 19px;
        font-weight: bold;
}

.tblhead th{
font-size:11px;font-family:verdana,sans-serif,arial,helvetica;font-weight:bold;padding:0px 0px 0px 23px; background:url(/styles/creditmagic/img/tableheader.gif) repeat-x;
}


.menumain{
font-weight: bold;
color:#CC6600;
}

.menumain-blue{
font-size :16px;
font-weight: bold;
color:#31659C;
}

.sidemenutable{
border:1px solid #BDD1FA;
margin:2px; 
text-align:left;
width:90%;
}



/* menbers area*/

/* for ie */
*html .drop_shadow big
{font-size: 12px; }
*html .drop_shadow
{background-color: transparent; bottom right no-repeat;}
*html .drop_shadow_inner
{border:1px solid #000000;padding:3px;float:left;background-color:#FFFFFF;position:relative;left:0px;top:0px;text-align:left;}
/* others */
.drop_shadow
{background-color:#000000; bottom right no-repeat;}
.drop_shadow_inner
{border:1px solid #000000;padding:5px;float:left;background-color:#FFFFFF;position:relative;left:-2px;top:-2px;text-align:left;}
#login_box
{
  z-index:1500;
}
#login_box td
{
  color:#333333;
  white-space: nowrap;
}

#login_box input
{
background:url('/styles/creditmagic/img/inputboxbg.gif') repeat-x; height:20px; border:1px solid #E2B851; font-size:14px; color:#3F3F3F;
}

.ErrorMessage {
  color: #FF0000;
  background-color:#FFFFFF;
}

/* end menbers area*/  

    /* Main blocks
---------------------------------------- */
#page-footer {
    font-size : 11px;
    text-align:center;
	clear: both;
    padding: 10px 30px 0px 30px; 
}

#page-content {
	background: #FFFFFF;
    margin: 0px 0px 0px 0px;
	padding: 0px 200px 0px 0px;
	position: absolute;
	z-index: 2;
	}
#page-menu {
	width: 200px;
	position: absolute;
	top: 150px;
	right: 0px;
    z-index: 3; 
}

/*Login Page*/
.dform{font-size:12px; font-weight:bold; color:#666666; vertical-align:top;}
.inputbg{background:url('/styles/creditmagic/img/inputboxbg.gif') repeat-x; height:20px; border:1px solid #E2B851; font-size:14px; color:#3F3F3F; margin-top:5px;}
.buttonbig{ background-color:#CCCCCC;color:#000;font-weight:bold;font-size:11pt }
.buttonbig2{ background-color:#CCCCCC;color:#000;font-weight:bold;font-size:9pt }
.buttonbig1{ background-color:#CCCCCC;color:#000;font-weight:bold;font-size:11pt; color:#666666; }


fieldset {
    border: 1px solid #BDD1FA;
    padding: 5px;
    font-size: 11px; 
    background-color:#FFFAFA;  
}
    
    fieldset legend {
    
        padding: 3px 10px;
        color: #000;
        font-weight: bold;
    }
    
    fieldset input, fieldset textarea, fieldset select {
        margin: 0 0 5px;
        border: 1px solid #BDC7D8;
        font-size: 11px;
        padding: 1px;
    }
    
        fieldset input.check {
            border: 0;
        }
    
    fieldset select {
        padding: 0;
        display: block;
    }
    
        fieldset select option {
            padding: 3px;
        }
    

        fieldset textarea {
            line-height: 1.2em;
        }
        
    fieldset p {
        font-size: 11px;
    }
                
    fieldset label {
        font-size: 11px;
        display: block;
        font-weight: bold;
    }


ul {
    line-height: 1.5em;
    margin: .3em 0 0 1.5em;
    padding: 0;
}

ol {
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: .1em;
}

dt {
    font-weight: bold;
    margin-bottom: .1em;
}

dl {
    margin-top: .2em;
    margin-bottom: .5em;
}

dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: .1em;
}
