﻿/*Elements*/

html {min-height: 100%;}

* 
{
	padding: 0px 0px 0px 0px;
}

body
{
    color: #000000;
    font: normal 70% sans-serif;
    background-color: #ffffff;
}

a img
{
	border: 0px;
}

li 
{
	list-style: none;
	list-style-type: disc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 
{
	font: normal 2.1em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2 
{
	font: normal 1.6em Tahoma,sans-serif;
	margin-bottom: 4px;
}


h3 
{
	font: normal 1.2em Tahoma,sans-serif;
	margin-bottom: 5px;
}

p 
{
	font: normal 1.1em Tahoma,sans-serif;
}

img 
{
	margin-left: 10px;
}
	
table	
{
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	

loginbut
{	
	background: url(../images/structure/login.gif) no-repeat;
}



/* misc */
.clearer 
{
	clear: both;
}

.clear_right 
{
	clear: right;
}

.clear_left 
{
	clear: left;
}

/* Links Table */

.lTable
{
	width: 55%;
	font-size:	1.2em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}

.lTable-HeaderStyle
{
	font-weight: bold;
	text-align: center;
	background-color: #333333;
	color: White;
}

.lTable-ItemStyle
{
	background-color: #B2B2B2;
}

.lTable-AlternatingItemStyle
{
	background-color: #E4E4E4;
}

.lTable a
{
	text-decoration: none;
}

.lTable a:hover
{
	text-decoration: underline;
}

/* Datagrid */

.DataGrids
{
	width: 55%;
	font-size:	1.1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}


.DGmain
{
	border: 1px solid #666666;/*#996;*/
	padding: 0px;
}

.DGmain_web
{
	border: none;
	padding: 0px;
}

.DGitem
{
	/*background-color: #edf3fe;*/
	background-color: #E4E4E4;
	padding-left: 4px;
	color: #000;
	line-height: 1.4em;
}

.DGitem a:link, .DGitem a:visited
{
	background-color: Transparent;
	color: #03C;
	text-decoration: none;
}

.DGitem a:link:hover, .DGitem a:visited:hover
{
	background-color: Transparent;
	color: #03C;
	text-decoration: underline;
}

.DGitem_web
{
	background-color: #fff;
	padding-left: 4px;
	padding-top: 10px;
	color: #000;
	line-height: 1.4em;
}

.DGitem_web a:link, .DGitem_web a:visited
{
	background-color: Transparent;
	color: #03C;
	text-decoration: none;
}

.DGitem_web a:link:hover, .DGitem_web a:visited:hover
{
	background-color: Transparent;
	color: #03C;
	text-decoration: underline;
}

.DGitem_web .smallText a:link, .DGitem_web .smallText a:visited
{
	color: #666;
	text-decoration: none;
}

.DGitem_web .smallText a:link:hover, .DGitem_web .smallText a:visited:hover
{
	color: #666;
	text-decoration: underline;
}

.DGalt
{
	background-color: #fff;
	padding-left: 4px;
	color: #000;
	line-height: 1.4em;
}

.DGalt a:link, .DGalt a:visited
{
	background-color: Transparent;
	color: #03C;
	text-decoration: none;
}

.DGalt a:link:hover, .DGalt a:visited:hover
{
	background-color: Transparent;
	color: #03C;
	text-decoration: underline;
}

.DGhead
{
	background-color: #B2B2B2;
	font-weight: bold;
	padding-left: 2px;
	color: #000;
	height: 1.2em;
}

.DGhead a:link, .DGhead a:visited
{
	text-decoration: underline;
	color: #000;
}

.DGhead a:link:hover, .DGhead a:visited:hover
{
	text-decoration: underline;
	color: #000;
}

.DGfooter
{
	background-color: #666666;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #000;
}

.DGfooter a:link, .DGfooter a:visited
{
	text-decoration: underline;
	color: #fff;
}

.DGfooter a:link:hover, .DGfooter a:visited:hover
{
	text-decoration: none;
	color: #fff;
}

.DGfooter_web
{
	background-color: #fff;
	font-weight: bold;
	padding: 2px;
}

.DGfooter_web a:link, .DGfooter_web a:visited
{
	text-decoration: underline;
	color: #03c;
}

.DGfooter_web a:link:hover, .DGfooter_web a:visited:hover
{
	text-decoration: none;
	color: #03c;
}

.DataGridCurrentLetter
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.DropDownSM {
	/*background-color: #E8F2FD;*/
	background-color: #E4E4E4;
	color: #000;
	font-size: .9em;
	font-family: Verdana,helvetica,arial;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #69c;
	border-right: solid 1px #069;
	border-bottom: solid 1px #069;
	border-left: solid 1px #69c;
	width: 300px;
	height: 20px;
}

/*.DataGrids-HeaderStyle
{
	font-weight: bold;
	text-align: center;
	background-color: #333333;
	color: White;
}

.DataGrids-ItemStyle
{
	background-color: #B2B2B2;
}

.DataGrids-AlternatingItemStyle
{
	background-color: #E4E4E4;
}

.DataGrids a
{
	text-decoration: none;
}

.DataGrids a:hover
{
	text-decoration: underline;
}*/

/* structure */

.frame 
{
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 770px;
}

.container 
{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 760px;
}

.top_frame 
{

	background: url(../images/structure/swish_top.jpg) no-repeat;
	height: 100px;
	margin: 0px 0px 0px 0px;
	width: 780px;
	padding: 0px 0px 0px 0px;

}

.bottom_frame 
{
	background: url(../images/structure/swish_bottom.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 760px;
	height: 104px;
	padding: 0px auto;
}

/* header */

.header
{
	background: url(../images/structure/swish_top.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 100px;
	
}

.logo 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	right: 10px;
	width: 419px;
	height: 79px;
	float: left;
}

.west_logo 
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.gcc_logo 
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.banner
{
	height: 168px;
	width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	right: 10px;
	float: right;
}

/* Course/ uni/ college/ Admin Details header style*/

.mainHeadText
{
	background-color: Transparent;
	color: #000000;
	font-weight: bold;
}

.courseHeadText
{
	border: 0;
	color: #000000;
	font-size: 1.em;
	font-weight: bold;
}


/* Main */

.main
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	position: relative;
	bottom: 3px;
}

.links_area 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 125px;
	float:left;
	background:#FF6E0D;
}

.links_area_table
{
	font-size:	1.0em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.links_area img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.content_boarder
{
	margin: 15px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	border: 1px solid #C1C1C1;
	font-size: 1.2em;
}

.content_area
{
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	width: 620px;
	float:right;
}



.seperator
{
	background:#FF6E0D;
	height: 5px;
	width: 760px;
	line-height: 0px;
	font-size: 0px;
}

.sidenav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 125px;
	float:left;
}

.sidenav_background
{
	background-color: #FF6E0D;
	border: 1px solid #000000;
	vertical-align: top;
	width: 125px;
	
}

.sidenav_link_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 125px;
	}

.sidenav li  {
	background: #FE9E5F;
	color: #000000;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	list-style: none;
}

.sidenav li a {
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

.sidenav li a:hover {
	background: #FF6E0D;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}

.sidenav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
}

.sidebottom
{
	width: 125px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	line-height: 22px;
}

/*collapsible  faq*/

.outline {
	list-style: none;
}

.outline ul {
	list-style: none;
	padding-top: 10px;
}

.outline li {
	cursor: auto;
	list-style: none;
	padding-bottom: 10px;
}

.olink {
	border-style: none;
	padding-right: 10px;
}
.oimg {
	border-style: none;
}



/* footer */

.footer 
{
	margin: 0px 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
	width: 760px;
}

.contact
{
	font: bold 1.5em sans-serif;
	padding-bottom: 30px;
	margin: 0px 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

.contact_left
{
	float: left;
	padding: 0px 0px 0px 10px;
}

.contact_right
{
	float: right;
	padding: 0px 10px 0px 0px;
}


.footer_link
{
	background:#666666;
	color: #FFFFFF;
	height: 25px;
	width: 760px;
	text-align: center;
	position: relative; 
	bottom: 10px;
	
}
.footer_link a 
{
	color: #FFFFFF;
	font: bold 1em sans-serif;
	line-height: 20px;
	text-decoration: none;
}

.footer_link a:hover 
{
	color: #FFFFFF;
	font: bold 1em sans-serif;
	line-height: 20px;
	text-decoration: underline;
}

.powered_by
{
	color: #FF0000;
	font: bold 1em sans-serif;
	text-align: center;
	text-decoration: bold;
	height: 55px;
	width: 720px;
	position: relative; 
	bottom: 10px;
}

.powered_by img
{
	vertical-align: middle;
}





