/* VIP CSS Document */

/*------------------------------*/
/*---- Background Definition---*/
/*----------------------------*/

body
{
    background-color: #f7f4f1;
    padding: 0px;
    margin: 0px;
    font-family: arial, arial, helvetica;
    font-size: 11px;
    color: #666;
    position: relative;
    z-index: 0;
    overflow: visible; /*updated*/
}



/*------------------------------*/
/*----- Wrapper Definition ----*/
/*----------------------------*/
.homepage .homewrap
{
    width:100%;
    height:468px;
    background-color:White;
    text-align:center;
    padding:0px;
    margin:0px;
}

.subpage
{
    width: 900px;
    min-height:500px;
    margin: 0px auto;
    text-align:center;
    display:block;
    z-index: 0;
}

.admin
{
    width: 900px;
    margin: 0px auto;
    text-align: left;
    overflow: visible;
    background-color: white;
    min-height: 250px;
    z-index: 0;
    padding: 0px;
}

.subpage .wrapper
{
    width: 900px !important;
    min-height:300px;
    margin: 10px auto;
    text-align: left;
    overflow: hidden; /* for FF to wrap footer, but have problem in fully showing the FileManger mudule */
    position: relative;    
    background-image:url(images/content/shadow.gif);
    background-repeat:no-repeat;
    z-index: 0;  #
    overflow:visible; /* in IE7, there is no problem in both footer wraping and mudule showing */
    _height:400px;
    _overflow:visible;/* in IE6, no problem in footer wrapping, but the mudule can only show under the sidemenu */
}

.admin .wrapper
{
    width: 900px;
    margin: 0px auto;
    text-align: left;
    overflow: visible;
    position: relative;
    z-index: 0;
    top: 0px;
}

.sub_whitebar {width:100%; min-height:216px; background-color:white; position:absolute; z-index:-1;
              left:0px; top:0px; # _height:216px;}

/*------------------------------*/
/*------ Navigation Menu ------*/
/*----------------------------*/

.menu
{
    height: 32px;
    min-height: 32px;
    width: 900px;
    background-position: left top;
    background-color:White;
    position: relative;
    margin: 0px auto;
    padding: 0px !important;
    display: block;
    float: none;
    overflow: visible;
    z-index: 100;
}

.admin .menu
{
    min-height: 82px;
    width: 900px;
    background-color: transparent;
    color: white;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    top: 0px;
    display: block;
    float: none;
    overflow: visible;
    z-index: 100;
}

/*------------------------------*/
/*---- Homepage Contentpane ----*/
/*----------------------------*/

.homepage
{
    width: 100%;
    margin: 0px auto;
    text-align: left;
    overflow: visible;
    min-height: 250px;
    z-index: 0;
}

.homepage .contentpane
{
    position: relative;
    margin:27px auto;
    width: 300px;
    min-height: 80px;
    padding: 0px;
    overflow: visible;
    float: left;
    display: block;
}

.homepage .toppane
{
    width: 900px;
    padding: 0px;
    margin: 0px auto;
    height: 426px;
    /*background-image: url(images/pictures/flash.jpg);   /*----when added new module in here, this background image should be deleted--*/
    /*background-repeat: no-repeat;  /*----when added new module in here, this background image should be deleted--*/
    overflow: hidden;
}

.homepage .wrapper
{
    width: 900px;
    margin: 0px auto;
    padding: 13px 0px 0px 0px;
    background-image:url(images/content/shadow.gif);
    background-repeat:no-repeat;
    text-align: left !important;
    overflow: hidden;
    position: relative;
    z-index: 0; #
    padding:13px 0px 16px 0px;
}

.homepage .leftpane
{
	width: 208px;
	/*height:158px;*/
	/*background-image:url(images/content/video.jpg); /*----when added new module in here, this background image should be deleted--*/
	/*background-repeat:no-repeat; /*----when added new module in here, this background image should be deleted--*/
	margin:27px 60px 31px 0px;
	position: relative;
	float: left;
	overflow:hidden;
}
.homepage .title
{
    min-height:35px;
    width:360px;
    border-bottom:3px solid white !important;
    margin-bottom:12px;
    color: #625c54;
}

/*---------------------------------------------*/
/*-----------------rightpane for Login part----*/
/*---------------------------------------------*/
.homepage .rightpane
{
	width: 206px;
	position: relative;
	float: right;
	margin-top:27px;
	z-index:1;
}

    
/*------------------------------*/
/*---- Subpage Contentpane ----*/
/*----------------------------*/
.toppane .title
{
    display: none !important;
}

.subpage .toppane
{
    width: 900px;
    padding: 0px !important;
    min-height: 174px;
    position: relative;
    margin: 0px auto !important;
    overflow:visible; #
    _height:174px;
    _overflow:visible;
}
.subpage .toppane p img
{
    position:relative;
    padding:0px !important;
    margin:0px;
    width:900px;
    height:174px;
}
.subpage .toppane p
{
    padding:0px 0px 0px 0px;
    margin:0px 0px -2px 0px;
}


.admin .toppane
{
    display: none;
}

.admin .white
{
    display: none;
}

.subpage .contentpane
{
    position: relative;
    width: 700px;
    min-height:400px;
    padding: 0px, 0px,0px,10px;
    margin: 28px 0px 10px 20px;
    float: right;
    z-index: 100;
    overflow:visible !important;
    float: right; #    
    _height:400px;
    _overflow:visible;    
    
}

.subpage .leftpane
{
    float: left;
    width: 145px;
    min-height: 1px;
    margin: 25px 0px 0px 15px !important;
    overflow: visible; #
    _margin:25px 0px 0px 8px !important; 
    _padding:0px;
    _height:1px;    
}


.adminpage .leftpane
{
   display:none;
}

.adminpage .contentpane 
{
    position: relative;
    width: 760px;
    min-height:400px;
    padding: 0px, 0px,0px,0px;
    margin: 28px 0px 10px 0px;
    float: left;
    z-index: 0; #
    _height:400px;
    _overflow:visible;
    }
    
     

.subpage .rightpane
{
    width: 190px;
    min-height: 310px;
    max-height: 450px;
    background-color: Transparent !important;
    overflow: hidden;
    position: absolute;
    margin: 0px;
    padding: 0px;
    display: none;
    top: 0px;
    z-index: 100;
    margin-top: 20px;
    margin-left: 80px; #
    margin-left :60px;
}

.admin .contentpane
{
    width: 800px;
    min-height: 380px;
    padding: 0px;
    overflow: hidden;
    margin: 0px auto;
    z-index: 0;
    display: inline;
}

.contentpane p
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-family: arial, arial, helvetica;
    font-size: 12px;
}

.subpage .title
{
    min-height:17px;
    border-bottom:3px solid white !important;
    margin-bottom:12px;
    width:700px;
    }

#dnn_ctr383_ModuleContent .Normal
{
    display:block;   
    width:700px; 
}
/*.subpage .Normal p, .subpage .Normal div
{
    width:700px;
    float:left;
    margin-top:2px;
}
.subpage .Normal img
{
    position:relative;
    padding:0px;
    margin-top:5px;
    
    
}
.subpage .Normal Table
{
    position:relative;
    display:block;
    float:left;
}*/

.subpage .containerTable
{
    width:700px !important;
}
.subpage .toppane .containerTable
{
    width:900px; /*-- this is for IE6, must have it--- */
}

/*------------------------------*/
/*------ Right Hand 109 -------*/
/*----------------------------*/

.subpage .lines
{
    width: 269px;
    height: 449px;
    background-image: url(images/rhs/lines.gif);
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
    top: 0px;
    z-index: 5;
    margin-left: 55px;
    display: none; 
}

.subpage .lines2
{
    width: 270px;
    height: 449px;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    float: right;
    padding: 0px;
    display: block;
    top: 0px;
    z-index: 5;
    margin-left: 0px;
}

.homepage .lines, .admin .lines
{
    visibility: hidden;
    display: none;
}


.subpage .lines .logo, .subpage .lines2 .logo
{
    width: 111px;
    min-height: 449px;
    height: 449px;
    background-image: url(images/rhs/109.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    z-index: 10;
}

.homepage .lines .logo, .admin .lines .logo
{
    visibility: hidden;
    display: none;
}

.subpage .lines .logo img
{
    width: 111px;
    height: 329px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    z-index: 10;
}

/*------------------------------*/
/*-------- Footer Pane --------*/
/*----------------------------*/

.footer
{
    height: 60px;
    width: 875px;
    color: #999;
    position: relative;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom:10px;
    display: block;
    z-index: 199;
    border-top: 1px solid white;    
    
}

.admin .footer
{
    height: 41px;
    width: 900px;
    background-color: black;
    color: #464545;
    position: relative !important;
    margin: 0px;
    padding: 0px;
    z-index: 0;
    line-height: 3.5em;
    background-image: url(images/footer/copyright.gif);
    background-position: right top;
    background-repeat: no-repeat;
    top: 0px;
}

.footer a:link, .footer .SkinObject
{
    color: #999;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
}

.footer a:visited
{
    color: #999;
    text-decoration: none;
    text-transform: capitalize;
}

.footer a:active
{
    text-decoration: none;
    text-transform: capitalize;
}

.footer a:hover
{
    text-decoration: underline;
    text-transform: capitalize;
}

.footer img
{
    border: 0px;
    background-repeat: no-repeat;
}

.footer a
{
    padding-right: 6px;
    padding-left:6px;
}

.footer span
{
    position:relative;
    margin-top:10px !important; 
}

.footer .fdg
{
    width: 127px;
    height: 55px;
    position: absolute;
    display:block;
    right:0px;
    padding:0px;
    margin-top:-13px;
    background-image: url(images/footer/fdg_logo.gif);
    background-position: right;
    background-repeat: no-repeat; #
    margin-top:0px;

}

.footer .fdg:hover
{
    background-image: url(images/footer/fdg_logo_red.gif);
    cursor: pointer;
}

.blank
{
    height: 100%;
    background-color: transparent;
    color: white;
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 719px;
    z-index: 99;
    display: none;
}



/*------------------------------*/
/*-------- TEXT STYLES --------*/
/*----------------------------*/

p, span, pre
{
}

.contentpane a
{
    font-family: Arial, Sans-Serif;
    color: #3399cc;
    text-decoration: underline;
}

.contentpane a:hover
{
}

.contentpane h1
{
}

.contentpane h2
{
    font-size: 11px;
    font-weight: bold;
    color: #333;
    padding: 0px;
    margin: 0px 0px 6px 0px;
}


/*------------------------------*/
/*---- EXTRA: DNN SPECIFIC ----*/
/*----------------------------*/

.ControlPanel
{
    position: relative;
    z-index: 101;
    width: 900px;
    top: 0px;
    padding: 0px;
    z-index: 100;
    overflow: visible;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.admin .ControlPanel
{
    z-index: 0;
    width: 900px;
    position: relative;
    top: 0px;
}


/*NEWS MODULE*/

.viewnewsarticle
{
    text-align: left !important;
    font-family: arial, arial, helvetica;
    font-size: 11px;
    color: #666;
}

.NewsFull
{
    text-align: left;
}

.viewnewstitle
{
    padding-bottom: 20px;
    font-size: 16px !important;
    color: Black !important;
}

.viewnewsreturn
{
    text-decoration: none !important;
    font-family: arial, Arial;
    font-size: 11px;
    color: #666 !important;
    font-weight: normal !important;
}

.viewnewsreturn:hover
{
    text-decoration: underline !important;
    font-family: arial, Arial;
    font-size: 11px;
    color: #e51837 !important;
    font-weight: normal !important;
}



.NukeNews_AltItem, .NukeNews_Item
{
    background-color: Transparent;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px !important;
}

.newscontainer td
{
    padding-bottom: 20px;
    padding-top: 20px;
}

.newscontainer td:hover
{
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #f6f6f6;
}



#dnn_ctr437_Signin_plPassword_imgHelp
{
    display: none !important;
}



#dnn_ctr437_Signin_plUsername_imgHelp
{
    display: none !important;
}


#dnn_ctr437_Signin_plUsername_lblLabel
{
    color: #000 !important;
    font-size: 11px;
    font-weight: normal;
    font-family: arial, Arial;
    text-align: left !important;
}

#dnn_ctr437_Signin_plPassword_lblLabel
{
    color: #000 !important;
    font-size: 11px;
    font-weight: normal;
    font-family: arial, Arial;
    text-align: left !important;
}



td.subhead
{
    text-align: left !important;
    
}




.CommandButton
{
}



/*------------------------*/
/*------ SITEMAP --------*/
/*------------------------*/

.sitemaplink0, .sitemaplink0 a:link, .sitemaplink0 a:active, .sitemaplink0 a:visited
{
    font-size: 11px;
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 15px;
    color: #666;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.sitemaplink0 a:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #666;
    font-weight: bold;
    padding-left: 20px;
}



.sitemaplink1, .sitemaplink1 a:link, .sitemaplink1 a:active, .sitemaplink1 a:visited
{
    font-size: 11px;
    padding-left: 30px;
    text-decoration: none;
    color: #666;
}

.sitemaplink1 a:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #666;
}

.sitemaplink2, .sitemaplink2 a:link, .sitemaplink2 a:active, .sitemaplink2 a:visited
{
    font-size: 9pt;
    text-decoration: none;
    padding-left: 25px;
}
.sitemaplink2 a:hover
{
    font-size: 9pt;
    text-decoration: underline;
    color: #e51837;
}

/*------ FORMS ------*/


#dnn_ctr444_ViewMemberStats_allUsersView
{
    border: none !important;
}

#dnn_ctr444_ViewMemberStats_allUsersView tr.alt, tr.alt
{
    background-color: #fafafa;
}


#dnn_ctr444_ViewMemberStats_allUsersView tr.row, tr.row
{
    background-color: #fff;
}

#dnn_ctr444_ViewMemberStats_allUsersView td
{
    padding: 4px;
    border: 1px solid #eee;
    text-align: left;
}

table.update td, table.form td
{
    padding: 4px;
    text-align: left;
}

#dnn_ctr444_ViewMemberStats_allUsersView td a
{
    color: #e51837;
}

#dnn_ctr444_ViewMemberStats_allUsersView td a:hover
{
    text-decoration: underline !important;
}

#dnn_ctr444_ViewMemberStats_allUsersView th
{
    padding: 4px;
    background-color: #aaa;
    color: White;
    border: 1px solid #999;
    font-weight: normal;
    font-size: 11px;
}

#dnn_ctr444_ViewMemberStats_allUsersView th a
{
    background-color: #aaa;
    color: White;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none !important;
}

table.searchstats
{
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 10px;
}


.searchbox
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 11px;
    background-color: #f2f2f2;
    color: #666;
    font-weight: bold;
}

.textbox
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 11px;
    background-color: #f2f2f2;
    color: #666;
    font-weight: bold;
    min-width: 200px;
    overflow: visible;
}

.searchbutton
{
    border: none;
    font-size: 11px !important;
    background-color: #666;
    color: #fff;
    font-weight: bold;
}


.searchbutton:hover
{
    border: none;
    background-color: #e51837;
    color: #fff;
    font-weight: bold;
}


.submit
{
    border: none;
    font-size: 11px;
    background-color: #666;
    color: #fff;
    font-weight: bold;
}

.submit:hover
{
    border: none;
    font-size: 11px;
    background-color: #e51837;
    color: #fff;
    font-weight: bold;
}


tr.password
{
    border: 1px solid #ccc !important;
}

.welcome
{
    font-size: 20px;
    background-color: Transparent !important;
    text-transform: capitalize;
}



.LoginButton
{
    border: none;
    font-size: 11px;
    background-color: #e51837;
    color: #fff;
    font-weight: bold;
    width: 40px !important;
    margin-top: 20px;
    padding: 2px 3px 2px 0px; #
padding:0px0px0px0px;

}

.LoginButton:hover
{
    border: none;
    font-size: 11px;
    background-color: #e51837;
    color: #fff;
    font-weight: bold;
}

table.login
{
    margin-left: 0px; #
margin-left:20px;}

.forgot
{
    color: #666 !important;
    text-decoration: underline !important;
}

.logintextbox
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 11px;
    background-color: #f2f2f2;
    color: #666;
    font-weight: bold;
    min-width: 50px;
    overflow: visible;
}

.logintextbox:hover
{
    border: 1px solid #999;
    padding: 2px;
    font-size: 11px;
    background-color: #fff;
    color: #666;
    font-weight: bold;
    min-width: 50px;
    overflow: visible;
}


/*------------------------*/
/*----- NEWS MODULE -----*/
/*----------------------*/
.newsrow p
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.viewnewsarticle
{
    text-align: left !important;
    font-family: arial, arial, helvetica;
    font-size: 11px;
    color: #666;
}

.NewsFull
{
    text-align: left;
}

.viewnewstitle
{
    padding-bottom: 20px;
    font-size: 16px !important;
    color: #e51837 !important;
}

.newsbutton
{
    border: none;
    font-size: 11px !important;
    background-color: #666;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    padding: 2px 6px 3px 6px !important;
    border: none;
}

.newsbutton:hover
{
    background-color: #b5afa6;
    color: #fff;
    border: none;
}


.newstitle
{
    font-size: 12px;
    font-weight: bold;
    color: #716b62 !important;
    padding: 0px !important;
    text-indent: 0px !important;
    margin: 0px !important;
    text-decoration: none !important;
}


.newstitle:hover
{
    padding: 0px !important;
    text-indent: 0px !important;
    margin: 0px !important;
    text-decoration: underline !important;
}

.NukeNews_AltItem, .NukeNews_Item
{
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px !important;
}

.newscontainer td
{
    padding-bottom: 0px;
    padding-top: 0px;
}

.newscontainer td:hover
{
    padding-bottom: 0px;
    padding-top: 0px;
}

.readmore
{
    text-align: right;
}

.readmore a
{
    text-decoration: none !important;
}

.readmore a:hover
{
    text-decoration: underline !important;
    color: #333;
}

.FCK__ShowTableBorders
{
    position:relative;
    margin:0px;
    float:left;
    text-align:left;
}

.leftpane h2
{
    font-family: Georgia ;font-size: 20px;font-weight: normal;color: #7f7970;
}