div#members
{
	width: 400px;
	margin: 5px 2px 5px 30px;
}
div.member
{
	border-bottom: groove;
	padding: 2px 5px 2px 5px;
}
label.member_n
{
	float:left;
	clear:left;
}
#newMemberName
{
	margin-left: 30px;
	width: 330px;
}
a#addButton
{
	width: 70px;
	margin-left: 5px;
}
a#addButton:hover
{
	cursor:pointer;
}
#finish_button
{
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}
a.member_rb
{
	float:right;
}
a.member_rb:hover
{
	cursor: pointer;
}
a#link:hover
{
	cursor: pointer;
}

.hinted_input
{
	color: #804040;
}
div#question
{
	margin: 5px 0px 5px 0px;
	font-size:small;
	font-weight: bold;
}
div#answer
{
	margin-left: 20px;
}
div#notice
{
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #ffff80;
	color: #800000;
}
#spinner
{
	position: fixed;
    top: 0%;
    right: 0%;


    padding-top:25%;
    padding-right:50%;
    padding-bottom:25%;
    padding-left:50%;

    background-color:#00008B;

    opacity:0.6;
    /* for IE */
    filter:alpha(opacity = 60);
    /* CSS3 standard */
}

.new_team div#newTeamDiv
{
	border: groove;
	border-width: 8px;
	border-color: #adadad;
	background-color:#ffffff;
	position: fixed;
    top: 25%;
    right: 40%;
	
	padding: 0px 3px 3px 3px;

/*
	margin-top:25%;
    margin-right:25%;
    margin-bottom:25%;
    margin-left:25%;
*/
	width: 500px;
}

/*
 * While creating the team the black background
 * */
#back_g
{
	position: fixed;
    top: 0%;
	right: 0%;
	
    padding-top:25%;
    padding-right:50%;
    padding-bottom:25%;
    padding-left:50%;

    background-color:#000022;

    opacity:0.6;
    /* for IE */
    filter:alpha(opacity = 60);
    /* CSS3 standard */
}
table#projects
{
	margin-left:30px;
	margin-top:10px;
	border:groove;
}
/**
 * 
 */
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/body.jpg) repeat-x center top #000000;
}

a {
    color: #21364F;
}

a:hover {
    text-decoration: none;
}

#container {
    width: 940px;
    margin: 0 auto;
    margin-top: 40px;
    background: url(images/main.gif) no-repeat #FFFFFF;
}

#sidebar {
    float: right;
    width: 179px;
    color: #21364F;
    font-size: 11px;
    line-height: 16px;
    padding: 0 20px 35px 20px;
}

#sidebar h3 {
    padding: 5px 0 5px 20px;
    margin: 20px 0 10px -20px;
    background: url(images/sidebar_h3.jpg) repeat-y;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar li {
    list-style: none;
    border-bottom: 1px solid #E1E3E7;
}

#sidebar li a {
    display: block;
    width: 175px;
    padding: 2px;
    text-decoration: none;
}

#sidebar li a:hover {
    background-color: #EFF1F3;
}

#main {
    margin-right: 220px;
}

#logo {
    text-align: center;
    margin: 0 auto;
    width: 300px;
    padding-top: 50px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 12px;
    height: 199px;
}

#logo a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 -50px;
}

#menu {
    background: url(images/menu.jpg) no-repeat;
    height: 61px;
	margin-top: 125px;
}

#menu ul {
    margin: 0;
    padding: 2px 50px 0 50px;
    text-align: center;
}

#menu li {
    display: inline;
    list-style: none;
    line-height: 28px;
    padding-top: 1px;
}

#menu a {
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    padding: 4px 20px 5px 20px;
    text-transform: capitalize;
}

#menu a:hover {
    background: url(images/menu_a.jpg) repeat-x;
}

#menu a.active {
    background: url(images/menu_a.jpg) repeat-x;
}

#text {
    color: #21364F;
    font-size: 11px;
    line-height: 16px;
}

#text h1, #text h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

#text ul {
    margin-top: 8px;
    margin-bottom: 8px;
}

#text br {
    line-height: 8px;
}

#footer {
    clear: both;
    height: 162px;
    background: url(images/footer.jpg) no-repeat;
    color: #FFFFFF;
    font-size: 11px;
}

#footer a {
    color: #FFFFFF;
}

#menu_footer {
    padding: 30px 250px 0 30px;
    text-transform: lowercase;
}

#left_footer {
    float: left;
    padding: 30px 30px 0 30px;
}

#right_footer {
    float: right;
    padding: 21px 30px 0 30px;
    width: 159px;
    text-align: center;
}

marquee
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	width: 700px;
}

marquee a#marquee_link{
    color: #800000;
	font-size: 14px;
    text-decoration: none;
    padding: 4px 4px 5px 4px;
    text-transform: none;
}
marquee a#marquee_link_1{
	color: #0f0f0f;
	font-weight: bold;
	font-size: 14px;
    text-decoration: none;
    padding: 4px 4px 5px 4px;
    text-transform: none;
}
marquee a#marquee_link_1:hover{
    background: none;
}
marquee a#marquee_link:hover {
	background: #E1E3E7;
}
div#content
{
	padding: 0 30px 35px 30px;
	width: 670px;
}
