/* This Css is for the home page elements */


/* This part is for the home page elements when nobody has logged in*/

#welcome{
	font-size:16px;
	font-weight:bold;
	text-align: left;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	color:#Ff6600;
}

#tenders{
	height:400px;
	width:450px;
	border-right: 1px dashed #cccccc;
	float:left;
}

.email{
	color:#009999;
}

#tenders .tenderhead{
	font-size:12px;
	font-weight:bold;
	height: 20px;
	text-align: left;
	vertical-align:top;
	padding-top:3px;
	padding-right:0px;
	padding-left:5px;
	padding-bottom:0px;
	background-color: #88AAff;
}

#tenders .tenderhead span{
	font-size:10px;
	text-align: LEFT;
	width: 180px;
	margin-left:110px;
}

#tenders .tenderlistMain{
	height:200px;
}

#tenders .tenderlist{
	height:20px;
	padding-top:0px;
	padding-bottom:5px;
}

.tenderlist A:link
{
    font-size:10px;
	font-weight:normal;
	color: #2222ff;
    TEXT-DECORATION: none;
}
.tenderlist A:active
{
    font-size:10px;
	font-weight:normal;
	color: #2222ff;
    TEXT-DECORATION: none;
}
.tenderlist A:visited
{
    font-size:10px;
	font-weight:normal;
	color: #2222ff;
    TEXT-DECORATION: none;
}
.tenderlist A:hover
{
    font-size:10px;
	font-weight:normal;
	color: red;
    TEXT-DECORATION: underline;
}


.tenderlistsub{
	
}

.tenderlistsub A:link
{
    font-size:10px;
	font-weight:normal;
	color: #cc00BB;
    TEXT-DECORATION: none;
}
.tenderlistsub A:active
{
    font-size:10px;
	font-weight:normal;
	color: #cc00BB;
    TEXT-DECORATION: none;
}
.tenderlistsub A:visited
{
    font-size:10px;
	font-weight:normal;
	color: #cc00BB;
    TEXT-DECORATION: none;
}
.tenderlistsub A:hover
{
    font-size:10px;
	font-weight:normal;
	color: red;
    TEXT-DECORATION: underline;
}




#rightcol{
	width:170px;
	float:right;
}

.righthead{
	font-size:12px;
	font-weight:bold;
	height: 20px;
	text-align: left;
	vertical-align:top;
	padding-top:3px;
	padding-right:0px;
	padding-left:5px;
	background-color: #DDDDDD;
}

#rightcol .rightspan {
	font-size:10px;
	text-align:justify;
	padding-top:5px;
	padding-left:5px;
}

#rightcol .spacer {
	height:5px;
}

#rightcol .rightspanlink {
	text-align:left;
	color:#Ff6600;
	padding-top:0px;
	padding-left:0px;
}
/*
.rightspan a{
	text-align:left;
	color:#Ff6600;
}
 end */

/* This part is for the home page elements when the Administrator has logged in*/

#tasks{
	height:400px;
	width:450px;
	border-right: 1px dashed #cccccc;
	float:left;
}

.taskhead{
	font-size:16px;
	font-weight:bold;
	text-align: left;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	color:#FC4509;
}

.tasklist{
	font-size:10px;
	text-align: justify;
	margin-left:120px;
	font-weight:normal;
	color:#000000;
	padding-bottom:20px;
	padding-right:10px;
}

.tasklist .taskname{
	font-size:12px;
	font-weight:bold;
	text-align: left;
	margin-left:-120px;
}

.tasklist .taskdet{
	font-size:10px;
	text-align: left;
	margin-left:100px;
	font-weight:normal;
}

.imglogo{float:right}
/* end */

/* This part is for the home page elements when the Administrator has logged in*/

#summary{
	height:400px;
	width:450px;
	border-right: 1px dashed #cccccc;
	float:left;
}

.sumhead{
	font-size:16px;
	font-weight:bold;
	text-align: left;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	color:#FC4509;
}

.SumItem {
	font-size:10px;
	text-align: justify;
	margin-left:60px;
	font-weight:normal;
	
	padding-bottom:10px;
	padding-right:10px;
}

.SumItem .name{
	font-size:10px;
	font-weight:bold;
	text-align: left;
	margin-left:-60px;
	color:#000000;
}

.SumItemnormal{
	font-size:10px;
	text-align: justify;
	font-weight:normal;
	color:#000000;
	padding-bottom:10px;
	padding-right:10px;
}

/* end */

