﻿/* HTML tag */
body, html, td
{
	font-family: Verdana;
	font-size:11px;
}

p
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 11px 0px;
}

/* Text header tags */
h1
{
	font-size: 16px;
	font-weight:bold;
	color: black;	
	margin:30px 0px 40px 0px;
}

h2
{
	margin:0px 0px 19px 0px;
}


h3
{
	margin:30px 0px 40px 0px;
	font-size:13px;
	font-weight:bold;
}


/* Link tags */
a			{color: #000000; text-decoration: underline;}
a:hover		{color: #000000; text-decoration: underline;}
a:active	{color: #000000; text-decoration: underline;}

.joblink        { font-weight:bold; text-decoration: none; }
.joblink:hover  { font-weight:bold; text-decoration: none; }

/* Special DIV tags */
#page
{
} 

#guid
{
	padding:5px 0px 25px 0px;
	margin:0px 0px 0px 0px;
	color:Silver;
} 

.listopened
{
    background-image:url(Images/Icons/minus1.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:20px;
    cursor:pointer;
    font-size:12px;
}

.listclosed
{
    background-image:url(Images/Icons/plus1.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:20px;
    cursor:pointer;
    display:none;
    font-size:12px;
}

/* List items */
.list
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 20px;
	
}

.listitem
{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

.listitem_default_info
{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

#leftcol
{
    position:absolute;
    top:0px;
    left:0px;
    width:143px;    
    padding-top:11px;   
}

#centercol
{
    position:absolute;
    top:0px;
    left:143px;
    width:436px;
    padding-left:26px;
}

#rightcol
{
    position:absolute;
    top:0px;
    left:579px;
    width:210px;
    padding-left:40px;
}

.footer
{
    width:600px;
    margin-left:-100px;
    padding-top:30px;
    font-size:10px;
    border-top:#808080 1px solid;    
}

.noassignments
{
    padding:0px 0px 0px 0px;
	margin:5px 0px 20px 25px;
	color:Gray;
	font-size:16px;
	font-weight:normal;
}
