body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:  130%;
	/* font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
    background: #f0f0ff;
	margin: 0;
	padding: 0;
	color: #000;
}

largebody {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:  150%;
    font-size: 125%;
	margin: 0;
	padding: 0;
	color: #000;
}
pagetitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:  150%;
    font-size: 125%;
    margin: 0;
    padding: 0;
    color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    margin-bottom: 5px;
}
h1{
  line-height: 130%;
}
h2{
  line-height: 120%;
}
h3{
  line-height: 100%;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - 
including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container is for main page only */
.maincontainer {
	width: 800px;
	background: #DDDDDD;
	margin: 0 auto;
        padding: 10px;
        border-radius: 15;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. 
It contains an image placeholder that should be replaced with your own linked logo ~~ */
.graphicheader {
    background:  #CCCCDD;
    padding: 10px;
}
.maincontent {
    background: #e6e6ff;
    padding: 10px;
    line-height: 100%;
    border-radius: 15;
}
.containernarrow {
	width: 600px;
	background: #CEE;
	margin: 0 auto; 
}
.minicontainer {
	width: 500px;
	background: #DDDDDD;
	margin: 0 auto; /* the auto value on the sides, */
}
.resizcontainer {
	width: 90%;
	background: #CEE;
	margin: 0 auto; /* the auto value on the sides, */
}
.testcontainer {
    width: 90%;
    background: #c5c5cf;
    margin: 10px auto;
    border: thin #000000 solid;
    padding: 10px;
    border-radius: 15;
    line-height: 150%;
}
.testheader {
    border-radius: 15;
    width: 90%;
    background: #c5c5cf;
}
.messagecontent {
	width: 400px;
	background: #CEE;
	margin: 0 auto; /* the auto value centers the layout! */
    border-color:        black;
    border-width:        2px; 
    border-style:        solid; /*solid; groove; inset; outset; inset; */
    background-color:    #a7cece;
    padding:             25px;
    margin-top:          30px;


}
.newmessage {
   background-color: #ffff66;
   /* background-image:url("images/paper008.jpg"); */
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 10px;
}
.errorcontent {
   background-color: #ffff66;
   /* background-image:url("images/paper008.jpg"); */
    padding-top:30px;
    padding-bottom:30px;
    padding-left: 30px;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. 
          The floated element must precede the element it should be next to 
          on the page. */
	float: right;
	margin-left: 8px;

}
.fltlft { /* this class can be used to float an element left in your page. 
          The floated element must precede the element it should be next to 
          on the page. */
	float: left;
	margin-right: 8px;

}
.clearfloat { /* this class can be placed on a <br /> or empty div as the 
              final element following the last floated div (within the 
              #container) if the #footer is removed or taken out of the 
              #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.yellowhead {
    background:#ffff66;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 10px;
}
.bordersaround {
    border: thin solid black;
    
}

p.mainsections
{
color: #000000;
size: 12;
font: Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 110%;
margin: 0px;
}

table.sadetail
{
width: 90%;

}

table.stumessage
{
width: 95%;
border: solid black;
}

table.assignments
{
width: 95%;
border: solid black thin;
}
table.assigncomplete
{
border: solid black;
}
td.aligntopleft
{
    text-align: left;
    vertical-align: text-top;
    border-bottom: solid black thin;
}

tr.bluecolor
{
    background-color: #e6e6ff;
}
td.bluecolor {
      background-color: #e6e6ff;  
}

t.whitecolor
{
    background-color:#FFF;
}
td.center
{
    text-align: center;
}
td.assigndata {
    text-align: center;
    vertical-align: text-middle;
    border-bottom: solid black thin;    
}
td.assigndatacol1 {
       background-color: #e6e6ff;  
       width: 25%
}
td.assigndatarowloop {
       background-color:  #f0f0ff;
       text-align: center;
       vertical-align: text-middle;
       border-bottom: solid black thin;   
}

p.smallertext {
    font-size: 80%;
    line-height: 90%;
}

p.usernamehead {
    font-size: 105%;
    text-align:  left;
    background-color:  #ccffcc;
}

table.excelstyle  {
    text-align: center;
    background-color: #000000;
    border-spacing: 1;
    line-height: 90%;
}
tr.excelstyle {
    background-color: #FFFFFF;
}
tr.excelstyle2 {
    background-color: #FFFDDD;
}
td.excelstyle{
    padding: 1px;
    line-height: 90%;
    background-color: #FFFEDD;
}
textarea.fancy {
    border: 0px solid #FFFDDD;
    background-color: #FFFDDD;
    font-family: Tahoma, sans-serif;
}
input.right {
    float: right;
}
select.right {
    float:right;
}
textarea.right{
    float:right;
}


/* BELOW IS REQUIRED FOR THE jQuery POPUP MODAL BOXES */
#clicker
{
    font-size:12px;
    cursor:pointer;
}
#popup-wrapper
{
    width:350px;
    height:400px;
    background-color: #94a8cc;
    padding:10px;
}

body
{
    padding:10px;
}
/* END OF MODAL */