/* TOC - */

/* 
	CSS related to the Application Section
*/

div.application{
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, sans-serif;
	border: 1px solid #F3F3F3;
	-moz-border-radius: 4px;
}
div.application h3{
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/appbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	line-height: 40px;
	text-indent: 5px;
}
div.application a{
	color: #666666;
}
div.application img{
	text-align: left;
	display:inline;
/*	left: 10px; */
	/*border: 4px ridge #FF0000;*/
	margin-right: 10px;
}

div.application-view{
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, sans-serif;
	border: 1px solid #F3F3F3;
	
}
div.application-view h3{
	font-size: 12px;
	font-weight: bold;
/*	background-image: url(../img/appbg.gif); */ 
	background-repeat: no-repeat;
	background-position: left center;
	/*height: 40px;*/
	line-height: 40px;
	text-indent: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.application-view a{
	color: #666666;
}
div.application-view img{
	text-align: left;
	display:inline;

	margin-right: 10px; 
}
/*#apps{
	position: relative;
	left: -40px;
}*/	
#apps h3{
	position: relative;
	left: -35px;
	top: -30px;
}
#appsimg {
position:relative;
left:-38px;
top: -40px;
}

#apps p{
	font-size: 11px;
	color: #919191;
	font-family: tahoma;
	position:relative;
	left:-36px;
	bottom: 50px;
	width:130px;
}
#more a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: relative;
	top: -50px;
	left: 80px;
		}
#more a:hover{
color:#0099FF;
}
.subapps{
	text-align: left;
	position:relative;
	left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 18px;
	padding-left: 11px;
	
}
.subapps td{
	margin: 0px;
	padding: 5px;
}
.subapps p{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	clear:both;
}
.subapps a{
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	right: 0px;
	bottom: 0px;
}
.subapps a:hover{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


/* CSS for Application Index Page for displaying sub applications */
.subappbox{

}
.subappbox a{
	font-size: 12px;
	color: #0099FF;
}
.subappbox td{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.subappbox span{
	font-size: 12px;
	color: #666666;
}
.subappbox span.appmore a{
	font-size: 11px;
	color: #666666;
}
.subappbox span.appmore a:hover{
	font-size: 11px;
	color: #000;
}

.appinnerlists{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	position: relative;
	padding: 0px;
	margin-top: 20px;
	list-style:none;
	
}

* html .appinnerlists {
left: -38px;
padding-top: 5px;
}

* html .appinnerlists li {
 	margin-left: -5px; 
	list-style-type: none;
	
}

* html .appinnerlists ul { 
    left: -32px;
}

.appinnerlists li{
	margin-bottom: 4px;
	line-height: 13px;
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
.appinnerlists a{
	color: #666666;
	text-decoration: none;
}

.appinnerlists a:hover{
	color: #3B73B9;
	text-decoration: none;
}

/*  writen this css in the database body  */
#content div.subappbody{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
#content div.subappbody h2{
font-size: 12px;
color:#666666;
}
* html #content div.subappbody h2{
margin-bottom: -20px;
}


#content div.subappbody p {
font-size: 12px;
color: #666666;

}
#content div.subappbody ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: relative;
	padding: 0px;
	margin-top: 4px;
	list-style:none;
	
}
* html #content div.subappbody ul{
left: -32px;
padding-top: 10px;
margin-top: 20px;
}
* html #content div.subappbody li{
	margin-left: -5px;
	list-style-type: none;
	
}

#content div.subappbody li{
	margin-bottom: 4px;
	line-height: 13px;
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#content div.subappbody a{
	color: #666666;
	text-decoration: none;
}

#content div.subappbody a:hover{
	color: #3B73B9;
	text-decoration: none;
}

#content div.subappbody p a {
color:#666666;
font-size: 12px;
}
#content div.subappbody p a:hover {
color:#3B73B9;
}