/* 
Shell USCF additional CSS
Version V1.0.WCC.0.1
Authors: Wai Cheng

***************************************************************************************************************************************
        Date            Version         Name                    Comments
        2008 Feb 22     V1.0.WCC.0.2    Wai Cheng               Change size submit button to 5px (very small) and the text on it overflow
								to visible. Added error_in_table 
	2008 Apr 01	V1.0.WCC.0.3	Wai Cheng		Added css from Freamework for window popup
	2008 Apr 11 V1.0.WCC.0.4	Wai Cheng		Take some  of  submite button format out and apply for IE only

**************************************************************************************************************************************
*/
.submitLink {
	color: #00f;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
	margin:0;
	padding:0;
}

#ie .submitLink {
	width: 5px;
	overflow: visible; }

.submitLink_header {
        background-color: transparent;
        text-decoration: underline;
        border: none;
        cursor: pointer;
        cursor: hand;
        margin:0;
        padding:0;
	 text-align: left;
	font-weight: 600;
	color: #0c2077;
      float: left;
}

#ie .submitLink_header {
        width: 5px;
        overflow: visible; }

.Calendar {
 text-align: center; background-color: silver; width: 260px; height: 300px; min-width: 100px; padding-left: 1px; padding-top: 5px;}
.Calendar TABLE {
 vertical-align: middle; background-color: silver; width: 260px; height: 30px;}
.Calendar .MonthYearSelect {
 border-top: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid silver; width: 260px;}
.Calendar .MonthYearSelect TD {
 font-size: 11pt; background-color: silver; border-top: 1px solid white; border-left: 1px solid white; border-right: 1px solid white;}
.Calendar .DayTitle {
 border-right: 1px solid silver; border-bottom: 1px solid silver; border-top: 1px solid silver; border-left: 1px solid silver; width: 38px; text-align: left; font-size: 11pt;}
.Calendar .Days {
 border: 1px solid white; width: 260px;}
.Calendar .DayWeek {
 background-color: white;}
.Calendar .DayWeek A {
 font-size: 11pt; color: blue;}
.Calendar .DayWeekend {
 background-color: #FFCC99;}
.Calendar .DayWeekend A {
 font-size: 11pt; color: blue;}
.Calendar .Day {
 border-top: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid silver; border-bottom: 1px solid silver; padding-left: 4px;}
.Calendar .TimeSelect {  
 border: 0px 1px 1px 1px solid silver;}
.Calendar .TimeSelect TD {
 font-size: 11pt;}
.WindowDatePicker {  border: 1px solid silver; }



.error_in_table {
  font-family: Tahoma;
  font-size: 14pt;
  color: red;
  display:none;
  }

/** for popup window **/
.Window {  background-color: white;  border: 1px solid;  width: 200px;  height: 100px;  position: absolute;  display: inline;  top: 10px;  left: 10px; }
.WindowSelected {
 -moz-opacity: 0.5; } .WindowOverlay {  width: 100%; height: 100%; background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25); -moz-opacity: 0.25; }
.Content {  width: 100%;  height: 100%;  border: 0px; }
.BottomBar {  height: 20px;  width: auto;  background-color: #EDF2F2;  display: block;  vertical-align: bottom;  border-top: 1px solid black;  margin-top: 1px
} .Resize { float: right; width: 20px; height: 20px; background-color: red; background: url(/images/framework/window_resize.png); cursor: se-resize; }
.TopBar { height: 20px; width: auto; background-color: #EDF2F2; display: block; border-bottom: 1px solid black;}
.TopBar H1 {height: 100%; display: inline; color: black; font-family: Arial; font-size: 10pt;float: left; margin: 0px; padding-left: 2px; margin-top: 2px;}
.Loading { padding-top: 25%; height: auto; width: auto; text-align: middle; vertical-align: middle; font-size: 10pt;} .Loading SPAN { margin: 25%; text-align: middle; vertical-ali
gn: middle;}
.MinimiseButton { width: 15px; height: 14px;background: url(/images/framework/window_minimize.gif) no-repeat;float: right; display: inline; cursor: hand; margin-top: 4px;}
.MinimiseButtonDisabled { display: none; }
.MaximiseButton { width: 15px; height: 14px; background: url(/images/framework/window_maximize.gif) no-repeat; float: right; display: inline; cursor: hand; margin-top: 4px;}
.MaximiseButtonDisabled { display: none; }
.CloseButton { width: 15px; height: 14px; background: url(/images/framework/window_close.gif) no-repeat;float: right; display: inline; cursor: hand; margin-top: 4px; }
.CloseButtonDisabled { display: none; }
.WindowIcon { height: 10px; margin: 5px; background-color: #EDF2F2; display: inline; width: *; cursor: hand; padding: 5px; border: 1px solid black; font-family: Arial; font-weight
: bold; }


