/********************  Default Common ****************** */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ECF5FB;
	background-image:url('images/outbg.png');
	background-position:bottom center;
	background-repeat:repeat-x;
}

body,td,th {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color:#000033;
}

#page-wrap{
	width: 1001px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #599CD8;
	border-right:1px solid #599CD8;
	background-color: #E0EFF6;
	background-image:url('images/inbg-banner.png');
	background-position:top center;
	background-repeat:repeat-x;

}

a:link	{
	font-size: 11px;
	text-decoration: none;
	color:#000033;
}
a:visited	{
	font-size: 11px;
	text-decoration: none;
	color:#000033;
}
a:hover	{
	font-size: 11px;
	text-decoration: underline;
	color:#000033;
}

/********************  Top Pane Template ****************** */
.header {
	/*background-image: url(images/banner.jpg);*/
	width: 1003px;
	height: 110px;
}

.banner-logo{
	background-image: url('images/logo-banner.png');
	width: 800px;
	height: 120px;
}

/********************  Right Pane Template --- Narrow Module ****************** */
.nmd {
	background-color: #FFFFFF;
	border-bottom: #6198B9 solid 3px;
	padding: 12px;
	text-align: left;
	line-height: 140%;
	margin-bottom: 10px;
	background: url(images/md-bg.gif) bottom #FFFFFF repeat-x;
}

.nmd-header-txt {
	margin-bottom: 1px;
	display: block;
}

.latest-news {
	height: 390px;
	overflow: hidden;
}

/********************  Content Pane Template --- Wide Module ****************** */
.wmd {
	background-color: #FFFFFF;
	border: #6198B9 solid 1px;
	border-bottom: #6198B9 solid 3px;
	padding: 12px;
	text-align: left;
	line-height: 140%;
	margin-bottom: 10px;
	background: url(images/md-bg.gif) bottom #FFFFFF repeat-x;
}

.wmd-header-txt {
	margin-bottom: 10px;
	display: block;
}

a.link-title-wmd:link, a.link-title-wmd:visited, a.link-title-wmd:hover {
	text-decoration: none;
}


/********************  Bottom Pane Template ****************** */
.footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 180%;
	border-top: solid #969596 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image:url('images/bg-footer.png');
	background-position:top center;
	background-repeat:repeat-x;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	font-weight:bold;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/*********************** Footer menu **********************/
.footer-menu{
	width:100%;
	text-align:center;
}

.footer-menu ul{
	display:inline;
	padding:0;
	margin:0;
}

.footer-menu li{
	display:inline;
	padding:0;
	margin:0;
}


/******************** Menu Button with 2 states *************************/
.menu {
	width: 980px;
	height: 57px;
	text-align: center;
	margin:auto;
}

.menu div span{
	display: block;
	width: 140px;
	height: 31px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 16px;
	overflow: hidden;
}

/* Rolloff state */
.menu div a {
	display: block;
	width: 140px;
	height: 47px;
	background-position: 0 0;
	background-repeat: repeat-x;
}

/* Rollover state */
.menu div {
	display: block;
	width: 140px;
	height: 47px;
	background-position: 0 100%;
	background-repeat: repeat-x;
}
.menu div a:hover {
	background-image: none;
	text-decoration: none;
}

/*Active state */
.menu div a.active {
	background-position: 0 100%;
	background-repeat: repeat-x;
}
/******************** Menu Button with 2 states *************************/
.left-btn, .left-btn a {
	background-image: url("images/menu-2state-left.gif");
	float: left;
	cursor:pointer;
}

.middle-btn, .middle-btn a {
	background-image: url("images/menu-2state-bg.gif");
	float: left;
	cursor:pointer;
}

.right-btn, .right-btn a {
	background-image: url("images/menu-2state-right.gif");
	float: left;
	cursor:pointer;
}

/********************  CSS for Control: Textfield, Textarea, Button... ****************** */


/********************  CSS for URL Link ****************** */


/********************  CSS for Plain Text ****************** */


/********************  Partner Portlet ****************** */
.our-partners-header{
	width:360px;
	height:14px;
	background: url("images/our-partners.png") no-repeat;

}

.partners .logo {
	border:0px;
	max-width:170px;
	max-height: 100px;
	_width: 170px;
	padding:10px;
}

/********************  News Template ****************** */

.header-latest-news{
	background-image: url('images/header-bg-2.gif');
	height: 26px;
	padding-left:10px;
	padding-top:8px;
	font-weight:bold;
	color:#ffffff;
	font-size:13px;
}

.welcome-title{
	background-image: url('images/welcome-demo.png');
	height: 18px;
	margin-bottom: 10px;
	background-repeat:no-repeat;
}

.dtformat {
	 font-size:9px;
	 color: #848484;
	 font-weight: normal;
	 text-decoration:none;
}

.title-read-news {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 4px;
}

.summary-read-news {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 4px;
}

.title-news {
	font-weight: bold;
	padding-bottom: 4px;
}

a.link-title-news:link, a.link-title-news:visited {
	font-weight: bold;
	text-decoration: none;
}

a.link-title-news:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ffc20e;
}

.welcome-news .item-content {

	margin-bottom:20px;
	margin-top:6px;
}

.latest-news-right .item-content {
	margin-bottom:11px;
}

.latest-news-right p , .welcome-news p{
	margin:0px;
}

.latest-news-right .grid-pager-right{
	display:none;
}

.welcome-news .title-news{
	display:none;
}

.seperate-space {
	height: 5px;
	clear: both;
}

img.thumbnail-img {
	margin: 3px 10px 10px 12px;
	border: #757473 solid 1px;
	width: 125px;
}

.latest-news-right img.thumbnail-img {
	margin: 2px 4px 4px 0px;
	border: #757473 solid 1px;
	width: 45px;
}

.other-list-news {
	text-indent: -13px;
	padding-left: 33px;
	line-height: 140%;
}

.list-news {
	padding-bottom: 10px;
	line-height: 140%;
	wwidth: 980px;
}

.list-news a {
	font-size: 13px;
}

.view-content .table-image-thumb{
	display:none;
}

/******************* Content Template ********************/
.content-header{
	background-color:#cee8fa;
}

.content-header a{
	display:block;
	font-weight:bold;
	padding:5px;
}

.content-body{
	/*background-color:#edf6fc;*/
}

.content-body ul{
	margin:0px;
	padding-left:20px;
}

.content-body ul li{
	margin:0px;
	padding:0px;
}

img.image-thumb-cat{
	padding:5px;
	padding-top:12px;
}

/********************  Gallery Template ****************** */

.thumbnail-gallery {

	margin-right: 27px;
	width: 120px;
	height: 80px;
}

.thumbnail-view-item {
	width: 124px;
	height: 84px;
	overflow:hidden;
}

.gallery-wrap-table{
	margin-left:auto;
	margin-right:auto;
}

.gallery-wrap-items table{
	margin-left:auto;
	margin-right:auto;
}

.gallery-view-item{
	width:600px;
	height:400px;
	border:10px solid #eeeeee;
}

.gallery-mota{
	margin-top:-62px;
	position:absolute;
	margin-left:10px;
	width:600px;
	height:36px;
	overflow:hidden;
	background-image:url('images/bg-transparent.png');
}

.gallery-mota-table{
	width:100%;
	height:34px;
	color:#ffffff;
}

.gallery-mota-table td{
	color:#ffffff;
}

/********* Weblink **********/

.weblink-dropdownlist{
	width:100%;
}

.header-weblink{
	background-image: url('images/header-bg.gif');
	height: 34px;
	height: 26px;
	padding-left:10px;
	padding-top:8px;
	font-weight:bold;
	color:#ffffff;
	font-size:13px;	
}

/********************  Partner/Customer Template ****************** */

/********************  Contact Page *********************/
.contact-page-wrap{
	width:auto;
	padding:20px;
	background-image:url('images/contactus.png');
	background-repeat:no-repeat;
	background-position:right 30px;
}

/********************  Miscellaneous ****************** */
.error {
	color: #FF0000;
}

.arrow {
	border-style: none;
	margin-right: 4px;
	text-decoration: none !important;
}

.hot-events {
	margin-bottom: 10px;
}
/********************  Administrator ****************** */
