/* IMPORTANT NOTICE - ANY CHANGE IN IWAYGUI.CSS SHOULD BE UPDATED ALSO IN IWAYGUIINDEX.CSS */

.tableFixedLayout{
	background-color:#e0e6f2;
	table-layout:fixed;
}
/* Colors */
.colorDarkBlue {
	background-color:#535d8b;
	}
.colorMediumBlue {
	background-color:#a5aec5;
	}
.colorLightBlue {
	background-color:#e0e6f2;
	}
.colorDarkSelection {
	background-color:#8289a6;
	}

.colorScript {
	color: #8990b1;
	}
.textColorDarkBlue {
	color: #535d8b;
	}
.whiteText
{
    COLOR: white
}
.colorAsHead {
	background-color:#8990b1;
	}
/* Fonts */
.bigFont {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333; 
	font-size: 11px;
	font-weight: bold;
	}
.regularFont {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333; 
	font-size: 11px;
	}
.errorFont {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#990000; 
	font-size: 11px;
	}
.smallFont {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333; 
	font-size: 11px;
	}
.title {
	margin-left: 5px;
	color:#666666; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
.smalltitle {
	margin-left: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.bigtitle {
	margin-left: 5px;
	color:#666666; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
.link {
	margin-top: 0px;
	color: black; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	}
.blueLink {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color: #333399; 
	text-decoration:underline; 
	cursor:pointer;
	}
.category {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
.smallScript {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:7pt;
	}
.regularScript {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	}
.userInfo {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	}

/* Table */
.tableHead {
	background-color:#8990b1; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:11px; 
	color:#ffffff; 
	}
.tableHeadBig {
	BORDER-BOTTOM: black 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:20px;
	background-color:#8990b1; 
	color:#ffffff;
	}
.tableRow {
	background-color:#e0e6f2; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	cursor: pointer;
	}
.tableRowTextOverflow {
	background-color:#e0e6f2; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	cursor: pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	}
.tableRowDefaultCursor {
	background-color:#e0e6f2; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	}
.tableSelectedRow {
	background-color:#a5aec5;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	}
.tableStyle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:9pt
	}
.tableRowWhite {
	background-color:white; 
	font-family: verdana, arial, helvetica, sans-serif;
	color:black; 
	font-size:11px;
	cursor: pointer;
	}
.tableRowBlue {
	background-color:#004e92;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:white;
	cursor: pointer;
	}
.tableHeadWhite {
	background-color:white; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px; 
	color:#333333; 
	cursor: pointer;
	}
.tableEntry {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	}

.tableUnits {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}

/* Buttons */
.calendarBackButton {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/calendar%20back%20-%20button.gif );
	width:18;
	height:18;
	background-repeat: no-repeat;
	cursor:pointer;
	}
.calendarNextButton {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/calendar%20next%20-%20button.gif );
	width:18;
	height:18;
	background-repeat: no-repeat;
	cursor:pointer;
	}
.roundAddButton {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/roundButton_rightArrow.gif );
	width:25;
	height:25;
	background-repeat: no-repeat;
	cursor:pointer;
	}
.roundDeleteButton {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/roundButton_leftArrow.gif );
	width:25;
	height:25;
	background-repeat: no-repeat;
	cursor:pointer;
	}
.upTriangleButton{
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/moveUp.gif );
	width:13;
	height:8;
	background-repeat: no-repeat;
	cursor:pointer;
	}
.downTriangleButton{
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/moveDown.gif );
	width:13;
	height:8;
	background-repeat: no-repeat;
	cursor:pointer;
	}
.deleteButton{
	background-color:#e0e6f2;
	color:#333333;
	border-left-color:#d1d8e8;
	border-right-color:#333333;
	border-top-color:#d1d8e8;
	border-bottom-color:#333333;
	border-width:1px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	cursor:pointer;
	} 
.bottomButtons {
	margin-left:10px
	}
.menuButtons {
	margin-left: 10px	
	}
.button {
	cursor: pointer;
	}
.leftButtons {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
	cursor: pointer;
	}
.regularButton {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/button-center.gif );
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	color:#333333; 
	cursor: pointer;
	height:17px; 
	}
.regularButtonLeft {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/button-left.gif );
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	color:#333333; 
	cursor: pointer;
	height:17px; 
	width:11px;
	}
.regularButtonRight {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/button-right.gif );
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	color:#333333; 
	cursor: pointer;
	height:17px; 
	width:11px;
	}
.regularButtonDark {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/button-center-dark.gif );
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	color:black; 
	cursor: pointer;
	height:17px; 
	}
.regularButtonLeftDark {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/button-left-dark.gif );
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	color:black; 
	cursor: pointer;
	height:17px; 
	width:11px;
	}
.regularButtonRightDark {
	background-image: url(/Newsway/Versions/250/Site/IWay/Resources/Buttons2006/button-right-dark.gif );
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	color:black; 
	cursor: pointer;
	height:17px;
	width:11px;
	} 
.regularButtonBig {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-center-big.gif );
	font-family: Arial,Verdana,Tahoma; 
	font-size:12px; 
	font-weight:bold;
	color:black;
	cursor: pointer;
	height:23px; 
	}
.regularButtonLeftBig {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-left-big.gif );
	font-family:Arial,Verdana,Tahoma; 
	font-size:13px; 
	font-weight:bold;
	color:black;
	cursor: pointer;
	width:25px;
	height:23px; 
	}
.regularButtonRightBig {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-right-big.gif );
	font-family:Arial,Verdana,Tahoma; 
	font-size:13px; 
	font-weight:bold;
	color:black;
	cursor: pointer;
	width:25px;
	height:23px; 
	}
.regularButtonCart {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-center-cart.gif );
	font-family: Arial,Verdana,Tahoma; 
	font-size:12px; 
	font-weight:bold;
	color:black;
	cursor: pointer;
	height:23px; 
	}
.regularButtonLeftCart {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-left-cart.gif );
	font-family:Arial,Verdana,Tahoma; 
	font-size:13px; 
	font-weight:bold;
	color:black;
	cursor: pointer;
	width:25px;
	height:23px; 
	}
.regularButtonRightCart {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-right-cart.gif );
	font-family:Arial,Verdana,Tahoma; 
	font-size:13px; 
	font-weight:bold;
	color:black;
	cursor: pointer;
	width:25px;
	height:23px; 
	}
.regularButtonSmall {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-center-small.gif );
	font-family:Arial,Verdana,Tahoma; 
	font-size:10px; 
	color:black;
	cursor: pointer;
	height:14px; 
	}
.regularButtonLeftSmall {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-left-small.gif );
	font-family:Arial,Verdana,Tahoma; 
	font-size:10px; 
	color:black;
	cursor: pointer;
	width:8px;
	height:14px; 
	}
.regularButtonRightSmall {
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/button-right-small.gif );
	font-family:Arial,Verdana,Tahoma; 
	font-size:10px; 
	color:black;
	cursor: pointer;
	width:8px;
	height:14px; 
	}
.buttonSpan {
	text-align:center;
	cursor:pointer;
	width:22;
	height:26;
	overflow:hidden;
	border-width:1px;
	}
.activationButtonSpan {
	text-align:center;
	cursor:pointer;
	width:27;
	height:23;
	overflow:hidden;
	border-width:1px;
	}
/* Padding / Margins */
.padHeader {
	PADDING-TOP: 4px;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 8px;
	}
.padCell {
	PADDING-TOP: 6px;
	PADDING-BOTTOM: 6px;
	PADDING-LEFT: 8px;
	}
.separator {
	margin-top: -1px
	}
.logo {
	margin-top: -7; 
	margin-left: 4
	}
/* Misc */
.tabSpan
{
	cursor:pointer;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:16px;
	margin-top:5px;
	margin-left:8px;
	background-color:#e0e6f2;
}
.tabSpanSelected
{
	cursor:pointer;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:16px;
	margin-top:5px;
	margin-left:8px;	
	background-color:#8990b1;
}
.textBox
{
	border:black 1px solid;
	width:120px;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px
}
.links {
	position: absolute;
	left: 182px;
	top: 36px;
	}	
.inputField	{
	margin-left: 0px; 
	width: 130; 
	height: 18; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px 
	}
.dateField {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
	margin-top: 20px; 
	margin-left: 15px
	}


SPAN.topTabLabel {
	cursor: pointer;
	border-style: outset;
	border-bottom-style: solid;
	border-width: 2px;
	border-bottom-width: 1px;
	border-color: white;
	width: 74;
	height: 24;
	padding: 4px;
	margin: 0px;
	font-size: 10pt;
	position:absolute;
	top:23;
}
DIV.innerDiv {
	border-style:groove;
	border-width: 2px;
	font-size: 13pt;
	display:none;
	position:relative;
	margin:23px;
}


DIV.frameHeader {
	
	padding-left: 4px;	
	padding-right: 4px;

	width: 1px;
	position: relative;
	margin-top: -10px;
}

TD.tableLabel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	padding-right: 8px;
	width : 50px;
/*	text-align: right; */
}
.tableLabel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	padding-right: 8px;
	padding-left: 8px;
	width : 50px;
	text-align: left;
}

SPAN.Header {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	padding-right: 8px;
	width : 50px;
	font-weight:bold;
}

SPAN.Label {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	padding-right: 8px;
	width : 50px;
}

.frameTitle
{
    font-family: verdana, arial, helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    PADDING-TOP: 3px;
    position:relative;
    left:5px;
    top:-11px;	
    width:30px;
}

DIV.frameBorder
{
    BORDER-BOTTOM: black 1px groove;
    BORDER-LEFT: black 1px groove;
    BORDER-RIGHT: black 1px groove;
    BORDER-TOP: black 1px groove;
    MARGIN: 8px 8px 16px;
    PADDING-BOTTOM: 4px;
    PADDING-LEFT: 8px;
    PADDING-RIGHT: 8px;
    PADDING-TOP: 0px;
    POSITION: relative;
}

.regularCell
{
  overflow:hidden;
  padding-left:4px;
  padding-right:4px;
}

.selectedColumn
{
  overflow:hidden;
  padding-left:4px;
  padding-right:4px;
  border-top:1px solid black;
  BACKGROUND-COLOR: #8990b1;
  COLOR: white ;
}

.regularColumn
{
  overflow:hidden;
  padding-left:4px;
  padding-right:4px;
  cursor:pointer;
  border-top:1px solid #e0e6f2;
  border-bottom:1px solid black;
  border-right:1px solid black;
  border-left:1px solid #e0e6f2;
  COLOR: white ;
}

.regularToolBar 
{
  background-color:#D9DBC9;
  border:1px solid gray;
  height:27px;	
}