/*
	Name: front_abhid
	Author: Abhishek Dilliwal
	Created: 16th August 2008
	Description: front page css
*/
@charset "utf-8";

#welcome_content{
	/*margin: 20px 10px 0 10px;*/
	margin: 0 10px;
}

#welcome_cover{
	background-image: url(front_abhid/welcome.gif);
	background-repeat: repeat-y;
}

#welcome_top{
	height: 40px;
	background-image: url(front_abhid/welcome_top.gif);
	background-color: #F8FAF9;
	background-repeat: no-repeat;
}



#welcome_bottom{
	height: 25px;
	background-image: url(front_abhid/welcome_bottom.gif);
	background-color: #F8FAF9;
	background-repeat: no-repeat;
}
#qklinks_content{
	margin: 0 10px;
}

#qklinks_content h4{
	font-size: 12px;
	overflow: auto;
	text-transform: uppercase;
}

#qklinks_cover{
	background-image: url(front_abhid/welcome.gif);
}

#qklinks_top{
	height: 40px;
	background-image: url(front_abhid/qklinks_top.gif);
	background-color: #F8FAF9;
	background-repeat: no-repeat;
}



#qklinks_bottom{
	height: 25px;
	background-image: url(front_abhid/welcome_bottom.gif);
	background-color: #F8FAF9;
	background-repeat: no-repeat;
}

#left_cover{
	margin: 0;
	margin-left: 10px;
	float: left;
	width: 410px;
	padding: 0;
}

#event_cover{
	background-image: url(front_abhid/holder.gif);
}

#event_top{
	height: 40px;
	background-image: url(front_abhid/event_top.gif);
	background-color: #F8FAF9;
	background-repeat: no-repeat;
}

#event_content{
	/*height: 130px;*/
	overflow: auto;
	margin: 0 10px;
}

#event_bottom{
	height: 25px;
	background-image: url(front_abhid/holder_bottom.gif);
	background-color: #F8FAF9;
	background-repeat: no-repeat;
}

#news_cover{
	background-image: url(front_abhid/holder.gif);
}

#news_top{
	height: 40px;
	background-image: url(front_abhid/news_top.gif);
	background-color: #F8FAF9;
	background-repeat: no-repeat;
}

#news_content{
	/*height: 130px;*/
	overflow: auto;
	margin: 0 10px;
}

#news_bottom{
	height: 25px;
	background-image: url(front_abhid/holder_bottom.gif);
	background-color: #F8FAF9;
	background-repeat: no-repeat;
}


#right_cover{
	margin: 0;
	margin-left: 5px;
	float: left;
	width: 320px;
	padding: 0;
}

.holder_edit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.holder_edit ul{
	list-style: square;
	margin-left: 0;
	padding-left: 0;
}

.holder_edit li{
	margin-left: 20px;
	padding-top: 2px;
}

.holder_edit a{
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}

.holder_edit a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}