﻿
/* ELEMENTS */
html
{
    padding: 0;
    margin: 0;
}
body
{
    padding: 0px;
    margin: 0px;
    font-family: arial, sans-serif;
    font-size: 1em;
    text-align: center;
    background: #ebe8d9 url(/UserFiles/Image/bodyBackground.jpg) repeat-x;
}

h1
{
    font-family: arial, georgia, serif;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    color: #8B0016;
    font-weight: 600;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
    
    .quizTitle
    {
        border-bottom: 4px solid #615a56;
        padding: 0px 0px 10px 0px;
        position: relative;
        width: 350px;
        display: block;
        clear: both;
    }
    .quizTitle img
    { 
        position: absolute;
        top: 0px;
        left: 300px;  
    }
    .discussTitle
    {
        
        padding: 5px 0px 5px 10px;
        width: 575px;
        display: block;
        clear: both; 
        color: #fff;
        font-size: 0.8em;
        background-image: url(/UserFiles/Image/titles/red-grd-bg.jpg);
           
}
.noPosts
{
    color: White;
    font-weight: bold;
}

h2
{
    font-family: arial, georgia, serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
    .quizSubTitle
    {
        border-top: 4px solid #615a56;
        padding: 22px 0px 10px 0px;
        position: relative;
        width: 320px;
        display: block;
        clear: both;
    }

h3
{
    font-family: arial, georgia, serif;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;

}
h4
{
    font-family: arial, georgia, serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    font-weight: 600;

}
a
{
    color: #56514a;
}

a:hover
{
    color: #8b0016;
}
/* MAIN LAYOUT */

.loggedIn
{
    margin-bottom: 5px;
    text-align: right;
    font-size: smaller;
    font-weight: bold;
}

div#wrapper
{
    width: 770px;
    overflow: hidden;
    margin: 50px auto 50px auto;
    font-size: 0.75em;
    text-align: left;
    background-color: #fff;
    border-bottom: 2px solid #7B8673;
    position: relative;
}
div.wrapperTop
{
    height: 30px;
    background-color: #8b906e;
    position: relative;
}
div.wrapperTop img
{
    position: absolute;
    top: 40px;
    right: 20px;
    border: 0px;
}
.LogoLink
{
    position: absolute;
    top:20px;
    left:20px;
    border: 0px;
    
}
.LogoLink img
{
    border: 0px;
    
}

p#navSuper
{
    float: left;
    padding: 0px 0px 0px 55px;
    margin: 0;
    height: 90px;
    width: 399px;
    text-indent: -999em;
    background: url(/UserFiles/Image/logo.gif) left no-repeat;
}
div#graphicFeature
{
    width: 740px;
    height: 186px;
    display: block;
    clear: both;
    margin: 0px auto 0px auto;
    background-color: #fff;
    border: 3px solid #56514a;
}
/*------ ------------*/

.PaddedContent
{
    padding: 13px;
    margin: 0px;
}

/*------ Breadcrumbs ------------*/
p#breadcrumbs
{
    font-size: 0.9em;
    padding: 0px 0px 5px 15px;
    margin: 0;
    color: #981135;
    clear: both;
}
p#breadcrumbs a
{
    color: #890022;
}
/*------ contentMain ------------*/

div#contentMain
{
    width: 585px;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div#contentMain p
{
    font-size: 0.9em;
    line-height: 16px;

}
/* ---------------START Page styles ---------------*/
.pageContent
{

    color: #686363;
    float: left;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
}
.pageContent p
{
    padding: 10px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
  
}
.home{
    width: 265px;
}
.pageContent a
{
    color: #56514a;

}
.pageContent a:hover
{
    color: #7b002a;

}
.pageContent a:visited
{
    color: #56514a;

}
.quizContent
{
    width: 350px;
    color: #686363;
    float: left;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
}
.titleDate
{
    width: 296px;
    border-top: 1px solid #686363;
    display: block;
    clear: both;
    padding: 0px 5px 0px 20px;
    margin: 0px 0px 0px 0px;

}

.titleDate p
{   float:left;
    width: 200px;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;

}
.titleDate a
{   text-decoration: underline;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #57574F;
}
.titleDate a:hover
{   
    color: #820033;
    
}
.titleDate em
{   float: right;
    font-style: normal;
    color: #8B0016;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
.quiz
{
}
.quizContent ol
{
    list-style-type:lower-alpha;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
}
.quizContent ol a
{
    text-decoration: underline;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #57574F;
}
.quizContent ol a:hover
{
    text-decoration: underline;
    font-style: normal;
    color: #8B0016;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
.progressBar
{
    width: 280px;
    display: block;
    clear: both;
    margin: 5px 0px 10px 0px;
    padding: 2px 2px 2px 10px;
    background-color: #97A084;
    color: #fff;
        min-height: 18px;
    height: auto !important;
    height: 18px;
}
.progressBar p
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.progressBar .progressIndicator
{
    float: right;
    width: 180px;
    border: 1px solid #fff;
    background-color: #C4392E;
    min-height: 15px;

    height: 16px;
}
/* ---------------END P styles ---------------*/

/* ---------------START Latest Post User Control ---------------*/

.latestPost
{
     float: right;
     background-color: #56514a;
     padding:0px 0px 0px 0px;
     margin: 0px 0px 10px 0px;
     position: relative;
}
.latestPost h3
{
     display: block;
     background-color: #d3d2c9;
     padding:3px 10px 3px 8px;
     margin: 5px 5px 0px 3px;
     border: 3px solid #707561;
}
.latestPostImage
{
    position: absolute;
    top:5px;
    left: 245px;
}
ul.latestPostList
{
    width: 284px;
    overflow: hidden;
    padding: 0px 3px 5px 3px;
    margin: 0;
 }
ul.latestPostList li
{
    float: left;
    width: 266px;
    padding: 5px;
    margin: 0 0px 0px 0px;
    list-style-type: none;
    clear: both;
    background-color: #b3b5a4;
    border: 3px solid #707561;
}
ul.latestPostList li img
{
    float: left;
    width: 28px;
    height: 17px;
    margin: 2px 0px 0px 5px;
}
ul.latestPostList li a
{
    display: block;
    margin: 0 0 0 50px;
    color: #56514a;
}
ul.latestPostList li p
{
    display: block;
    margin: 0 0 0 50px;
    color: #7b002a;
}
/* ---------------END Latest Post User Control styles ---------------*/

ul.lessonPlans
{
    overflow: hidden;
    padding: 0px 3px 5px 3px;
    margin: 0;
 }
ul.lessonPlans li
{
    float: left;
    width: 500px;
    padding: 5px;
    margin: 0 0px 10px 0px;
    list-style-type: none;
    clear: both;
    border: 1px solid #babb9c;
    border-bottom:  4px solid #babb9c;

}
ul.lessonPlans li img
{
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px 0px 0px 5px;
}
ul.lessonPlans li a
{
    display: block;
    margin: 0 0 0 30px;
    color: #56514a;
}
ul.lessonPlans li em
{
    display: block;
    margin: 0 0 0 30px;
    font-size: 90%;
    font-style: normal;


}



/* ---------------Start Discuss Table ---------------*/

#discussBlock
{
    font-family: arial, georgia, serif;
    font-weight: normal;
    color: #fff;
	width: 100%;
	clear: both;
	border-collapse: collapse;
	text-align: left;
	border-bottom: 4px solid #8b906e;
}
#discussBlock th
{
    font-size: 0.9em;
    background: #8b906e;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 8px;

}
#discussBlock tr
{
	vertical-align: middle;
}
#discussBlock td
{
	color: #56514a;
	padding: 10px 8px;
	border-bottom: 1px solid #8b906e;
	
}
.Border
{
	border-bottom: 4px solid #8b906e !important;

	
}
#discussBlock td a
{
	display: block;
    margin: 0px;
    color: #56514a;
}
#discussBlock td a:hover
{

    color: #8B0016;
}
#discussBlock td p
{
	margin: 0px;
	padding: 0px;
}
#discussBlock td em
{
    font-style: normal;
    color: #8B0016;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.tbForumIndex
{
	width: 250px;
}
.tbForumIndex p
{
	float: left;
	text-align:left;

}
.tbForumLeft
{
	width:40px;
	float: left;
	text-align: center;
}
.tbForumRight
{
	width:200px;
	float: left;
	margin: 0px 0px 0px 5px;
}
.tbDiscussion
{
	width: 40px;
}
.tbPosts
{
	width: 30px;
}
.tbPostsCategory
{
	width: 100px;
}
.tbLatestDiscussion
{

}


/*----------------topic detail ------*/

.topicDetail
{
    display: block;
    clear: both;
    margin: 0px 0px 5px 0px;
    padding: 5px 0px 0px 0px;
}

.topicDetail h2
{
    color: #fff;
    padding: 5px 0px 5px 10px;
    margin: 0px;
    display: block;
    width: 565px;
    background: #8b906e;
}
.topicDetail em
{
    font-style: normal;
    display: block;
    background: #8b906e;
    width: 565px;
    color: #fff;
    padding: 0px 0px 5px 10px;
    margin: 0px 0px 0px 0px;
}
.topicUser
{
    float: left;
    width: 86px;
    padding: 0px 0px 0px 0px;
    margin: 8px 8px 0px 0px;
    border: 1px solid red;
    background-color: #c1c9b1;
    border: 1px solid #7b8673;
    min-height: 190px; 
    height: auto !important; 
    height: 190px;
    position: relative;
    text-align: center;
}
.topicUser p
{
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.topicUser a
{
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #000;
    margin: 5px 0px 10px 0px;
    padding: 3px 0px 3px 0px;
    font-size: 0.8em;
    background: #dce1d3 url(/UserFiles/Image/bullet-blog.gif) right no-repeat;
}
.topicProfilePic
{
   border: 4px solid #fff;
   margin: 8px 0px 10px 0px;
 }
.topicFlagPic
{
   position: absolute;
   top:5px;
   right: 10px;
}
.topicContent
{
    float: left;
    width: 460px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.topicContent p
{
     padding: 0px 0px 0px 0px;
    margin: 8px 0px 0px 0px;
}

/*----------------Blog Home-----------*/

.YoungAmbassadorIntro
{
    width: 330px;
    display: block;
}


.blogProfileLeft
{
    width: 482px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.blogProfileRight
{
    width: 95px;

    margin: 0px;
    padding: 0px;
    float: right;
}

.blogProfileRight ul
{      width: 95px;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.blogProfileRight ul li
{
    margin: 0px;
    list-style-type: none;
    padding: 3px 15px 3px 0px;
    font-size: 0.8em;
    background: url(/UserFiles/Image/bullet-righ.gif) right no-repeat;
}
.blogProfileRight ul li a
{
    color: #5d5951;
}
/*----------------Blog User A Home-----------*/
.blogUserLeft
{
    width: 322px;
    color: #686363;
    float: left;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;

}
.blogUserLeft h1
{
     color: #8B0016;
     font-size: 1em;
     padding:0px 0px 5px 0px;
     margin: 0px 0px 0px 0px;
     border-bottom: 4px solid #615a56;
}
.blogUserLeft h2
{
     font-size: 0.9em;
     padding:10px 0px 2px 0px;
     margin: 0px 0px 0px 0px;
}
.blogUserLeft em
{
   color: #8B0016;
        font-size: 0.8em;
   font-weight: 600;
   font-style: normal;
   padding: 0px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
}
.blogUserLeft p
{
    text-align: justify;
}
.blogUserCommentLink
{
    border-top: 1px solid #615a56;
    border-bottom: 1px solid #615a56;
    display: block;
    padding: 1px 0px 1px 0px;
    width: 100%;
    min-height: 13px;
    height: auto !important;
    height: 13px;
    position: relative;
   
}
.blogUserCommentLink p
{
    color: #5d5951;
    float: right;
    margin: 0px 0px 0px 0px;
    padding:  0px 40px 0px 0px;
}
.blogUserCommentLink em
{
    color: #5d5951;
    width: 25px;
    height: 24px;
    top:-2px;
    right:10px;
    text-align: center;
    display: block;
    position: absolute;
    background-image: url("/UserFiles/Image/blog-comment.png");
    background-repeat: no-repeat; 
    *filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='/UserFiles/Image/blog-comment.png', sizingMethod='image');
    *background-image:none;
}
.blogUserComment 

{
    margin: 5px 0px 0px 0px;
    padding:  5px 0px 15px 0px;
    border-bottom: 1px solid #615a56;
}
.blogUserComment p
{
    margin: 0px 0px 0px 0px;
    padding:  0px 0px 5px 0px;
}
.blogUserComment a
{
    color: #5d5951;
}
.blogUserComment  em
{
    color: #8B0016;
}
.blogUserRight
{
     float: right;
     width: 218px;
     padding:0px 0px 0px 0px;
     margin: 0px 0px 10px 0px;

}
.blogUserRight h3
{
     color: #8B0016;
     font-size: 1em;
     padding:0px 0px 5px 0px;
     margin: 0px 0px 0px 0px;
     border-bottom: 4px solid #615a56;
}
ul.blogLatest 
{
   padding: 0px;
   margin: 0px;


}
ul.blogLatest li
{
    padding: 7px 0px 7px 3px;
    margin: 0 0px 0px 0px;
    list-style-type: none;
    font-size: 0.8em;
    clear: both;
    width: 204px;
    border-bottom: 1px solid #a7a39b;
}
ul.blogLatest li a
{
    display: block;
    margin: 0 0 0 5px;
    color: #56514a;
}


/* ---------------Blog Latest Post User Control styles ---------------*/


/* ---------------Blog Profile ---------------*/

ul.blogUserMini 
{
    background-color:#ccc2ae;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    display: block;
    width: 208px;
    clear: both;
    border-top: 1px solid #a7a39b;
    border-top: 4px solid #615a56;
}

ul.blogUserMini li
{
    padding: 0px;
    float: left;
    display: block;
    height: 55px;
    margin: 0px 0px 0px 0px;
    padding: 3px 4px 3px 4px;
    list-style-type: none;
    position: relative;
}

ul.blogUserMini li a
{

}
.blogProfilePic
{
   border: 2px solid #fff;
   margin: 0px 0px 0px 0px;

}
.blogFlagPic
{
   position: absolute;
   top: 0px;
   right: 0px;
}  

/* ---------------Blog Latest Post User Control styles ---------------*/


/*----------------Blog Comments----------------*/

.BlogComments
{
    overflow:hidden;
}

.BlogComments .comment
{
    padding:10px;
    margin:5px;
    font-style:italic;
}

.BlogComments .comment span
{
    color:Black;
    font-style:normal;
}

.BlogComments .PostBlogBox
{
    width:300px;
    display:block;
    margin:10px auto;
}

.BlogComments .PostBlogButton
{
    display:block;
    float:right;
}

/*----------------pager--------------*/

.pager
{
    margin:20px auto;
    width: 230px;
    
}
.pageNumbers
{
    width: 110px;
    float: left;
    text-align:center !important;

}
.pageNumbers p
{
      padding: 0px 0px 0px 0px;
      margin: 0px;
      text-align:center !important;

}
.pageNumbers a
{
      color: #56514a;
      padding: 0px 2px 0px 2px;
      text-decoration: underline;
}
.pageNumbers a:hover, .pageNumbers a:active
{
      color: #981135;
      text-decoration: underline;
}

/* ---------------START Footer styles ---------------*/

div#footer
{
    width: 100%;
    min-height: 74px;
    height: auto !important;
    height: 74px;
    overflow: hidden;
    background: url(/UserFiles/Image/footer-bg.gif) top repeat-x;
    background-color: #babb9c;
    padding: 0px 0 0px 0;
    display: block;
    clear: both;

}
div#footer ul
{
    float: right;
    list-style: none;
    padding: 0;
    margin: 30px 5px 0 0;
}
div#footer li
{
    float: left;
    padding: 0 10px 0 10px;
    border-left: 2px solid #fff;
}
div#footer li a
{
    float: left;
    color: #57574F;
        font-size: 0.9em;
}
div#footer p
{
    display: block;
    padding: 1px 0 1px 0;
    margin: 0;
    font-size: 0.7em;
    color: #ffffff;
}
div#footer p a
{
    color: #ffffff;
}
/* start example styles */
div#pngfix
{
    clear: both;
    position: absolute;
    top: 104px;
    left: 0px;
    width: 986px;
    height: 634px;
    background-image: url("/UserFiles/Image/white_bg.png");
    background-repeat: no-repeat; *filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='/UserFiles/Image/white_bg.png', sizingMethod='image');
*background-image:none;
}

div#minheight
{
    min-height: 68px;
    height: auto !important;
    height: 68px;
    border: 0;
}

.progressImage { margin: 0px; height: 16px; width: 50%;}
.pollOptionLabel {font-weight: bold; margin-left: 3px; position: absolute; margin-top: 3px;}
.pollResultImage {margin-bottom: 10px;}

/* end example styles */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
/* 
