

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/* Animated tabs */
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
position: absolute;
bottom: 0px;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(media/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(media/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/* End animated tabs */

/* Body and frame */

#framecontent{
float: none;
margin-left: auto;
margin-right: auto;
clear:both;
position: relative;
padding-top: 0;
width: 850px;
height: 112px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: url(media/gradient.png) repeat right top;
color: white;
}

h1{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 24px;
}


#maincontent{
position: fixed;
top: 120px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
background: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0 auto 0 auto;
clear:both;
width: 850px;
height: 80%;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innertube table{
border-spacing: 10px;
}

.innertube table td{
vertical-align: top;
font-size: 12px;
}



/* End body and frame */


/* Shadow container */

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
/* width: 300px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

.shiftcontainer2{
position: relative;
left: 6px; /*Number should match -left shadow depth below*/
top: 6px; /*Number should match -top shadow depth below*/
}

.shadowcontainer2{
background-color: #d1cfd0;
}

.shadowcontainer2 .innerdiv{
position: relative;
left: -6px; /*shadow depth*/
top: -6px; /*shadow depth*/
}


/* End shadow container */


/* Post-it note style*/
.postit{
width: 229px;
height: 213px;
position: relative;
float: left;
left: 2px;
top: 2px;
background: url(media/note.png);
background-repeat:no-repeat;
border: 1px solid white; 
margin-top: 0px;
margin-left: 0px;
}

.postin{
margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
}


/* list style */

#mylist{
width=100%;
}

.mylist ul{
list-style-type: none;
margin: 0;
margin-left: 0;
padding: 0;
}

.mylist li.odd{
border: 1px solid gray;
background-color: #88aaff;
margin: 2;
padding: 4;
}

.mylist li.even{
border: 1px solid gray;
background-color: #aaccff;
margin: 2;
padding: 4;
}

.mylist li:hover{
border: 1px solid gray;
background-color: #aaaacc;
margin: 2;
padding: 4;
}
/*
.mylist li.even:hover{
border: 1px solid gray;
background-color: #aacccc;
margin: 2;
padding: 4;
}
*/
/* End list style */

body{
background-color: aaaab8;
background: url(media/sea.png) repeat left top;
}

</style>








