/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color:#FFFFFF;}
h1 {font-size:12px; font-weight:bold;}
th {text-align: left; background-color:#666666;}
a:visited {text-decoration: underline; color: blue;}


#menu {
width: 150px;
height: inherit;
float: left;
position: relative;
padding-left: 10px;
z-index: 2;
}

#content {
width: 520px;
background-color: #f0f0f0;
border: 2px solid;
border-color: #999999;
border-style: outset;
height: auto;
padding: 10px;
margin-left: 160px;

}

.light {
background-color: #DBDBDB;
width: 250px;
}

.dark {
background-color: #e0e0e0;
width: 300px;
}

.s_dark {
background-color: #e0e0e0;
width: 300px;
}

.s_light {
background-color: #d0d0d0;
width: 300px;
}

textarea {
width: 500px;
height: 300px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.smalltextarea {
width: 500px;
height: 100px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.input {
width: 300px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

select {
width: 100px;
height: 21px;
}

.button {
width: 150px;
font-size: 10px;
background-color: #FFFFFF;
border-width: thin;
border-style: 1px dashed;
border-color: #999999;
}

.status_button {
width: 50px;
font-size: 8.5px;
background-color: #FFFFFF;
border-width: thin;
border-style: 1px dashed;
border-color: #999999;
}

.release_button {
width: 410px;
font-size: 8.5px;
background-color: #FFFFFF;
border-width: thin;
border-style: 1px dashed;
border-color: #999999;
}

.button2 {
width: 138px;
font-size: 10px;
background-color: #FFFFFF;
border-width: thin;
border-style: 1px dashed;
border-color: #999999;
}

.portfolio_menu  a {display: inline; float: left; width: 56px; height: 20px; margin-right: 1px; background-color: #999999; padding: 10px; font-size: 10px;color: #FFFFFF; text-decoration: none;text-align: center; }
.portfolio_menu  a:hover {background-color: #666666; color:#FFFFFF;} 

.menu  a {float: left; width: 120px; border: 1px outset #f0f0f0; background-color: #EAEAEA; padding: 8px; font-size: 11px; color: #000000; text-decoration: none; vertical-align: middle;}
.menu  a:hover {background-color: #999999; color:#FFFFFF;} 
