@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}
html
{
	width:100%;
	height:100%;
}
img
{
	border:none;
}
body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul
{
	list-style:none;
}
.container
{
	position:relative;
     height:100%;
     _height:100%;
}
.topheader
{
	background:url(http://www.finalyearstudentproject.com/images/background.jpg) repeat-x;
	height:170px;
}
.topheadercontent
{
	width:1000px;
}
.slider
{
	background:url(http://www.finalyearstudentproject.com/images/silderbg1.png) no-repeat;
	height:480px;
	width:1000px;
}
.title{	border:1px dotted;border-color:#CCC;border-style:none none dotted;}
.search
{
	width:230px;
	height:130px;
	background:url(http://www.finalyearstudentproject.com/images/searchproject.png);
	background-repeat:no-repeat;
	border:none;
	border-width:thin;
	margin-left:10px;
}
.search select
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.heading
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:0px 0px 1px #666;
	color:#D50000;
	margin-left:10px;

}
.message
{
	background:url(http://www.finalyearstudentproject.com/images/msgbox.gif) no-repeat;
	width:513px;
	height:335px;
	margin-top:80px;
}
.copy
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}
.social
{
	margin-top:10px;
	margin-left:110px;
}
.cot
{
	background:url(http://www.finalyearstudentproject.com/images/box.png) no-repeat;
	width:400px;
	height:450px;
	margin-left:0px;
}
/*-------[Top Menu]--------*/

.topheadercontent ul#navigation {
    position: fixed;
    list-style: none;
	margin-top:-20px;
	margin-left:-150px;
    z-index:999999;
    width:550px;
}
.topheadercontent ul#navigation li {
    width: 103px;
    display:inline;
    float:left;    
}
.topheadercontent ul#navigation li a {
    display: block;
    float:left;
    margin-top: -2px;
    width: 100px;
    height: 25px;
    background-color:#9CF;
	background-repeat:no-repeat;
    background-position:50% 10px;
    border:1px solid #BDDCEF;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    text-decoration:none;
    text-align:center;
    padding-top:80px;
    opacity: 0.7;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
}
.topheadercontent ul#navigation li a:hover{
     background-color:#CAE3F2;
}
.topheadercontent ul#navigation li a span{
    letter-spacing:2px;
	vertical-align:bottom;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
    font-size:11px;
    color:#000;
	margin-top:10px;
    text-shadow: 0 -1px 1px #C0C0C0;      
}
.topheadercontent ul#navigation .home a{
    background-image: url(http://www.finalyearstudentproject.com/images/home.png);
}
.topheadercontent ul#navigation .about a      {
    background-image: url(http://www.finalyearstudentproject.com/images/aboutus.png);
}
.topheadercontent ul#navigation .feed a      {
    background-image: url(http://www.finalyearstudentproject.com/images/feedback.png);
}
.topheadercontent ul#navigation .sitemap a   {
    background-image: url(http://www.finalyearstudentproject.com/images/sitemap.png);
}
.topheadercontent ul#navigation .contact a     {
    background-image: url(http://www.finalyearstudentproject.com/images/contactus.png);
}

/*-------[Main Menu]--------*/
.mainmenu ul {
list-style-type: none;
background:url(http://www.finalyearstudentproject.com/images/menubg.png) no-repeat;
height: 40px;
width:375px;
margin: auto;
}
.mainmenu li {
float: left;
}
.mainmenu ul a {
background:url(http://www.finalyearstudentproject.com/images/menudivider.png) no-repeat;
background-repeat: no-repeat;
background-position: right;
padding-right: 12px;
padding-left: 20px;
display: block;
line-height: 40px;
text-decoration: none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:600;
color: #FFF;
}
.mainmenu ul a:hover {
color:#9F3;
}

/*-----------[Bottom Menu]---------*/

.bottommenu
{
	margin-left:-30px;
}
.menucontainer{
    width:800px;
    height:110px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
ul#menu{
    list-style:none;
    position:absolute;
    bottom:0px;
    left:20px;
    font-size:36px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color:#999;
    letter-spacing:-2px;
}
ul#menu li{
    float:left;
    margin:0px 10px 0px 0px;
}
ul#menu a{
    cursor:pointer;
    position:relative;
    float:left;
    bottom:-95px;
    line-height:20px;
    width:180px;
}
.icon_about,
.icon_work,
.icon_help,
.icon_search{
    width:64px;
    height:64px;
    display:block;
    left:140px;
    top:50px;
    position:absolute;
}
.icon_about{
    background:transparent url(http://www.finalyearstudentproject.com/images/ieee_menu.png) no-repeat top left;
}
.icon_work{
    background:transparent url(http://www.finalyearstudentproject.com/images/application.png) no-repeat top left;
}
.icon_help{
    background:transparent url(http://www.finalyearstudentproject.com/images/networks.png) no-repeat top left;
}
.icon_search{
    background:transparent url(http://www.finalyearstudentproject.com/images/mini.png) no-repeat top left;
}
ul#menu span.title{
    display:block;
    height:28px;
    text-shadow:1px 1px 1px #99C;
    color:#3b5998;
	font-size:30px;
	text-align:center;
    text-indent:0px;
}
ul#menu span.description{
    width:150px;
	height:70px;
    background-color:#B7B7B6;
    border:3px solid #fff;
    color:#fff;
    display:block;
    font-size:24px;
    padding:10px;
    -moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
    box-shadow:1px 1px 6px #000;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
ul#menu a:hover span.description{
    background-color:#54504F;
}
ul#menu a:hover span.title{
    color:#54504F;
}


/*-------[Menu End]--------*/
.main
{
	height:auto;
	width:1000px;
	background:#FFF;
}
.maincontent
{
	width:1000px;
	background:#FFF;
}
.leftcontents
{
	background:#FFF;
	height:400px;
	width:850px;
}
.ads
{
	margin-top:0px;
}
.footer
{
	background:url(http://www.finalyearstudentproject.com/images/footerbg.png) bottom repeat-x;
}
.footercontent
{
	background:url(http://www.finalyearstudentproject.com/images/footer3.jpg) center top no-repeat;
	height:171px;
}

.subsearch
{
	box-shadow: 0 0 10px #CCC;
    -webkit-box-shadow: 0 0 10px #CCC; 
    -moz-box-shadow: 0 0 10px #CCC;
    border:1px solid #CCC;
	-moz-border-radius: 13px 13px 13px 13px;
	border-radius: 13px 13px 13px 13px;
	background:#E1E1E1;
	height:120px;
	width:550px;
}
.input
{
	width:300px; 
	height:35px; 
	font-size:16px; 
}
.adlabel
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
}

/*----------[File Input]-----------*/
#divinputfile{ 
 background:url(http://www.finalyearstudentproject.com/images/file_upload.jpg) no-repeat 100% 1px; 
 height:50px; 
 width:390px; 
 margin:0px; 
}#divinputfile #abstractid1{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #basepaperid1{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #sourcecodeid1{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 

#divinputfile #abstractid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #basepaperid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #espsid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #objectiveid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #moduleid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #contextid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #testcaseid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #sourcecodeid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
} 
#divinputfile #tabledesignid{ 
 opacity: 0.0; 
 -moz-opacity: 0.0; 
 filter: alpha(opacity=00); 
 font-size:18px; 
}
#fakeinputfile{ 
 margin-top:-28px; 
} 
#fakeinputfile #fakefile10{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile11{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}

#fakeinputfile #fakefile12{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}

#fakeinputfile #fakefile1{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile2{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile3{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile4{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile5{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile6{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile7{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile8{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}
#fakeinputfile #fakefile9{ 
 width:267px; 
 height:35px; 
 font-size:18px; 
 font-family:Arial; 
}