/************************************************************
*
*				NUSTKD WEBSITE STYLESHEET
*				Copyright(c) 2004-2007
*				All Rights Reserved
*				www.nustkd.axac.com
*
************************************************************/


/*	IDs		*/
DIV#ticker{font-size:8pt; font-weight:bold; color:white;}
DIV#clock {font-weight: bold;font-size: 11px;}


/*	Generic: Body		*/
BODY {
	scrollbar-face-color:#474747;
	scrollbar-highlight-color:#666565;
	scrollbar-3dlight-color:#A8A8A8;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#303030;
	scrollbar-arrow-color:#FDCB33;
	scrollbar-track-color:#696968;
	font-family:Arial, Helvetica, sans-serif;
}


/*	Generic: Links		*/
/*	Note: a:hover MUST come after a:link and a:visited		*/
/*	Note: a:active MUST come after a:hover		*/
a:link		{font-size:8pt; color: #999999; font-weight:bold; text-decoration: none;}
a:visited	{font-size:8pt; color: #999999; font-weight:bold; text-decoration: none;}
a:hover 	{color:white; text-decoration:underline;}
a:active	{font-size:8pt; color: #999999; font-weight:bold; text-decoration: none;}


/*	Classes: Links		*/
a.linkMenuSel:link		{font-size:8pt; color: #3B3B3B; font-weight:bold; text-decoration: none;}
a.linkMenuSel:visited	{font-size:8pt; color: #3B3B3B; font-weight:bold; text-decoration: none;}
a.linkMenuSel:hover 	{color: black;}
a.linkMenuSel:active	{font-size:8pt; color: #3B3B3B; font-weight:bold; text-decoration: none;}

a.linkMenu:link			{font-size: 8pt; color: #CCCCCC; font-weight:bold; text-decoration: none;} 
a.linkMenu:visited		{font-size: 8pt; color: #CCCCCC; font-weight:bold; text-decoration: none;}
a.linkMenu:hover 		{color: white;}
a.linkMenu:active		{font-size: 8pt; color: #CCCCCC; font-weight:bold; text-decoration: none;}

a.linkTicker:link		{font-size:8pt; color:#555555; font-weight:bold; text-decoration: none;}
a.linkTicker:visited	{font-size:8pt; color: #555555; font-weight:bold; text-decoration: none;}
a.linkTicker:hover 		{color: black;text-decoration:underline;}
a.linkTicker:active		{font-size:8pt; color: #555555; font-weight:bold; text-decoration: none;}

a.linkGold:link			{font-size:8pt; color:#FFFFFF; font-weight:bold; text-decoration: none;}
a.linkGold:visited		{font-size:8pt; color: #FFFFFF; font-weight:bold; text-decoration: none;}
a.linkGold:hover 		{color: gold;text-decoration:underline;}
a.linkGold:active		{font-size:8pt; color: #FFFFFF; font-weight:bold; text-decoration: none;}

/*	Classes: Lists		*/
ul.listBig{
	list-style-position:outside;
	list-style-image:url("bullets/bullet1.gif");
	margin: 20px;
	line-height:normal;
	height:auto; 
}

ul.listSmall{
	list-style-position:outside;
	list-style-image:url("bullets/bullet2.gif");
	margin: 20px;
	line-height:normal;
	height:auto; 
}

/*	Class: Inputs		*/
input.inputText{
  background-position: 0 0;
  height: 18px; 
  border-style: solid;
  border-width: 1px; 
  border-colour: #black;
  margin: 1px 0;
  font-weight:bold;
  padding-left: 2px;
  font-size: 10px;
}
input.inputBtnBlue {
	font-size: 12px;
	background-color: #003399;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	cursor: hand; 
}

input.inputBtnLogin {
	font-size: 12px;
	background-color: #663300;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	cursor: hand; 
}


/*	Classes: Others		*/
.menuBg1 {background-color: #3B3B3B;}
.menuBg2 {background-color: #323232;}
.menuBg3 {background-color: #E5E5E5;}

.tableInfoGrey1{background-color: #3A3A3A; font-size:8pt;}
.tableInfoGrey2{background-color: #333333; font-size:8pt;}
.tableInfoGrey3{background-color: #2A2A2A; font-size:8pt;}
.tableInfoGrey4{background-color: #1F1F1F; font-size:8pt; font-weight:bold}

.textSmallB{font-size:8pt; font-weight:bold;}
.textSmall{font-size:8pt; font-weight:none;}
.textHeadingDate{font-size:9pt;font-weight:bold;text-transform: uppercase;border-bottom:2px solid #CCCCCC;text-align:right;}
.textHeading{font-size:9pt;font-weight:bold;color:gold;}

.loginSplitter {border-bottom: 1px solid #333333; margin: 5px 0px 0 0px; padding-top: 25px;}

