@charset "utf-8";

/**
*
* @copyright	Copyright (c) 2008 {@link http://www.designzmedia.com}
* @license 		http://www.designzmedia.com
* @version 		Version 1
*/

body {
	margin:0px;
	background-image:url(../images/bgTEST.gif);
	font-family:"Trebuchet MS", Tahoma, Verdana;
}
img {
	border:0px;
}
.table {
	border:solid #000000 1px;
}
.menu {
	background-image:url(../images/header/menu_bg.gif);
	background-repeat:repeat-x;
}
.title {
	font-family:"Trajan Pro";
	font-size:24px;
	color:#1406c1;
	font-weight:bold;
}
.subTitle {
    font-family:"Trebuchet MS";
	color:#544ac3;
	font-size:16px;
	font-weight:bold;
}

.latestnews {
    font-size:12px;
	color:#7f7f7f;
	padding:5px 0px 5px 10px;
}
.mainContentbg {
	background-image:url(../images/main/topbg.gif);
	background-repeat:repeat-x;
}

/* STYLES FOR ROATATION BANNER */
.jFlowPrev , .jFlowNext  {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
}
.jFlowPrev {
	background: url(../images/main/left-arrow.png) no-repeat;
}
.jFlowNext {
	background: url(../images/main/right-arrow.png) no-repeat;

}
/* END STYLES FOR ROATATION BANNER */

.footer {
    background-image:url(../images/header/menu_bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}


.run_text {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#333333;
	line-height:16px;
}
.run_text_new {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000033;
	line-height:16px;
}
.run_text2 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	line-height:16px;
}
.text_newuser, .text_newuser a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.text_newuser a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#847cd8;
	text-decoration:underline;
}

.input
{
	font-size:12px;
	color:#000000;
	width:175px;
}

.sm_input
{
	font-size:12px;
	color:#000000;
	width:45px;
}

.login {
    font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	color:#000000;
}

.login_forGot, .login_forGot a {
    font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	color:#544ac3;
	font-weight:bold;
	text-decoration:none;
}

.login_forGot a:hover {
	text-decoration:underline;
}


.moreLink, .moreLink a {
    font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:11px;
	color:#544ac3;
	font-weight:normal;
	text-decoration:none;
}

.moreLink a:hover {
	text-decoration:underline;
}



.dateTxt{
    font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:11px;
	color:#544ac3;
	font-weight:normal;
	text-decoration:none;
	padding:5px 0px 5px 10px;
}



.toplink, .toplink a {
    font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.toplink a:hover {
	text-decoration:none;
}



/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #F4F2FF;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #4239AE;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #4239AE;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #4239AE;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #4239AE;
	font-weight: bold;
	}
	
.ticker{
	font-family:Verdana;
	font-size:9pt;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}

