@import url("css/menu.css");
@import url("css/li-scroller.css");


/* CSS Document */
/*#Body {background:#FFF url(images/body_bg.png) repeat-x top left; height:100%; margin:0; padding:0; }*/

/* ControlPanel style */
.ControlPanel
{
    background: transparent url(images/cpanel_center.png) repeat-x bottom left;
    border: none;
    padding-bottom: 10px;
}
.cpanel_left
{
    background: url(images/cpanel_left.png) no-repeat bottom left;
    padding-left: 21px;
}
.cpanel_right
{
    background: url(images/cpanel_right.png) no-repeat bottom right;
    padding-right: 33px;
}

/*-------- Default Style --------*/
th, td, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.CommandButton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


th, td, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover
{
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6, h2 input
{
    color: #CCCCCC;
    font-weight: bold;
    margin: 1ex 0;
}
h1
{
    font-size: 18px;
    margin: 10px 0;
}
h2, h2 input
{
    font-size: 14px;
}
h3
{
    font-size: 13px;
}
h4
{
    font-size: 12px;
}
h5
{
    font-size: 11px;
}
h6
{
    font-size: 10px;
}

a, a:link, a:visited, a:active
{
    color: #3E81B5;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
    color: #D00;
    text-decoration: underline;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Head
{
    color: #2E3D47;
    font-weight: bold;
}
.SubHead
{
    color: #4C6171;
}
.SubSubHead
{
    color: #6E8AA0;
}
.NormalRed
{
    color: #F00;
}

/*Datagrids */
.DataGrid_Container
{
    margin-top: 15px;
}
.DataGrid_Header
{
    font-weight: bold;
}
.DataGrid_Header td, .NormalBold td
{
    font-weight: bold;
}

/*-------- design style --------*/
#s_wrap_main
{
    display: table;
    width: 970px;
    margin: 0 auto;
}
#s_wrap_sub
{
    display: table-row;
}
.template_style
{
    display: table-cell;
}

.top_space
{
    height: 34px;
}
.lang_pad
{
    padding: 7px 0 0 25px;
    float: left;
}

.logo_top_left
{
    padding: 0;
    margin: 0;
    background: url(images/logo_top_left.png) no-repeat top left;
    height: 23px;
}
.logo_top_right
{
    padding: 0;
    margin: 0;
    background: url(images/logo_top_right.png) no-repeat top right;
}
.logo_top_bg
{
    padding: 0;
    margin: 0 39px 0 27px;
    background: #FFF url(images/logo_top_bg.png) repeat-x top;
    height: 23px;
}
.logo_left
{
    padding: 0;
    background: url(images/logo_left.png) repeat-y top left;
}
.logo_right
{
    padding: 0;
    background: url(images/logo_right.png) repeat-y top right;
}
.logo_pad
{
    background: #FFF;
    margin: 0 19px 0 7px;
    padding: 0 0 10px 10px;
    height: 100%;
}

.s_logo
{
    float: left;
}
.s_banner
{
    background: #aaa;
    width: 50%;
    float: right;
}

.menu_bg
{
    padding: 0 0 0 6px;
    margin: 0 21px 0 9px;
    background: url(images/menu_bg.png) top left;
}
.menu_left
{
    padding: 0;
    margin: 0;
    background: url(images/menu_left.png) repeat-y top left;
}
.menu_right
{
    margin: 0;
    background: url(images/menu_right.png) repeat-y top right;
}

.search_style
{
    float: right;
    height: 40px;
}
.search_bg
{
    padding: 8px 2px 0 0;
}

.bread_bg
{
    padding: 0;
    margin: 0 19px 0 7px;
    background: url(images/bread_bg.png) repeat-x top left;
    height: 34px;
}
.bread_left
{
    padding: 0;
    margin: 0;
    background: url(images/bread_left.png) no-repeat top left;
    height: 34px;
}
.bread_right
{
    padding: 0;
    background: url(images/bread_right.png) no-repeat top right;
    height: 34px;
}

#login_style
{
    float: right;
    line-height: 34px;
    padding-right: 18px;
}
#bread_style
{
    float: left;
    line-height: 34px;
    padding-left: 18px;
    color: #000000;
}

.center_bg
{
    padding: 0;
    margin: 0;
    clear: both;
}
.left_bg
{
    padding: 0;
    margin: 0;
    background: url(images/left_bg.png) repeat-y top left;
}
.right_bg
{
    padding: 0;
    margin: 0;
    background: url(images/right_bg.png) repeat-y top right;
}
.content_pad
{
    padding: 10px 22px 0 22px;
    margin: 0 19px 0 7px;
    background: #FFF url(images/center_bg.png) repeat-x bottom left;
}
.lm_content_pad
{
    padding: 0px 22px 0 0px;
    margin: 0 19px 0 7px;
    background: #FFF url(images/center_bg.png) repeat-x bottom left;
}
.content_width
{
    padding-top: 15px;
    min-height: 350px;
}
.lm_content_width
{
    padding-top: 0px;
    min-height: 350px;
}

.bot_left
{
    padding: 0;
    margin: 0;
    background: url(images/bot_left.png) no-repeat top left;
}
.bot_right
{
    padding: 0;
    margin: 0;
    background: url(images/bot_right.png) no-repeat top right;
    padding: 0 39px 0 27px;
}
.bot_bg
{
    padding: 0;
    margin: 0;
    background: url(images/bot_bg.png) repeat-x top left;
    height: 41px;
}

.bot_pad
{
    margin-bottom: 20px;
    padding: 0 30px 0 20px;
}
#terms_style
{
    float: left;
}
#copy_style
{
    float: right;
}

.clear_float
{
    /*clear: both;*/
    line-height: 0;
    font-size: 0;
    height: 0;
}

/* ------- FileManager -------*/
div.FileManager
{
    height: auto;
    border: none;
}
table.FileManager
{
    width: 99%;
}


a.CommandButton:link, a.CommandButton:visited
{
    color: #CB2027;
    font-weight: bold;
    text-decoration: none;
}
a.CommandButton:hover
{
    color: #3E81B5;
    text-decoration: underline;
}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited
{
    color: #3E81B5;
}
.ControlPanel a.CommandButton:hover
{
    color: #CB2027;
    text-decoration: underline;
}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead
{
    font-size: 11px;
}
.ControlPanel a[disabled="disabled"]
{
    color: #888 !important;
    text-decoration: none !important;
}

/*--------- pane style ----------*/
.BannerPane
{
    display: inline-block;
    float: right;
    padding-right: 17px;
    width: auto;
}
.ContentPane, .TopPane, .BottomPane
{
    padding: 0;
    margin: 0;
}
.LeftPane
{
    padding: 0 20px 0 0;
    width: 20%;
    margin: 0;
}
.RightPane
{
    padding: 0 0 0 20px;
    width: 20%;
    margin: 0;
}



/*------------ Breadcrumb Style --------------*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited
{
    color: #3E81B5;
}
a.Breadcrumb:hover
{
    color: #C00;
}

/*-------------- Link Style --------------*/
.linkscontainer
{
    padding-top: 20px;
    text-align: center;
}
.links, a.links:link, a.links:active, a.links:visited
{
    font-weight: bold;
    color: #3E81B5;
    text-transform: uppercase;
}
a.links:hover
{
    color: #C00;
}

/*-------------- User Style --------------*/
.user, a.user:link, a.user:active, a.user:visited
{
    color: #3E81B5;
}
a.user:hover
{
    color: #C00;
}

/*-------------- Footer Style --------------*/
.footer, a.footer:link, a.footer:active, a.footer:visited
{
    color: #3E81B5;
}
a.footer:hover
{
    color: #C00;
}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane
{
    width: 0;
    padding: 0;
    margin: 0;
}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}
div.SearchBorder
{
    width: 180px;
    height: 20px;
    border: solid 1px #e0e0e0;
    float: left;
    background-color: White;
    white-space: nowrap;
    margin-top: 2px;
}
div.SearchContainer a
{
    padding: 0;
    display: block;
    float: left;
}
div.SearchContainer a img
{
    padding-left: 5px;
}
div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}
div.SearchIcon img
{
    margin-top: 3px;
}

input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0;
    width: 130px;
    height: 18px;
    margin-left: 3px;
    color: #43494D;
}

#SearchChoices
{
    clear: both;
    display: none;
    border: solid 1px #C3D4DF;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #F3F7FA;
    position: absolute;
    top: 22px;
    left: 0;
}
#SearchChoices li
{
    cursor: pointer;
    margin: 0;
    padding: 2px 2px 0 2px;
    padding-left: 25px;
    height: 18px;
    text-align: left;
    background-color: #F3F7FA;
    background-repeat: no-repeat;
    background-position: 2px center;
    list-style: none;
    list-style-image: none;
    border: none;
    display: block;
}
#SearchChoices li.searchHilite
{
    background-color: #CE0D0D;
    color: #ffffff;
    border: none;
}
#SearchChoices li.searchDefault
{
    background-color: #F8FAFF;
    border: none;
}


/* Minimal Entropy Example Styles */
.linkscontainer_left
{
    padding: 0;
    background: url(images/left_bg.png) repeat-y bottom left;
}
.linkscontainer_right
{
    padding: 0;
    background: url(images/right_bg.png) repeat-y bottom right;
}
.linkscontainer_pad
{
    background: url(images/center_bg.png) repeat-x bottom left;
    margin: 0 19px 0 7px;
    padding: 0 0 10px 10px;
    height: 100%;
}

.tag_bg
{
    padding: 0;
    margin: 0 19px 0 7px;
    background: url(images/bread_bg.png) repeat top left;
    min-height: 68px;
}
.tag_left
{
    padding: 0;
    margin: 0;
    background: url(images/bread_left.png) repeat-y top left;
    min-height: 68px;
}
.tag_right
{
    padding: 0;
    background: url(images/bread_right.png) repeat-y top right;
    min-height: 68px;
}

#tag_style
{
    display: table;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
}
#tag_style ul.categories, #tag_style ul.tags
{
    min-height: 34px;
    max-height: 34px;
    height: 34px;
}


/* WUP STYLES */
body
{
    background: #f8f7e5 url(images/mainbg.jpg) no-repeat center top;
    margin: 0px auto;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    line-height: 160%;
    color: #CCCCCC;
    background-color: #000000;
    min-width: 974px;
}
div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

/* -------------------[ HTML ]------------------- */

p
{
    line-height: 1.7em;
    padding-bottom: 10px;
}


h1
{
    font-size: 18px;
    color: #4bb5e7;
    font-weight: normal;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
}
h2
{
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
}
h3
{
    color: #EE2A7C;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    padding-top: 10px;
    border-color: #EAEAEA;
}

h4
{
    color: #f7eebd;
    font-size: 13px;
    margin-bottom: 10px;
    padding-top: 10px;
}

h5
{
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

h6
{
}

a
{
    color: #4bb5e7;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #EE2A7C;
}

img
{
    border: none;
}

blockquote
{
}

ul
{
}

li
{
}
/*
ol, ul
{
    list-style: none outside none;
}
*/
.clearit
{
    margin: 0;
    padding: 0;
    height: 0;
    clear: both;
}

.lineSeperator
{
    border-top: 1px dotted #666666;
    margin: 10px 0;
}

ul.form-block label
{
    cursor: pointer;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 2px;
    color: #CCCCCC;
}

/* -------------------[ INDEX MENU WITH CIRCLES ]------------------- */



/* -------------------[ MAIN INSIDE MENU WITH CIRCLES ]------------------- */

.registertext
{
    font-size: 13px;
    left: 27px;
    text-align: center;
    text-decoration: none;
    top: 60px;
}
.votetext
{
    font-size: 13px;
    left: 37px;
    text-align: center;
    text-decoration: none;
    top: 60px;
}
.abouttext
{
    font-size: 13px;
    left: 30px;
    text-align: center;
    text-decoration: none;
    top: 60px;
}
.contesttext
{
    font-size: 13px;
    left: 0px;
    text-align: center;
    text-decoration: none;
    top: 60px;
    width: 95px;
}

.toptext
{
    font-size: 13px;
    left: 30px;
    text-align: center;
    text-decoration: none;
    top: 60px;
}
.prizestext
{
    font-size: 13px;
    left: 31px;
    text-align: center;
    text-decoration: none;
    top: 60px;
}
.rulestext
{
    font-size: 13px;
    left: 10px;
    text-align: center;
    text-decoration: none;
    top: 60px;
}
.registertext a
{
    font-size: 13px;
    left: 26px;
    top: 61px;
}

#menu
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 665px;
    height: 100px;
    position: relative;
}
#menu span
{
    position: absolute;
}
#menu a
{
    display: block;
    position: absolute;
    outline: none;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}
#menu a:hover
{
    background-position: left bottom;
    padding-left: 20px;
}
#menu a:hover span
{
    display: block;
}
#menu .register
{
    width: 95px;
    height: 100px;
    background: url(images/register.gif) no-repeat;
    left: 0px;
    top: 0px;
}

#menu .vote
{
    width: 95px;
    height: 100px;
    background: url(images/vote.gif) no-repeat;
    left: 95px;
    top: 0px;
}

#menu .about
{
    width: 95px;
    height: 100px;
    background: url(images/about.gif) no-repeat;
    left: 190px;
    top: 0px;
}

#menu .contests
{
    width: 95px;
    height: 100px;
    background: url(images/contests.gif) no-repeat;
    left: 285px;
    top: 0px;
}

#menu .topten
{
    width: 95px;
    height: 100px;
    background: url(images/topten.gif) no-repeat;
    left: 380px;
    top: 0px;
}

#menu .prizes
{
    width: 95px;
    height: 100px;
    background: url(images/prizes.gif) no-repeat;
    left: 475px;
    top: 0px;
}

#menu .rules
{
    width: 95px;
    height: 100px;
    background: url(images/rules.gif) no-repeat;
    left: 570px;
    top: 0px;
}










/* -------------------[ MAIN INSIDE MENU WITH CIRCLES ]------------------- */

.Indexregistertext
{
    font-size: 15px;
    left: 67px;
    text-align: center;
    text-decoration: none;
    top: 134px;
}
.Indexvotetext
{
    font-size: 15px;
    left: 59px;
    text-align: center;
    text-decoration: none;
    top: 183px;
}
.Indexabouttext
{
    font-size: 15px;
    left: 36px;
    text-align: center;
    text-decoration: none;
    top: 206px;
}
.Indexcontesttext
{
    font-size: 15px;
    left: 0;
    text-align: center;
    text-decoration: none;
    top: 78px;
    width: 121px;
}

.Indextoptext
{
    font-size: 15px;
    left: 40px;
    text-align: center;
    text-decoration: none;
    top: 116px;
}
.Indexprizestext
{
    font-size: 15px;
    left: 49px;
    text-align: center;
    text-decoration: none;
    top: 173px;
}
.Indexrulestext
{
    font-size: 15px;
    left: 17px;
    text-align: center;
    text-decoration: none;
    top: 151px;
}
.registertext a
{
    font-size: 13px;
    left: 26px;
    top: 61px;
}

.indexnav
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 665px;
    height: 100px;
    position: relative;
    float:left;
}
.indexnav span
{
    position: absolute;
}
.indexnav a
{
    display: block;
    position: absolute;
    outline: none;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}
.indexnav a:hover
{
    background-position: left bottom;
    padding-left: 20px;
}
.indexnav a:hover span
{
    display: block;
}
.indexnav .register
{
    width: 184px;
    height: 305px;
    background: url(images/indexregister.jpg) no-repeat;
    left: 382px;
    top: 0px;
}

.indexnav .vote
{
    width: 137px;
    height: 305px;
    background: url(images/indexvote.jpg) no-repeat;
    left: 566px;
    top: 0px;
}

.indexnav .about
{
    width: 136px;
    height: 305px;
    background: url(images/indexabout.jpg) no-repeat;
    left: 246px;
    top: 0px;
}

.indexnav .contests
{
    width: 115px;
    height: 305px;
    background: url(images/indexcontests.jpg) no-repeat;
    left: 131px;
    top: 0px;
}

.indexnav .topten
{
    width: 122px;
    height: 305px;
    background: url(images/indextopten.jpg) no-repeat;
    left: 703px;
    top: 0px;
}

.indexnav .prizes
{
    width: 131px;
    height: 305px;
    background: url(images/indexprizes.jpg) no-repeat;
    left: 0px;
    top: 0px;
}

.indexnav .rules
{
    background: url(images/indexrules1.jpg)  no-repeat scroll 0 0 transparent;
    height:305px;
    left:825px;
    top:0;
    width:150px;
}










/* -------------------[ MENU FOOTER ]------------------- */

.footer
{
}
.footer a
{
    color: #FFF;
}
.footer a:hover
{
}


/* -------------------[ MENU WITH PINK MOUSE OVER ]------------------- */

.blue.horizontal
{
    height: 39px;
    margin: 0 auto;
    padding: 0;
    width: 758px;
}
.blue.horizontal ul
{
    height: 39px;
    list-style: none outside none;
    margin-top: 0;
    padding: 0;
    width: 900px;
}
.blue.horizontal ul li
{
    float: left;
    margin: 0;
    padding: 0;
}

.blue.horizontal ul li a
{
    display: block;
    height: 39px;
    float: left;
    font-family: "Helvetica Neue" ,helvetica, "microsoft sans serif" ,arial,sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 1px;
}


.blue.horizontal ul li a span.menu_ar
{
    display: block;
    float: left;
    height: 20px;
    padding: 10px 20px;
    cursor: pointer;
    background-image: url(images/navbgtick.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
.blue.horizontal ul li a span.menu_begin
{
    display: block;
    float: left;
    height: 39px;
    padding: 10px 20px;
    cursor: pointer;
}

/* PINK HOVER */
.blue.lite ul li a:hover, .blue.lite ul li.highlight a
{
    background: transparent url(images/navbgbutton.gif) top left;
    background-repeat: repeat-x;
    margin-top: 1px;
}

/* -------------------[ CONTAINERS ]------------------- */


.VMAdContainer
{
    margin-left: 674px;
    width: 300px;
}

.VMAdContainerHorizontal
{
    width: 975px;
}

.VMLeaderboardAd
{
    height: 90px;
    margin: 0px auto;
    width: 975px;
}

/* .VMbgContainer {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 1466px;
	} */

.VMContainer
{
    margin: 0px auto;
    width: 975px;
}
.VMHeader
{
    width: 975px;
    height: 100px;
    background-color: #000;
    margin: 7px auto 0;
}
.VMHeaderNav
{
    width: 673px;
    height: 100px;
    float: right;
}
.VMIndexHeaderNav
{
    background-color: #000000;
    height: 305px;
    text-align: center;
    width: 975px;
}
.VMIndexNavCenter
{
    height:305px;
    margin:0 auto;
    width:975px;
}
.VMInsideLogo
{
    width: 300px;
    height: 95px;
    float: left;
}
.VMPinkNav
{
    width: 975px;
    height: 39px;
    background: url("images/navbar-background.gif") no-repeat scroll left top transparent;
}
.VMShadowContainer
{
    width: 975px;
    height: 20px;
    background-image: url(images/wupshadow.gif);
}
.VMContentContainer
{
    background-color: #1F1E1C;
    width: 975px;
    border-bottom: 1px dotted #CCCCCC;
}

.VMMainContentContainer
{
    float:left;
    padding:0 20px 20px;
    width:620px;
}
.VMChannelRow
{
    width: 620px;
}

.VMChannelLeft
{
    background-color: #333333;
    border-top: 1px dotted #CCCCCC;
    float: left;
    padding: 5px;
    width: 295px;
    margin-top: 5px;
}

.VMChannelLeft img
{
    border: medium none;
    float: left;
    margin-right: 10px !important;
    margin-bottom: 3px;
    
}

.VMChannelRight
{
    background-color: #333333;
    border-top: 1px dotted #CCCCCC;
    float: right;
    padding: 5px;
    width: 295px;
    margin-top: 5px;
}

.VMChannelRight img
{
    border: medium none;
    float: left;
    margin-right: 10px !important;
    margin-bottom: 3px;

}

.VMImg
{
    border: medium none;
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}

.VMChannelRow a
{
    font-size: 12px;
    text-decoration: none;
}
.VMChannelRow a:hover
{
    font-size: 12px;
    text-decoration: underline;
}


.social-icon-sidebar
{
    -moz-border-radius-bottomright: 0.5em;
    -moz-border-radius-topright: 0.5em;
    background: none repeat scroll 0 0 #4bb5e7;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    left: 0;
    padding: 6px;
    position: fixed;
    top: 20%;
    z-index: 9998;
}

h2
{
    font-size: 16px;
    font-weight: normal;
    color: #FFCC66 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-icon-sidebar ul, li
{
    margin: 0;
    padding: 0;
}

/* -------------------[ FOOTER ]------------------- */


.VMFooterContainer
{
    height: 125px;
    margin: 20px auto 0;
    background-color: #181817;
    width: 975px;
    background-image: url(images/footerbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px dotted #CCCCCC;
}
.VMFooterLinks
{
    padding: 20px;
    text-align: center;
}
.VMFooterLinks a
{
    color: #4bb5e7;
}
.VMFooterLinks a:hover
{
    color: #FFFFFF;
}
.VMFooterCopyright
{
    padding: 0px;
    text-align: center;
    color: #CCCCCC;
}

/* -------------------[ REGISTRATION ]------------------- */

ul.login-form
{
    margin-bottom: 2em;
    text-align: left;
}
ul.login-form label
{
    cursor: pointer;
    display: block;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 2px;
    width: 125px;
}
ul.login-form li
{
    background-image: none;
    float: left;
    padding: 0;
    width: 300px;
}
ul.login-form li.loginbutton
{
    height: 31px;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}
.loginerrormsg
{
    color: Red;
    font-size: 14px;
}
.registration
{
    margin: 0 auto;
    width: 550px;
    
}
.thankyou
{
    height: 500px;
    width: 350px;
}
ul.form-block
{
    float: left;
    list-style: none outside none;
    margin-bottom: 2em;
}
ul.form-block li, ul.form-block li.half, ul.form-block li.twocol
{
    background-image: none;
    float: left;
    padding: 5px;
    width: 450px;
}
ul.form-block li.twocol
{
    margin-top: 15px;
    text-align: center;
    width: 600px;
}
ul.form-block li.half
{
    margin-right: 20px;
    width: 165px;
}
ul.form-block li.third
{
    margin-right: 19px;
    width: 63px;
}
ul.form-block li.last
{
    margin-right: 0 !important;
}
ul.form-block label
{
    cursor: pointer;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 2px;
}
ul.form-block label.justtext
{
    cursor: none;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: justify;
}
ul.form-block li.submitbutton
{
    height: 31px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    width: 450px;
}
ul.form-block li.agree
{
    height: 31px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    width: 450px;
}
.centerimg
{
    text-align: center;
}
.errormsg
{
    color: Red;
    font-weight: bold;
}
.errormsgok
{
    color: Green;
    font-weight: bold;
}


ul.check-block label
{
    display: inline;
    font-size: 11px;
    line-height: 20px;
    margin-left: 7px;
}
ul.check-block
{
    margin: 10px 0px;
    width: 150px;
    float: left;
}

.checkBoxContainer
{
    width: 450px;
    margin: 10px 0;
}

.checkBoxContainer td
{
    width: 120px;
    margin: 10px 0;
    padding: 2px;

}



ul.check-block li.fourcol
{
    text-align: left;
    width: 140px;
}

.notBold
{
    font-size: 11px;
    font-weight: normal;
}

.VMMainContentContainer ol
{
    color:#4BB5E7;
    list-style:decimal outside none;
    margin:20px;
}


.VMMainContentContainer ol p
{
    color: #CCCCCC;
}


.legal
{
    font-size: 10px;
}

.legal1
{
    font-size: 10px;
    color:Red;
}

.checkbox
{
  padding:5px;    
}

.required
{
   font-size: 8px;
   color:Red;
}

.center
{
   font-size: 12px;
   font-weight:bold;
   color:Red;
   
}

.VMTickerBg
{
    width: 650px;
    height: 95px;
    margin-left: 300px;
    border: 1px solid black;
    background-image:url(images/toptenbg.jpg);
    background-repeat:no-repeat;
}
.VMTicker
{
    border:1px solid black;
    height:40px;
    margin-left:180px;
    margin-top:32px;
    width:448px;
}

