
/* basic */

html {
/*	background: #2d2d2d;*/
	background: #a29993;
}



*{
padding:0;
margin:0;
}

BODY {
padding:0;
margin:0;
background-color:#A29993;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#4F4F4F;
line-height:16px;
}
.free{
padding:0;
margin:0;
}




/*body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: black;
	background: #a29993;
	background: #2d2d2d;
	behavior: url(http://www.nightcourses.com/csshover.htc); 
}
*/

h1, h2, h3, h4, h5, h6, p, ul, li, img, div {
	margin: 0;
	padding: 0;
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* container */

.container {
	width: 992px;
	margin: 0 auto;
	background: url('../images/bg.jpg') repeat-y left top;
}
.container-show-article {
	width: 531px;
	margin: 0 auto;
	background: url('../images/bg.jpg') repeat-y left top;
}
.containerleft {
	float: left;
	width: 858px;
	margin: 0 0 0 2px;
}
html>body .containerleft {
	margin: 0 0 0 5px;
}
.clearing {
	clear: both;
	height: 0;
	line-height: 0;
}

/* topadd */

.topadd {
/*	width: 845px;*/
/*	border-bottom: 4px solid #4E7FB2;*/
	padding: 8px 0 8px 13px;
	float: left;
	background: #beb8b4;
}
#network {
	float: left;
	display: block;
	width: 96px;
	height: 85px;
	background: url('../images/learning-ireland.jpg') no-repeat left top;; margin-left:0; margin-right:12px; margin-top:3px; margin-bottom:0
}
#network:hover {
	background-position: left bottom;
}
.topadd img {
	float: left;
	border: 1px solid #2d2b30;
}

/* network */

#networknav {
	background: url('../images/networkbg.jpg') no-repeat left bottom;; margin-left:0; margin-right:0; margin-top:15px; margin-bottom:0; padding-left:0; padding-right:0; padding-top:0; padding-bottom:12px
}
html>body #networknav {
	background: url('../images/networkbg.png') no-repeat left bottom;
}
*:lang(en) #networknav {
	margin: 0;
}
#network01, #network02, #network03, #network04,
#network05, #network06, #network07 {
	display: block;
	width: 220px;
}
html>body #network01, html>body #network02, html>body #network03, html>body #network04,
html>body #network05, html>body #network06, html>body #network07 {
	width: 227px;
}
#network01 {
	height: 49px;
	background: url('../images/network01.jpg') no-repeat left top;
}
#network02 {
	height: 46px;
	background: url('../images/network02.jpg') no-repeat left top;
}
#network03 {
	height: 46px;
	background: url('../images/network03.jpg') no-repeat left top;
}
#network04 {
	height: 50px;
	background: url('../images/network04.jpg') no-repeat left top;
}
#network05 {
	height: 55px;
	background: url('../images/network05.jpg') no-repeat left top;
}
#network06 {
	height: 56px;
	background: url('../images/network06.jpg') no-repeat left top;
}
#network07 {
	height: 52px;
	background: url('../images/network07.jpg') no-repeat left top;
}
html>body #network01 {
	background: url('../images/network01.png') no-repeat left top;
}
html>body #network02 {
	background: url('../images/network02.png') no-repeat left top;
}
html>body #network03 {
	background: url('../images/network03.png') no-repeat left top;
}
html>body #network04 {
	background: url('../images/network04.png') no-repeat left top;
}
html>body #network05 {
	background: url('../images/network05.png') no-repeat left top;
}
html>body #network06 {
	background: url('../images/network06.png') no-repeat left top;
}
html>body #network07 {
	background: url('../images/network07.png') no-repeat left top;
}
#network01:hover, #network02:hover, #network03:hover, #network04:hover,
#network05:hover, #network06:hover, #network07:hover {
	background-position: left bottom;
}

.level1 li {
	position: relative;
	list-style: none;
}
.level1>ul a {
	width: auto;
}
.level2 {
	position: absolute;
	top: 70px;
	left: 1px;
	display: none;
	z-index: 1000;
}
*:lang(en) .level2 {
	top: 85px;
}
.topadd ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

/* top */

.top {
	clear: both;
	text-align: left;
	background: white;
}
#index {
	display: block;
	height: 84px;
	width:503px;
	background: url('../images/logo.jpg') no-repeat;
}
#top01, #top02 {
	float: right;
	padding: 0 20px 0 10px;
	margin: 15px 12px 0 0;
	font-size: 10px;
	color: #4E7FB2;
	/*background: url(../images/toparrow.jpg) right top no-repeat;*/
}
#top01:hover, #top02:hover {
	color: #595452;
	background-position: right bottom;
}
#top03{
	padding: 0 0 0 30px;
	font-size:11px;
	font-weight:bold;
	color:#BBB4B0;
}

/* search form */

#searchform {
	float: right;
	clear: both;
	margin: 15px 0px 0 0;
}
#searchform a{
	color: #4E7FB2;
	padding-right:40px;
}
#searchform a:hover{
	color: #4E7FB2;
}
html>body #searchform {
	margin: 15px 13px 0 0;
}
#searchedphrase {
	font-size: 13px;
	width: 120px;
	color: #635d59;
	border: 1px solid #a29993;
	float: left;
	background: url('../images/searchformbg.jpg') repeat-x left top; ; padding-left:3px; padding-right:3px; padding-top:4px; padding-bottom:4px
}
#searchsubmit {
	display: block;
	width: 26px;
	height: 26px;
	border: 0px none;
	float: left;
	cursor: pointer;
	background: url('../images/searchsubmit.jpg') no-repeat left top;
}
#searchsubmit:hover {
	background-position: left bottom;
}

/* nav */

.nav {
	float: left;
	clear: both;
	margin: 0 0 0 2px;
	width: 100%;
}
html>body .nav {
	margin: 0 0 0 4px;
}
.nav ul {
	list-style: none;
}
.nav li {
	float: left;
}
.nav01, .nav02, .nav03, .nav04, .nav05, .nav06, .nav07, .nav08 {
	display: block;
	float: left;
	height: 45px;
	width: 141px;
	text-indent: -5000px;
}
.nav01 {
	width: 143px;
	background: url('../images/nav01.jpg') no-repeat left top;
}
.nav02 {
	background: url('../images/nav02.jpg') no-repeat left top;
}
.nav03 {
	background: url('../images/nav03.jpg') no-repeat left top;
}
.nav04 {
	background: url('../images/nav04.jpg') no-repeat left top;
}
.nav05 {
	background: url('../images/nav05.jpg') no-repeat left top;
}
.nav06 {
	width: 143px;
	background: url('../images/nav06.jpg') no-repeat left top;
}
.nav01:hover, .nav02:hover, .nav03:hover, .nav04:hover,
.nav05:hover, .nav06:hover {
	background-position: left bottom;
}
#current {
	background-position: left bottom;
}

/* breadcrumbs */

.breadcrumbs {
	clear: both;
	font-size: 10px;
	margin: 0 4px;
	color: #f2f0ea;
	padding: 2px 15px;
	background: #a29994;
	text-align: left;
	width: 820px;
}
.breadcrumbs span {
	color: #f2f0ea;
	text-transform: uppercase;
}
.breadcrumbs a {
	color: #d8d5ca;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #f7f5ee;
	text-decoration: underline;
}

/* content */

.content {
	clear: both;
	padding-right:25px;
}
.content a {
	color: #4E7FB2;
}
.content a:hover {
	text-decoration: none;
}
.bordertopbottom {
	padding: 3px 0;
	margin: 0;
	border: 1px solid #a29993;
	border-width: 1px 0;
}
*:lang(en) .bordertopbottom {
	padding: 3px 0 0;
}

/* leftcolumn */

.leftcolumn {
	float: left;
	width: 529px;
}

/* news */

.newscontainer {
	/*margin: 0 0 0 5px;
	text-align: left;
	border-bottom: 1px solid #a2958c;
	width: 510px;
	float: left;*/
	margin: 0 0 0 5px;
	text-align: left;
	border-bottom: 1px solid #a2958c;
	width: 516px;
	float: left;
}
html>body .newscontainer {
	margin: 0 0 0 10px;
}
.newsnav {
	/*background: url('../images/newsbg.jpg') no-repeat left bottom;; padding-left:0; padding-right:0; padding-top:0; padding-bottom:10px*/
	padding: 0 0 10px;
	background: url(../images/newsbg.jpg) left bottom no-repeat;
}

/* mainnews */

.mainnews {
	background: white;
}
.mainnews h1 {
	/*font-size: 25px;
	color: #4E7FB2;
	line-height: 23px;
	padding: 0 13px 15px 270px;*/
	font-size: 20px;
	color: #4E7FB2;
	line-height: 20px;
	padding: 0 13px 10px 165px;
}
.mainnews h1 span {
	font-size: 11px;
	color: #979797;
}
.mainnews p {
	/*font-size: 13px;
	color: #1e1e1e;
	line-height: 18px;
	padding: 0 13px 8px 270px;*/
	font-size: 11px;
	color: #1e1e1e;
	line-height: 15px;
	padding: 0 13px 4px 165px;
}
#newsmainphoto {
	float: left;
	margin: 8px 4px;
}
#mainnewsmore {
	text-align: right;


	font-size: 10px;
}

/* news nav */

.newsnav  {
  	list-style: none;
  	float: left;
	width: 516px;
	padding: 12px 0 7px;
	background: #dcd5cc url(../images/newsbg2.jpg) right bottom no-repeat;
}
.newsnav li {
	/*float: left;
	background: url('../images/newsnavright.jpg') no-repeat right top;
	margin-left:0; margin-right:2px; margin-top:0; margin-bottom:0; padding-left:0; padding-right:5px; padding-top:0; padding-bottom:0*/
	float: left;
	background: url(../images/newsnavright.jpg) right top no-repeat;
	padding: 0 5px 0 0;
	margin: 0 2px 0 0;
}
.newsnav a {
	float: left;
	display: block;
	background: url(../images/newsnavleft.jpg) left top no-repeat;
	padding: 8px 7px 2px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #564f4b;
}
/* commented backslash hack hides rule from IE5-Mac \*/
.newsnav a {
	float: none;
}
.newsnav a:hover {
	text-decoration: underline;
}
#currentnews {
	background: url('../images/newsnavrighton.jpg') no-repeat right top;
}
#currentnews a {
	font-size: 14px;
	background: url('../images/newsnavlefton.jpg') no-repeat left top;
	color: white
}

/* other news */

.othernews {
	/*background: #f9f6f1 url('../images/othernewsbg.jpg') repeat-x left top;; margin-left:0; margin-right:0; margin-top:0; margin-bottom:1px; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:5px*/
	padding: 2px 0 0;
	margin: 0 0 1px;
	background: #f9f6f1 url(../images/othernewsbg.jpg) left top repeat-x;
}
*:lang(en) .othernews {
	padding: 4px 0;
}
.othernews p {
	padding: 0 8px;
	line-height: 18px;
	font-size: 11px;
}
.othernews p span {
	color: #979797;
	padding: 0 4px 0 0;
	font-weight: bold;
}
.othernews p span {
	color: #979797;
	padding: 0 4px 0 0;
	font-weight: bold;
}
.othernews a {
	color: #4E7FB2;
}
#othernewsmore {
	/*text-align: right;
	font-size: 10px;*/
	text-align: right;
	font-size: 10px;
	margin: 4px 0 0;
	padding: 15px 0 15px 17px;
	float: left;
	border-left: 1px solid #d3ccc6;
}
.othernewsleft {
	float: left;
	width: 420px;
}

/* forum posts */

.forumposts {
	/*float: left;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #a2958c;
	width: 257px;
	background: #f5f2f0 url('../images/forumbg.jpg') no-repeat left top;; margin-left:5px; margin-right:0; margin-top:10px; margin-bottom:0*/
	float: left;
	padding: 0 0 0;
	text-align: left;
	border-bottom: 1px solid #a2958c;
	width: 189px;
	margin: 12px 0 0 10px;
	background: #f5f2f0 url(../images/forumbg2.jpg) left top no-repeat;
}
.forumposts_new {
	FLOAT: left; OVERFLOW: auto; WIDTH: 189px; HEIGHT: 209px; TEXT-ALIGN: left
}
/*html>body .forumposts {
	margin: 15px 0 0 10px;
}*/
.forumposts h1 {
	font-size: 11px;
	color: white;
	padding: 7px 10px;
}
.forumposts a {
	display: block;
	clear: both;
	padding: 9px 10px 0;
	float: left;
	font-weight: bold;
}
.forumposts h1 a {
	/*color: #e2dccd;
	float: right;
	font-weight: normal;
	font-size: 11px;*/
	color: #e2dccd;
	float: right;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
}
.forumposts h1 a:hover {
	text-decoration: none;
	color: white;
}
.forumposts p {
	/*color: #1e1e1e;
	line-height: 14px;
	padding: 9px 10px 0;*/
	color: #1e1e1e;
	line-height: 14px;
	padding: 0 10px;
	width: 150px;
}
.forumposts p span {
	color: #4E7FB2;
	font-weight: bold;
}
.forumposts p a {
	font-weight: normal;
	color: #1e1e1e;
	padding: 0;
	text-decoration: none;
}
.content .forumposts p strong a {
	/*color: #4E7FB2;
	font-weight: bold;
	text-decoration: none;*/
	color: #4E7FB2;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 0;
}
.content .forumposts p a:hover {
	text-decoration: underline;
}

/* small adds */

.smalladds-article {
	margin: 0;
	float:left;
}

/* New Css added By Dhiman at 29-09-09*/

.smalladds-article_profile {
	margin: 0;
	float:left;
	width:160px;
}

html>body .smalladds-article {
	float: left;
	width: 200px;
}
html>body .smalladds-article {
	margin: 15px 0 0 0;
}
.smalladds-article a {
	float: left;
	margin: 0 0 3px 0;
}
*:lang(en) .smalladds-article a {
	margin: 0 0 0 0;
}

/* left adds */

#leftadd01-article, .bordertopbottom {
	float: left;
}
#leftadd01-article {
	margin: 0 5px 0 1px;
}
html>body #leftadd01-article {
	margin: 10px 5px 0 1px;
}
#leftadd01, .bordertopbottom {
	float: left;
}
#leftadd01 {
	margin: 0;
}
html>body #leftadd01 {
	margin: 0;
}
.bordertopbottom {
	/*margin: 0;*/
}
html>body .bordertopbottom {
	margin: 10px 0 0 ;
}

/* right adds */

.bordertopbottomiemargin {
	/*position: relative;
	top: 16px;*/
}
html>body .bordertopbottomiemargin {
	top: 0;
}

/* footer */

.footer {
	clear: both;
	float: left;
	width: 850px;
	padding: 10px 0;
	background: #f2ebe1;
	position: relative;
	left: 1px;
	margin: 10px 4px 0 2px;
}
html>body .footer {
	left: 0;
	margin: 10px 4px 0;
}
.footer p {
	font-size: 9px;
	color: #a39e9b;
	line-height: 16px;
}
.footer a {
	color: #a39e9b;
	padding: 0 3px;
}
.footer a:hover {
	text-decoration: none;
}
.footer .licence, #webdesign, #webdesign a {
	color: #b8b2af;
}

/* bottomadd */

.bottomaddcontainer {
	clear: both;
	background: #2d2d2d url('../images/bottomaddbg.jpg') repeat-x left top;
}
.bottomadd {
	width: 900px;
	padding: 0 0 0 40px;
	margin: 0 auto;
}
.bottomadd a {
	display: block;
	color: #afafaf;
	padding: 11px 15px 6px 25px;
	float: left;
	text-decoration: none;
}
.bottomadd a:hover {
	text-decoration: underline;
}
#bottomadd01 {
	background: url('../images/bottomadd01.jpg') no-repeat left 8px;
}
#bottomadd01A {
	background: url('../images/bottomadd01A.jpg') no-repeat left 8px;
}
#bottomadd02 {
	background: url('../images/bottomadd02.jpg') no-repeat left 8px;
}
#bottomadd03 {
	background: url('../images/bottomadd03.jpg') no-repeat left 8px;
}
#bottomadd04 {
	background: url('../images/bottomadd04.jpg') no-repeat left 8px;
}
#bottomadd05 {
	background: url('../images/bottomadd05.jpg') no-repeat left 8px;
}
#bottomadd06 {
	background: url('../images/bottomadd06.jpg') no-repeat left 8px;
}
#bottomadd07 {
	background: url('../images/bottomadd07.jpg') no-repeat left 8px;
}

/* rightcolumn */

.rightcolumn {
	width: 319px;
	float: left;
}

/* containerright */

.containerright {
	float: left;
	/*padding-top:120px; padding-left:4px;*/
	margin: 120px 0 0 1px;
}
#bigadd {
	margin: 120px 0 0 1px;
}
html>body #bigadd {
	margin: 120px 0 0 4px;
}


/*---------------for top menu---------------*/

/*

#topmenu{
float: left;
clear: both;
margin: 0 4px;
width:851px;
height:45px;
background:url('../images/menu-repeat.jpg');

}
#topmenu ul{
list-style-type:none;
line-height:normal;
padding:0;
margin:0;
}
#topmenu li{
display:inline;
}
#topmenu a{
display:block;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#5E5641;
height:30px;
padding:15px 12px 0 11px;
text-align:center;
background:url('../images/divaidar.jpg') left top; padding-left:11px; padding-right:12px; padding-top:15px; padding-bottom:0
}
#topmenu a:hover{
color:#050601;
height:30px;
text-align:center;
padding:15px 12px 0 11px;
background:url('../images/hover.jpg'); padding-left:11px; padding-right:12px; padding-top:15px; padding-bottom:0
}
#topmenu .current_page_item a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#5F5845;
background:url('../images/hover.jpg');
height:30px;
padding:15px 12px 0 11px;
text-align:center; padding-left:11px; padding-right:12px; padding-top:15px; padding-bottom:0
}

*/



.newimage{
width:411px;
padding:0;
margin:0;
text-align:center;
}
.border1{
border:none;
}
.searchlabel{
	font-size: 18px;
	color: black;
	cursor: pointer;
}
/*-----------------start for directory in article and content- added on 21st Aug 2008 by krishna --------------------*/
.boxborder{
	border:1px solid #999999;
}
.yellowtxtheader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5E5641;
	font-weight:bold;
}
.blacktxtbold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}
a.smallblacktxtlinkselect{
	color: #4E7FB2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.smallblacktxtlinkselect:hover{
	text-decoration: none;
}

/*----------------end for directory in article and content----------------------*/
/*-----------------start for form of guide section added on 21st Aug 2008 by krishna --------------------*/
.assbottomborder{
	border-bottom:1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 2px;
}
.contactfieldstext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#000000;
}
.contactformtext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.contactmarkedtext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#FF0000;
}
.contacttextbox{
border:1px solid #C27703;
background-color:#FFFFFF;
width:200px;
height:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.contacttextbox1{
width:200px;
height:35px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.contactbutton{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#000000;
width:60px;
height:22px;
}
/*----------------end for form of guide section----------------------*/
/*-----------------start for guide added on 21st Aug 2008 by krishna --------------------*/
.guidetextclass{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.guideArticle{
	background-color:#FAFAFA;
	padding-left:4px;
	padding-bottom:5px;
	padding-top:2px;
}
.guideArticleHeading{
	background-color:#3881A2;
	padding-left:4px;
	padding-bottom:2px;
	padding-top:2px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.guidearticletxtlink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#9A0104;
	text-decoration:underline;
}
.blacktxtbold1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	text-transform:uppercase
}
.browntxtbold{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#9A0104;
	text-transform: uppercase;
}

/*----------------end for guide section----------------------*/
#dropmenudiv{
border-left:1px solid #282828; border-right:1px solid #282828; border-top:1px solid #282828; border-bottom:0px solid #282828; position:absolute;
font-family:Tahoma, Arial, Verdana;line-height:18px;
font-size:11px;
z-index:100;
text-align:left
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
background:#5D5D5D url('../images/divaidar1.jpg') no-repeat bottom;
color:#FFFFFF;
text-decoration:none; font-weight:bold; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px; background-color:#5D5D5D
}

#dropmenudiv a:hover{ /*hover background color*/
color:#000000;
background-color: #CDD4DA;
}
.choosearticlearea {
	clear: both;
	font-size: 11px;
	margin: 0 4px;
	color: #a29993;
	background: #454545 url('../images/choosearticlearea.jpg') repeat-x left top;
	text-align: left; padding-left:15px; padding-right:15px; padding-top:2px; padding-bottom:5px
}
*:lang(en) .choosearticlearea {
	padding: 5px 15px;
}
.choosearticlearea a {
	color: #a29993;
	padding: 0 2px;
}
.choosearticlearea a:hover {
	color: #c7bfba;
}
/* most recent searches & poll added on 28th Aug 2008*/

/*
.mostrecentsearches, .poll {
	background: #eae6e0 url('../images/reacentsearchestop.jpg') repeat-x left top;
	margin: 10px;
	text-align: left;
	min-height:180px;
	border-bottom: 1px solid #FEFCFD;
}
.mostrecentsearches h6, .poll h6 {
	font-size: 11px;
	padding: 7px 10px;
}
.mostrecentsearches p, .poll p {
	padding: 13px 19px 16px;
	line-height: 20px;
	font-size: 11px;
	color: black;
}
.mostrecentsearches a {
	color: #9b9b9b;
	padding: 0 2px;
	text-decoration: none;
}
.mostrecentsearches a:hover {
	text-decoration: underline;
}
.mostrecentsearches .s9 {
	font-size: 9px;
}
.mostrecentsearches .s11 {
	font-size: 11px;
}
.mostrecentsearches .s12 {
	font-size: 12px;
}
.mostrecentsearches .s13 {
	font-size: 13px;
}
.mostrecentsearches .s14 {
	font-size: 14px;
}
.mostrecentsearches .s16 {
	font-size: 16px;
}
.mostrecentsearches .s18 {
	font-size: 18px;
}
.mostrecentsearches .s19 {
	font-size: 19px;
}
.mostrecentsearches .s22 {
	font-size: 22px;
}
.mostrecentsearchesbottom, .pollbottom {
	height: 3px;
	background: url('../images/reacentsearchesbottom.jpg') repeat-x left bottom;
}
html>body .mostrecentsearchesbottom, html>body .pollbottom {
	background: url('../images/reacentsearchesbottom.jpg') repeat-x left top;
}
a.nicelinkcolor{
	color:#4E7FB2;
	text-decoration:underline;
}
a.nicelinkcolor:hover{
	color:#4E7FB2;
	text-decoration:none;
}

*/
/*
.poll {
	margin: 10px 0 0;
	width: 316px;
}
html>body .poll {
	margin: 12px 0 0;
}
.poll form {
	margin: 2px;
}
.poll fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.poll h6 span {
	font-weight: normal;
	padding: 0 0 0 10px;
}
.poll p {
	padding: 1px 10px;
	margin: 0;
	line-height: 22px;
	background: url(../images/pollbg.jpg) left bottom no-repeat;
}
.poll label {
	position: relative;
	top: -2px;
	margin: 0 0 0 10px;
}
.poll .send {
	border: 0px none;
	font-size: 11px;
	color: black;
	text-decoration: underline;
	float: right;
	cursor: pointer
}
.poll .last {
	background: none;
}

*/
/*-------------------mainforum-------------------*/
.mainforum{
background-color:#DCD5CB;
text-align:left;
margin: 0 4px 0 4px;
}
/*---------------------------added on 17-11-08 for newDesign-----------------------------------------*/
.leftcolumnsmall, .rightcolumnsmall {
	float: left;
	width: 300px;
}
.leftcolumnsmall {
	margin: 0 0 0 7px;
}
html>body .leftcolumnsmall {
	margin: 0 0 0 15px;
}
.smalladds {
	margin: 10px 0;
	padding-left:7px;
	background: #c6bfb7;
	float: left;
}
*:lang(en) .smalladds {
	padding: 10px 10px 0;
}
.smalladds a {
	float: left;
	margin: 4px 10px 3px;
}
*:lang(en) .smalladds a {
	margin: 3px 10px 1px;
}
.leftcolumnbig, .rightcolumnbig {
	float: left;
	width: 530px;
}


/*----------------------------for navigation bar added on 8-12-08-------------------------------*/
/* ----------- NAVIGATION----------- */

/*
#navigation{
	background: url(../images/menu-bg.jpg) no-repeat; 
	height:24px; 
	margin: 0 4px;
	width:850px; 
	}
	#navigation ul{
	 height:24px;
	 padding:0;
	 margin:0;	 
	}
	#navigation ul li{
		display:inline;		
		padding:0;
		margin:0;
	}
	#navigation ul li a {	
		font-family:"Trebuchet MS", Verdana, Tahoma, "Times New Roman";
		font-size:16px;
		font-weight:bold;
		color: #5F553C;	
		padding:0 0 0 10px;
		display:block;
		text-decoration:none;
		float:left;			
		height:24px;
		margin:0 5px 0 0;
		line-height:22px;
	}
	#navigation ul li a:hover{
		color:#ffffff;
		text-decoration:none;
		background:#4D4D4D url(../images/left-tab.gif) left top no-repeat;
		padding-left: 10px;
		cursor:hand;
	}
	#navigation ul li a:hover span{
	background: url(../images/right-tab.gif) right top no-repeat;
	height:24px;
	padding-right: 10px;
	cursor:hand;
}
#navigation ul li a, #navigation ul li a span
{
display: block;
float: left;
}
#navigation ul li a span{
padding-right: 10px;
height:24px;
}

*/
/*#navigation .home-button a{
background:url(../images/home-button.gif) no-repeat;
color:#FFFFFF;
}
#navigation .home-button a:hover{
background:url(../images/home-button.gif) no-repeat;
color:#FFFFFF;
}*/

/*

#navigation .selected-button a{
		font-family:"Trebuchet MS", Verdana, Tahoma, "Times New Roman";
		font-size:16px;
		font-weight:bold;
		color: #5F553C;	
		padding:0 0 0 10px;
		display:block;
		text-decoration:none;
		float:left;			
		height:24px;
		margin:0 5px 0 0;
		color:#ffffff;
		text-decoration:none;
		background:#4D4D4D url(../images/left-tab.gif) left top no-repeat;		
		cursor:hand;
}
#navigation .selected-button a:hover{
		color:#ffffff;
		text-decoration:none;
		background:#4D4D4D url(../images/left-tab.gif) left top no-repeat;
		padding-left: 10px;
		cursor:hand;
}
	#navigation .selected-button a span{
	background: url(../images/right-tab.gif) right top no-repeat;
	height:24px;
	padding-right: 10px;
	cursor:hand;
}
	#navigation .selected-button a:hover span{
	background: url(../images/right-tab.gif) right top no-repeat;
	height:24px;
	padding-right: 10px;
	cursor:hand;
}


#sublinks{
	float:left;
	width:850px;
	margin: 0 4px;
	background-color:#4E4E4E;	
	height:24px;
	font-size:10px;
}	
	#sublinks ul{
	 height:24px;
	 line-height:24px;	
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a{
	font-size:10px;
	font-weight:normal;
	height:24px;
	padding:0 7px 0 6px;
	display:block;
	text-decoration:none;
	float:left;
	color:#FFFFFF;
	background:url(../images/divaidar.gif) no-repeat right 10%;
	}
	#sublinks ul li a:hover{
		text-decoration:underline;
	}
	#sublinks .current_page_item a{
	background:none;
	}
		#sublinks .current_page_item a:hover{
	background:none;
	}
	
*/ 

/* ----------- SUBMENU ----------- */
.new-image
{
	width:150px;
	float:left;
	padding:0;
	margin:0;
}





/* ----------------- New Home Page --------------------- */


#containner{
padding:0 4px 0 4px;
width:990px;
margin:0 auto;
border-left:1px solid #EEEEEE;
border-right:1px solid #BDBEC3;
background-color:#78797D;
}
.mainpage{
padding:0;
margin:0;
background-color:#78797D;
}
.pageleft{
padding:0;
margin:0;
width:858px;
float:left;
}
.pageright{
padding:114px 5px 0 0;
margin:0;
width:120px;
float:right;
}
.rightbannerbg{
background-color:#FFFFFF;
height:600px;
}
#top-header-bannerbg{
background-color:#E7E7E7;
height:97px;
padding:8px 9px 0 13px;
margin:0;
}

/*------------------------------------------- top-header-bannerbg -------------------------------------------*/

#top-header-bannerbg .logo1{
width:96px;
float:left;
padding:3px 0 0 0;
margin:0;
}
#top-header-bannerbg .banner1{
width:728px;
float:right;
padding-top:7px;
vertical-align:middle;
margin:0;
background-color:#E7E7E7;
height:90px;
text-align:center;
}

/*------------------------------------------- main-page -------------------------------------------*/

#main-page-home{
background-color:#FFFFFF;
border-top:4px solid #4E7FB2;
padding:0;
margin:0;
}
#main-page-home .logo{
height:119px;
padding:0;
margin:0;
background-color:#FFFFFF;
}
#main-page-home .logo-left{
width:502px;
float:left;
padding:19px 0 0 10px;
margin:0;
}
#main-page-home .signup-today{
width:148px;
float:left;
padding:23px 0 0 15px;
margin:0;
}
#main-page-home .search-website{
width:154px;
float:right;
padding:0;
margin:0;
}
#main-page-home .grytex1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#BBB4B0;
text-align:center;
padding:15px 0 0 0;
}
#main-page-home .search-website1{
padding:0;
margin:0;
}
#main-page-home .search-website-left{
padding:0;
margin:0;
width:128px;
float:left;
}
#main-page-home .textbox1{
background:url(../images/searchbg1.jpg);
padding:4px 0 0 0;
width:120px;
height:22px;
border-bottom:none;
border-top:none;
border-left:1px solid #A29993;
border-right:1px solid #A29993;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:;
color:#635D59;
}
#main-page-home .search-button{
width:26px;
float:left;
padding:0;
margin:0;
}



/*#main-page-articls{
background-color:#DCD5CB;
border-top:4px solid #4E7FB2;
padding:0 4px 0 4px;
margin:0;
}*/
#main-page{
background-color:#DCD5CB;
border-top:4px solid #4E7FB2;
padding:0;
margin:0;
}

#main-page .logo{
height:119px;
padding:0;
margin:0;
background-color:#FFFFFF;
}
#main-page .logo-left{
width:502px;
float:left;
padding:19px 0 0 10px;
margin:0;
}
#main-page .signup-today{
width:148px;
float:left;
padding:23px 0 0 15px;
margin:0;
}
#main-page .search-website{
width:154px;
float:right;
padding:0;
margin:0;
}
#main-page .grytex1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#BBB4B0;
text-align:center;
padding:15px 0 0 0;
}
#main-page .search-website1{
padding:0;
margin:0;
}
#main-page .search-website-left{
padding:0;
margin:0;
width:128px;
float:left;
}
#main-page .textbox1{
background:url(../images/searchbg1.jpg);
padding:4px 0 0 0;
width:120px;
height:22px;
border-bottom:none;
border-top:none;
border-left:1px solid #A29993;
border-right:1px solid #A29993;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:;
color:#635D59;
}
#main-page .search-button{
width:26px;
float:left;
padding:0;
margin:0;
}


#topmenurepeat{
background:url(../images/top-menu-repeat.jpg) #ffffff;
height:37px;
padding:0 0 0 10px;
margin:0;
}
#topmenurepeat ul{
line-height:normal;
list-style-type:none;
padding:0;
margin:0;
}
#topmenurepeat li{
display:inline;
}
#topmenurepeat a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#33396B;
display:block;
float:left;
height:27px;
padding:10px 15px 0 15px;
margin:0;
/*background:url(../images/divaidar.jpg) no-repeat right center;*/
}
#topmenurepeat a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#33396B;
display:block;
float:left;
height:27px;
padding:10px 15px 0 15px;
margin:0;
background:url(../images/icon-bottom.jpg) no-repeat bottom center;
}
#topmenurepeat .current_page_item a{
background-image:none;
}
#topmenurepeat .divaidar{
background:url(../images/divaidar.jpg) no-repeat right center;
height:37px;
display:block;
float:left;
}
#topmenurepeat .selectedLink{
color:#000000;
background:url(../images/icon-bottom.jpg) no-repeat bottom center;
}
/*#topmenurepeat .selected a:hover{
color:#000000;
background:url(../images/icon-bottom.jpg) no-repeat bottom center;
}*/

/*.nav01, .nav02, .nav03, .nav04, .nav05, .nav06, .nav07, .nav08 {
	display: block;
	float: left;
	height: 45px;
	width: 141px;
	text-indent: -5000px;
}*/

#topmenurepeat1{
background-color:#EFEFEF;
border-bottom:1px solid #CAC9C6;
min-height:16px;
padding:4px 0 4px 25px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#000000;
text-align:left;
}
#topmenurepeat1 ul{
}
#topmenurepeat1 ul li{
}
#topmenurepeat1 ul li a{
}
a.topmenulink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#000000;
text-align:left;
}
a.topmenulink:hover{
text-decoration:underline;
}

#mainpage1{
padding:0;
margin:0;
}
#mainpage1 .left1{
width:601px;
float:left;
padding:0;
margin:10px 0 0 0;
}
#mainpage1 .right1{
width:242px;
float:left;
padding:0 0 0 7px;
margin:10px 0 0 0;
}
#top1{
padding:0;
margin:0;
}
#top1 .banner-left1{
width:139px;
float:left;
padding:0;
margin:0;
border-left:1px solid #BFBEBB;
}
#top1 .banner2{
text-align:center;
padding-bottom:26px;
}
#top1 .banner4{
text-align:center;
padding:0 0 17px 0;
}
#top1 .banner-right1{
width:460px;
float:left;
padding:0;
margin:0;
background:url(../images/rightbg.jpg) no-repeat;
height:232px;
}
#top1 .textleft1{
width:130px;
float:left;
padding:0 0 0 18px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#7A7A7A;
}
#top1 .textright1{
width:105px;
float:right;
padding:1px 0 0 15px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#7A7A7A;
}
a.link1{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#7A7A7A;
padding:0;
margin:0;
border: 1px solid #ffffff;
}
a.link1:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#D51456;
border:1px solid #D51456;
padding:0;
margin:0;
}
a.link2{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#D51456;
border:1px solid #D51456;
padding:0 1px;
margin:0 1px;
}
a.link2:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#D51456;
border:1px solid #D51456;
padding:0 1px;
margin:0 1px;
}
.boldtext1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#000000;
padding:0 0 0 16px;
margin:0;
}
.readmoretext{
text-align:right;
padding:3px 16px 0 0;
}
a.readmorelink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#335A8B;
}
a.readmorelink:hover{
text-decoration:none;
}
#top1 .new-padding{
padding:11px 0 0 4px;
margin:0;
}
#top1 .news{
width:126px;
height:43px;
float:left;
padding:7px 0 0 10px;
background:url(../images/newsbg.jpg) no-repeat;
margin:0 0 0 4px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
}
#top1 .features{
width:136px;
float:left;
height:50px;
padding:0;
margin:0 0 0 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
line-height:18px;
text-align:center;
}
#top1 .colleges{
width:136px;
float:left;
height:50px;
padding:0;
margin:0 0 0 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
line-height:18px;
text-align:center;
}
#top1 .new-padding1{
padding:7px 0 0 0;
margin:0;
}
a.whitelink{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
}
a.whitelink:hover{
text-decoration:underline;
}
a.whitelink1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
height:45px;
display:block;
padding:5px 0 0 0;
background:url(../images/features-bg-nor.jpg) no-repeat;
}
a.whitelink1:hover{
background:url(../images/features-bg.jpg) no-repeat;
height:45px;
display:block;
padding:5px 0 0 0;
}

#top1 .new-padding2{
padding:26px 0 26px 0;
margin:0;
text-align:center;
}
#training-search{
padding:0;
margin:15px 0 0 0;
}
#training-search .big-banner1{
width:299px;
float:left;
padding:0;
margin:0;
}
#training-search .training-search-box{
width:278px;
float:right;
padding:0 6px 0 8px;
margin:0;
background:url(../images/training-searchbg.jpg) no-repeat;
height:262px;
}
#training-search .advance-search{
text-align:right;
padding:12px 0 15px 0;
margin:0;
}
a.advancesearchlink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#000000;
}
a.advancesearchlink:hover{
text-decoration:none;
}
#training-search .textbox2{
background:url(../images/searchbg2.jpg);
padding:4px 0 0 0;
width:270px;
height:26px;
border-bottom:none;
border-top:none;
border-left:1px solid #5D5D5D;
border-right:1px solid #5D5D5D;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:;
color:#635D59;
}
#training-search .grytext2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#564F4B;
padding:2px 0 1px 0;
}
#training-search .search-main{
padding:0;
margin:0;
}
#training-search .search-left{
width:233px;
float:left;
padding:0;
margin:0;
}
#training-search .search-right{
width:41px;
float:right;
padding:15px 0 0 0;
margin:0;
}
#training-search .buttonSubmitHovered {
	position: absolute;
	margin:0;
	width:41px;
	height:135px;
	background:url(../images/go1.jpg) left top no-repeat;
	cursor:pointer;
	border:0;
}
#training-search fieldset{
padding:0;
margin:0;
border:0;
}
#training-search p {
	line-height: 25px;
	clear: both;
	margin: 1px 0 0;
	border: 1px solid #e4e1d8;
}
#training-search .dropdownbox1{
padding:0;
width:233px;
height:22px;
border-bottom:none;
border-top:none;
border-left:1px solid #5D5D5D;
border-right:1px solid #5D5D5D;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:;
color:#635D59;
}
#training-search .textbox-left{
width:205px;
padding:0;
margin:0;
}
#training-search .list-right{
width:20px;
float:right;
padding:0;
margin:0;
}
#training-search .textbox3{
background:url(../images/searchbg2.jpg);
padding:0;
width:230px;
height:30px;
border-bottom:none;
border-top:none;
border-left:1px solid #5D5D5D;
border-right:1px solid #5D5D5D;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:;
color:#635D59;
}
#training-search .search-courses-link-text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#564F4B;
padding:6px 0 0 0;
}
a.searchcourseslink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#000000;
}
a.searchcourseslink:hover{
text-decoration:none;
}
#choosing-training-supplier{
padding:0 7px 0 10px;
margin:0;
}
#choosing-training-supplier .choosing-text1{
border-bottom:1px solid #E3DFDC;
padding:10px 0 15px 0;
margin:0;
}
#choosing-training-supplier .bold-blue-text{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#335A8B;
}
#choosing-training-supplier .more-features{
border-top:1px solid #A2958C;
padding:0 0 18px 0;
margin:10px 0 0 0;
}
a.aread-article{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
color:#335A8B;
}
a.aread-article:hover{
text-decoration:none;
}
a.aread-article1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:underline;
color:#335A8B;
}
a.aread-article1:hover{
text-decoration:none;
}
a.more-featureslink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
color:#000000;
}
a.more-featureslink:hover{
text-decoration:none;
}
#more-features-main{
padding:0 0 0 10px;
margin:0;
}
#more-features-main .bottom-boxline{
/*background:url(../images/bottom-boxline.jpg);
background-repeat:repeat-y;*/
padding:0;
margin:0;
}
#more-features-main .box-left{
width:291px;
float:left;
padding:0;
margin:0;
}
#more-features-main .box-left1{
border-right:1px solid #BFBEBB;
margin:0;
padding:0 6px 0 0;
}
#more-features-main .box-right{
width:285px;
float:left;
padding:0 0 0 6px;
margin:0;
}
#more-features-main .bluebg{
background:url(../images/bluebg.jpg);
height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
padding:2px 0 0 10px;
}
#more-features-main .most-commented{
width:134px;
float:left;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
}
#more-features-main .latest{
width:150px;
float:left;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-align:right;
text-transform:uppercase;
}
a.bold-bluetext-link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#3C62A0;
}
a.bold-bluetext-link:hover{
text-decoration:underline;
}
a.commentslink{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#564F4B;
}
a.commentslink:hover{
text-decoration:underline;
}
a.join-discussion{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:underline;
color:#335A8B;
}
a.join-discussion:hover{
text-decoration:none;
}
#more-features-main .bottom-leftbox-border{
border-bottom:1px solid #E3DFDC;
padding:10px 0 6px 0;
margin:0 0 0 10px;
}
#more-features-main .more-features1{
padding:0 0 5px 10px;
}
#footermain{
padding:0;
margin:0;
}
#footermain .footerbg{
background-color:#F2EBE1;
height:84px;
padding:10px 0 0 0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:normal;
text-decoration:none;
color:#A39E9B;
text-align:center;
line-height:16px;
}
a.footerlink{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:normal;
text-decoration:underline;
color:#A39E9B;
text-align:center;
}
a.footerlink:hover{
text-decoration:none;
}
#footermain .smallfootertext{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:normal;
text-decoration:none;
color:#B8B2AF;
text-align:center;
}
a.footerlink1{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:normal;
text-decoration:underline;
color:#B8B2AF;
text-align:center;
}
a.footerlink1:hover{
text-decoration:none;
}
#footermain1{
background-color:#2D2D2D;
height:42px;
}
a.seeall{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#ffffff;
text-transform:lowercase;
}
a.seeall:hover{
text-decoration:none;
}
.psm{
padding:20px 30px 0 105px;
margin:0;
}
.psmtext{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#000000;
}
a.see-profile-link{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#335A8B;
}
a.see-profile-link:hover{
text-decoration:none;
}
.banner3{
padding:20px 0 0 10px;
margin:0;
}
#containner1{
margin:0;
padding:10px 0 0 50px;
width:942px;
margin:0 auto;
}
.learningireland{
width:107px;
float:left;
padding:0;
margin:0 35px 0 0;
}
.postgrad{
width:80px;
float:left;
padding:0;
margin:0 35px 0 0;
}
.gotocollege{
width:90px;
float:left;
padding:0;
margin:0 35px 0 0;
}
.nightcoruses{
width:100px;
float:left;
padding:0;
margin:0 35px 0 0;
}
.corporate{
width:118px;
float:left;
padding:0;
margin:0 35px 0 0;
}
a.extrelink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#AFAFAF;
}
a.extrelink:hover{
text-decoration:underline;
}
#our-contributors{
padding:0;
margin:0 0 0 11px;
background:url(../images/right-box-repeat.jpg);
}
#our-contributors .contributorsbg{
background-color:#335A8B;
height:23px;
padding:7px 0 0 7px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
}
a.seeall{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:underline;
color:#E2DCCD;
text-transform:lowercase;
}
a.seeall:hover{
text-decoration:none;
}
#our-contributors .pic-left{
width:94px;
float:left;
padding:0;
margin:0;
}
#our-contributors .pic-right{
width:125px;
float:right;
padding:0 0 0 5px;
margin:0;
}
#our-contributors .pic-border{
border:1px solid #CDCDCD;
}
#our-contributors .right-box-border1{
border-bottom:1px solid #CDC5C2;
padding:0;
margin:0 2px 0 0;
}
#our-contributors .bold-black-text{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#000000;
padding:5px 0;
}
#our-contributors .read-more{
padding:0 0 0 50px;
margin:0;
}
#our-contributors .latest-articles1{
padding:0 0 0 35px;
margin:0;
}
a.latest-articles{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#564F4B;
}
a.latest-articles:hover{
text-decoration:none;
}
#conference-venues{
padding:0;
margin:0;
}
#conference-venues .left-border1{
width:10px;
height:245px;
float:left;
background:url(../images/left-border1.jpg) left;
background-repeat:repeat-y;
padding:0;
margin:40px 0 10px 0;
}
#conference-venues .left-border2{
width:231px;
float:left;
padding:0;
margin:0;
}
#conference-venues .conference-venues1{
padding:0;
margin:0;
}
#conference-venues .top-border-repeat{
background:url(../images/top-border-repeat.jpg);
background-repeat:repeat-x;
height:21px;
margin:5px 0 0 0;
padding:0;
}
#conference-venues .conference-venues2{
padding:0;
margin:0;
background:url(../images/right-box-repeat.jpg);
}
#conference-venues .contributorsbg1{
background-color:#335A8B;
height:23px;
padding:7px 0 0 7px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
}
#conference-venues .bold-black-text1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#000000;
padding:5px 0;
}
#conference-venues .pic-left1{
width:94px;
float:left;
padding:0;
margin:0;
}
#conference-venues .pic-right1{
width:125px;
float:right;
padding:0 0 0 5px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#564F4B;
}
#conference-venues .pic-border{
border:1px solid #CDCDCD;
}
#conference-venues .right-box-border2{
border-bottom:1px solid #CDC5C2;
padding:0 0 5px 0;
margin:0;
}
#conference-venues .read-more1{
padding:0 0 0 50px;
margin:0;
}
#headline{
padding:0;
margin:0;
border-left:1px solid #BFBEBB;
}
#headline .headline1{
padding:0;
margin:0 0 0 11px;
}
#headline .repeat1{
background:url(../images/repeat1.jpg);
background-repeat:repeat-x;
height:21px;
}
#headline .poll{
background-color:#6690BC;
height:18px;
padding:0 0 0 10px;
margin:20px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
}
#headline .bluetext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#335A8B;
padding:5px 0;
}
#headline .grytext-new{
line-height:15px;
padding:0;
margin:0;
}
a.grytextlink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#564F4B;
}
a.grytextlink:hover{
text-decoration:none;
}
a.send{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:underline;
color:#6690BC;
text-transform:uppercase;
}
a.send:hover{
text-decoration:none;
}
#headline .formtext{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#564F4B;
line-height:18px;
}
.new-padding3{
padding:0 0 0 10px;
margin:0;
}


/*----------------------------------------- FORM --------------------------------------------------------*/

/*html>body .textinputleft, html>body .textinputright {
	float: left;
	display: block;
	width: 10px;
	height: 30px;
	background: url(../images/searchcourseinputleft.gif) left top no-repeat;
}*/
/*html>body .textinputright {
	background: url(../images/searchcourseinputright.gif) left top no-repeat;
}*/
html>body .textinput, html>body .textinputHovered {
	width: 133px;
	height: 26px;
	background: url(../images/searchcourseinput.gif) left top no-repeat;
	border-left:1px solid #000000;
	border-right:1px solid #000000;	
	padding: 0 0 4px;
	/*float: left;*/
}


/*----------------------------------------- 03.07.09 -----------------------------------------*/

#headline .poll_new{
width:178px;
float:left;
padding:0;
margin:0;
}
#headline .send_image{
width:49px;
float:right;
padding:10px 0 0 0;
margin:0;
}

#headline .break_line{
margin:0px;
line-height:18px;

}





a.whitelink3{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
height:45px;
display:block;
padding:5px 0 0 0;
background:url(../images/news-bg-nor.jpg) no-repeat;
}
a.whitelink3:hover{
background:url(../images/news-bg.jpg) no-repeat;
height:45px;
display:block;
padding:5px 0 0 0;
}
a.whitelink2{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
height:45px;
display:block;
padding:5px 0 0 0;
background:url(../images/colleges-bg-nor.jpg) no-repeat;
}
a.whitelink2:hover{
background:url(../images/colleges-bg.jpg) no-repeat;
height:45px;
display:block;
padding:5px 0 0 0;
}


a.whitelink4{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
height:45px;
display:block;
padding:5px 0 0 0;
background:url(../images/news-bg.jpg) no-repeat;
}
a.whitelink3:hover{
background:url(../images/news-bg.jpg) no-repeat;
height:45px;
display:block;
padding:5px 0 0 0;
}


/*--------------------------------------- test ----------------------------------------*/

a.newwhitelink1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
height:45px;
display:block;
padding:5px 0 0 0;
background:url(../images/features-bg-nor.jpg) no-repeat;
}
a.newwhitelink1:hover{
background:url(../images/features-bg.jpg) no-repeat;
height:45px;
display:block;
padding:5px 0 0 0;
}
a.newwhitelink-selected{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
height:45px;
display:block;
padding:5px 0 0 0;
background:url(../images/features-bg.jpg) no-repeat;
}
a.newwhitelink-selected:hover{
background:url(../images/features-bg.jpg) no-repeat;
height:45px;
display:block;
padding:5px 0 0 0;
}
a.newwhitelink2{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
height:45px;
display:block;
padding:5px 0 0 0;
background:url(../images/colleges-bg-nor.jpg) no-repeat;
}
a.newwhitelink2:hover{
background:url(../images/colleges-bg.jpg) no-repeat;
height:45px;
display:block;
padding:5px 0 0 0;
}
a.newwhitelink-selected1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
height:45px;
display:block;
padding:5px 0 0 0;
background:url(../images/colleges-bg.jpg) no-repeat;
}
a.newwhitelink-selected1:hover{
background:url(../images/colleges-bg.jpg) no-repeat;
height:45px;
display:block;
padding:5px 0 0 0;
}
.smallbluetext{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
margin-bottom:60px;
}

/*---------------------added on 29-7-2009 for z index for home page seperate header(that is allready included in screen.css)-----------------------*/
/* topadd */

.topadd {
/*	width: 845px;*/
/*	border-bottom: 4px solid #4E7FB2;*/
	padding: 0;
	float: left;
	background: #E7E7E7;
}
#network {
	float: left;
	display: block;
	width: 96px;
	height: 85px;
	background: url('../images/learning-ireland.jpg') no-repeat left top;; margin-left:0; margin-right:12px; margin-top:3px; margin-bottom:0
}
#network:hover {
	background-position: left bottom;
}
.topadd img {
	float: left;
	border: 1px solid #2d2b30;
}

/* network */

#networknav {
	background: url('../images/networkbg.jpg') no-repeat left bottom;; margin-left:0; margin-right:0; margin-top:15px; margin-bottom:0; padding-left:0; padding-right:0; padding-top:0; padding-bottom:12px
}
html>body #networknav {
	background: url('../images/networkbg.png') no-repeat left bottom;
}
*:lang(en) #networknav {
	margin: 0;
}
#network01, #network02, #network03, #network04,
#network05, #network06, #network07 {
	display: block;
	width: 220px;
}
html>body #network01, html>body #network02, html>body #network03, html>body #network04,
html>body #network05, html>body #network06, html>body #network07 {
	width: 227px;
}
#network01 {
	height: 49px;
	background: url('../images/network01.jpg') no-repeat left top;
}
#network02 {
	height: 46px;
	background: url('../images/network02.jpg') no-repeat left top;
}
#network03 {
	height: 46px;
	background: url('../images/network03.jpg') no-repeat left top;
}
#network04 {
	height: 50px;
	background: url('../images/network04.jpg') no-repeat left top;
}
#network05 {
	height: 55px;
	background: url('../images/network05.jpg') no-repeat left top;
}
#network06 {
	height: 56px;
	background: url('../images/network06.jpg') no-repeat left top;
}
#network07 {
	height: 52px;
	background: url('../images/network07.jpg') no-repeat left top;
}
html>body #network01 {
	background: url('../images/network01.png') no-repeat left top;
}
html>body #network02 {
	background: url('../images/network02.png') no-repeat left top;
}
html>body #network03 {
	background: url('../images/network03.png') no-repeat left top;
}
html>body #network04 {
	background: url('../images/network04.png') no-repeat left top;
}
html>body #network05 {
	background: url('../images/network05.png') no-repeat left top;
}
html>body #network06 {
	background: url('../images/network06.png') no-repeat left top;
}
html>body #network07 {
	background: url('../images/network07.png') no-repeat left top;
}
#network01:hover, #network02:hover, #network03:hover, #network04:hover,
#network05:hover, #network06:hover, #network07:hover {
	background-position: left bottom;
}

.level1 li {
	position: relative;
	list-style: none;
}
.level1>ul a {
	width: auto;
}
.level2 {
	position: absolute;
	top: 70px;
	left: 1px;
	display: none;
	z-index: 1000;
}
*:lang(en) .level2 {
	top: 85px;
}
.topadd ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

/* top */

/* start bottom */

/* footer */

.footer {
	clear: both;
	float: left;
	width: 859px;
	padding: 0px 0;
	background: #f2ebe1;
	position: relative;
	left: 1px;
	margin: 0 0 0 0;
}
html>body .footer {
	left: 0;
	margin: 0 0 0 0;
}
.footer p {
	font-size: 9px;
	color: #a39e9b;
	line-height: 16px;
}
.footer a {
	color: #a39e9b;
	padding: 0 3px;
}
.footer a:hover {
	text-decoration: none;
}
.footer .licence, #webdesign, #webdesign a {
	color: #b8b2af;
}

/* bottomadd */

.bottomaddcontainer {
	clear: both;
	background: #2d2d2d url('../images/bottomaddbg.jpg') repeat-x left top;
}
.bottomadd {
	width: 900px;
	padding: 0 0 0 0;
	margin:0 auto;
	height:50px;
}
.bottomadd a {
	display: block;
	color: #afafaf;
	padding: 11px 15px 6px 27px;
	float: left;
	text-decoration: none;
}
.bottomadd a:hover {
	text-decoration: underline;
}
#bottomadd01 {
	background: url('../images/bottomadd01.jpg') no-repeat left 8px;
}
#bottomadd02 {
	background: url('../images/bottomadd02.jpg') no-repeat left 8px;
}
#bottomadd03 {
	background: url('../images/bottomadd03.jpg') no-repeat left 8px;
}
#bottomadd04 {
	background: url('../images/bottomadd04.jpg') no-repeat left 8px;
}
#bottomadd05 {
	background: url('../images/bottomadd05.jpg') no-repeat left 8px;
}
#bottomadd06 {
	background: url('../images/bottomadd06.jpg') no-repeat left 8px;
}
#bottomadd07 {
	background: url('../images/bottomadd07.jpg') no-repeat left 8px;
}

/* rightcolumn */

.rightcolumn {
	width: 319px;
	float: left;
}

/* containerright */

.containerright {
	float: left;
	/*padding-top:120px; padding-left:4px;*/
	margin: 120px 0 0 1px;
}
#bigadd {
	margin: 120px 0 0 1px;
}
html>body #bigadd {
	margin: 120px 0 0 4px;
}


/* end bottom*/

/*------------------------------------- 30-07-09 -------------------------------------*/

a.commented-link{
padding:0 0 0 10px;
margin:0;
display:block;
background-color:#668FBB;
height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
}
a.commented-link:hover{
padding:0 0 0 10px;
margin:0;
display:block;
background-color:#668FBB;
height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
}
a.commented-link1{
padding:0 10px 0 0;
margin:0;
display:block;
background-color:#AFCBE0;
height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
}
a.commented-link1:hover{
padding:0 10px 0 0;
margin:0;
display:block;
background-color:#668FBB;
height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
}
/*----------------------------------------- 03.08.09 -----------------------------------------*/
.headding-left{
width:102px;
float:left;
padding:0;
margin-right:6px;
}
.headding-right{
width:102px;
float:left;
padding:0;
margin:0 0 0 20px;
}
.headding-bluebg{
background-color:#325A8D;
padding:5px 0 0 10px;
margin:0;
height:44px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-transform:uppercase;
line-height:13px;
}

/*------------------------------------ 11-08-09 --------------------------------*/

.logo-left-new1{
width:502px;
float:left;
padding:19px 0 0 10px;
margin:0;
}
.signup-today-new1{
width:148px;
float:left;
padding:23px 0 0 15px;
margin:0;
}
.search-website-new1{
width:154px;
float:left;
padding:0 0 0 12px;
margin:0;
}
.grytex1-new1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#BBB4B0;
text-align:center;
padding:15px 0 15px 0;
}
.search-website1-new1{
padding:0;
margin:0;
}
.search-website-left-new1{
padding:0;
margin:0;
}
.textbox1-new1{
background:url(../images/searchbg1.jpg);
padding:4px 0 0 0;
width:126px;
height:22px;
border-bottom:none;
border-top:none;
border-left:1px solid #A29993;
border-right:1px solid #A29993;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:;
color:#635D59;
}
.logo-new10{
height:119px;
padding:0;
margin:0;
background-color:#FFFFFF;
}
/*-----------------------added on 10-9-2009 for menu--------------------------------------*/
#sublinks{
	background-color:#F0F0F0;
	border-bottom:1px solid #C8C8C8;
	padding:4px 0 0 6px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#373737;
}	
	#sublinks ul{
	height:21px;
	/*height:auto;*/
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#373737;	
	padding:1px 4px 1px 4px;
	display:block;	
	float:left;	
	background:url(../images/divaidar_submenu.jpg) no-repeat right 70%;
	line-height:14px;
	}
	#sublinks ul li a:hover{
		text-decoration:underline;
	}
	#sublinks .current_page_item a{
	background:none;
	}
		#sublinks .current_page_item a:hover{
	background:none;
	}
a.searchnavtext{
	color:#FFFFFF;
	text-decoration:none;
}
a.searchnavtext:hover{
	color:#FFFFFF;
}
/* CSS Added on 23-09-09 By Dipanjan Roy */
.new-div{
padding:3px 0 1px 0;
margin:0;
}
.studies{
width:507px;
float:left;
padding:0;
margin:0;
}
.new-repeat{
background:url(../images/new-repeat.jpg);
/*background-repeat:repeat-x;*/
padding:10px 0 0 0;
height:50px;
width:342px;
float:left;
border-right:1px solid #999999;
}
/*---------------- New css Added by Dipanjan on 24-09-09 -----------*/
.new-div1{
padding:0;
margin:3px 0 3px 0;
}
.studies1{
width:262px;
float:left;
padding:0;
margin:0;
}
.new-repeat1{
background:url(../images/new-repeat1.jpg);
background-repeat:repeat-x;
padding:10px 0 0 0;
height:50px;
width:338px;
float:left;
border-right:1px solid #999999;
}

/*==================Css added by Dipanjan on 29-01-10*==========================*/

#footermain{
padding:0;
margin:0;
}
#footermain .footerbg{
background-color:#395F8C;
padding:20px 30px 20px 25px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
text-align:left;
line-height:16px;
height:auto;
}
#footermain .footerleftnew1{
width:210px;
float:left;
padding:0;
margin:0;
}
#footermain .footerleftnew2{
width:163px;
float:left;
padding:0;
margin:0;
}
/*#footermain .footerleftnew3{
width:148px;
float:left;
padding:0;
margin:0;
}*/
.footernew-padding{
padding:20px 4px 4px 4px;
}
.footernew-padding1{
padding:0 0 7px 0;
}
.footernew-padding2{
padding:25px 0 0 0;
}
a.footerlink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
text-align:left;
line-height:16px;
}
a.footerlink:hover{
text-decoration:underline;
}

