/*/////////////////////////////////////////////////////////////////////////////////////////
///																						///
/// 						  JWT (Javascript Widget Toolkit)							///
///							 JWT is a part of Ellipse Framework							///
///																						///
///   Authors : Dominique LIARD	 		         dominique.liard@infini-software.com    ///
///   Copyright (c) 2007..2009 Infini Software.       http://www.infini-software.com    ///
///	  All rights reserved.																///
///																						///
/////////////////////////////////////////////////////////////////////////////////////////*/

@import url('css/Accordion.css');
@import url('css/CodeColorers.css');
@import url('css/ColorChooser.css');
@import url('css/DataTable.css');
@import url('css/TabbedPane.css');
@import url('css/ToolBar.css');
@import url('css/Slider.css');
@import url('css/TableStyle.css');
@import url('css/MailingLists.css');

html {
	height: 100%;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// DataGrid						                                                    ///
/////////////////////////////////////////////////////////////////////////////////////////*/

.JwtDataGrid {
	margin: auto;
	border-spacing: 1px;
	background: #4974AD;
	text-align: center;
	width: 100%;
}
	
.JwtDataGrid th {
	background: #DCE6F2;
	color: #4974AD;
	padding: 8px;
}

.JwtDataGrid td {
	padding: 5px;
	vertical-align: middle;
}

.JwtDataGridTrEven:HOVER, .JwtDataGridTrOdd:HOVER {
	background: #7f9bc1;
	color: white;
}

.JwtDataGridTrEven {
	background: white;
}

.JwtDataGridTrOdd {
	background: #f4f7fb;
}

.JwtDataGridPaging {
	margin: auto;
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.JwtDataGridPaging input[type='text'] {
	width: 40px;
	text-align: right;
}

.JwtDataGridTdButtons {
	width: 100px;
}

.JwtDataGridDisplayButton, .JwtDataGridEditButton, .JwtDataGridDeleteButton, .JwtDataGridInsertButton {
	border: none;
	background: none;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin: 2px;
}

.JwtDataGridDisplayButton {
	background-image: url( 'images/view.png' );
}

.JwtDataGridEditButton {
	background-image: url( 'images/edit.png' );
}

.JwtDataGridDeleteButton {
	background-image: url( 'images/delete.png' );
}

.JwtDataGridInsertButton {
	background-image: url( 'images/add.png' );
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// Login form                                                           				///
/////////////////////////////////////////////////////////////////////////////////////////*/

.WebLoginForm {
	margin:auto;
}

.WebLoginForm input {
	margin-bottom: 3px;
}

.WebLoginForm .errorClass {
	color:red;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// Menu bars and popup menus                                                           ///
/////////////////////////////////////////////////////////////////////////////////////////*/


.JwtMenu, .JwtSelectedMenu, .JwtMenuItem, .JwtSelectedMenuItem {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
}

.JwtMenuBar {
	background: rgb(174,201,236);
	background-image: url('images/MenuBackground.png' );
	
	border: 1px solid rgb(153,187,232);
	margin: 0px; padding: 0px;
	text-align: left;
}

.JwtMenu, .JwtSelectedMenu, .JwtMenuBar > .JwtMenuItem, .JwtMenuBar > .JwtSelectedMenuItem {
	color: rgb(60,70,100);
	cursor: pointer;
	padding-left: 10px;		padding-right: 10px;		padding-top: 0px;		padding-bottom: 0px;
	height: 25px;
	line-height: 2;
}

.JwtPopupMenu {
	background: rgb(174,201,236);
	border: 1px solid rgb(153,187,232);
	text-align: left;
}

.JwtPopupMenuSeparator {
	background: rgb(153,187,232);
}

.JwtMenuItem, .JwtSelectedMenuItem {
	color: rgb(60,70,100);
	margin: 0px;
	/*padding-top : 1px;*/    padding-bottom: 1px; 
	padding-left: 10px;   padding-right: 5px;
	text-decoration: none;	
	cursor: pointer;
}

.JwtPopupMenu a, .JwtPopupMenu a:visited {
	color: rgb(60,70,100);
}

.JwtMenuItemIcon {
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}

/*.JwtSelectedMenuItem a {
	text-decoration: none;
}*/

.JwtSelectedMenuItem, .JwtSelectedMenu {
	background: rgb(153,187,232);
}


/*/////////////////////////////////////////////////////////////////////////////////////////
/// Calendar                                                                            ///
/////////////////////////////////////////////////////////////////////////////////////////*/

.JwtCalendar {
	border: 1px solid black;
	background: #FFFFFF;
}

.JwtCalendar th {
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: normal;
	background: rgb(174,201,236);
}

.JwtQuickCalendar .JwtCalendar th:hover {
	background: rgb(87,100,200);
	color: white;
}

.JwtCalendar td {
	font-family: verdana, arial;
	font-size: 8pt;
}

.JwtCalendar #tdDisplayedMonth td {
	text-align: right;
	border: 1px solid white;
}

.JwtCalendar a {
	color: black;
	text-decoration: none;	
}

.JwtCalendar a:hover {
	color: black;
	text-decoration: underline;	
}

.JwtCalendarHeader {
	background: #797988;
}

.JwtCalendarSelectedDate {
	text-align: right;
	background: #CDCCDC;
}

.JwtCalendarPreviousButton, .JwtCalendarNextButton {
	cursor: pointer;
	text-align: center;
	width: 10%;
}

.JwtDatePicker {
	width: 100%;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// Diagram & DiagramView                                                               ///
/////////////////////////////////////////////////////////////////////////////////////////*/

.JwtDiagram {
	text-align: center;
}

.JwtDiagramView {
	border: 1px solid black;
}

.JwtDiagramCaption {
	text-align: center;
	font-family: calibri, verdana, arial;	
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// HtmlTextEditor                                                                      ///
/////////////////////////////////////////////////////////////////////////////////////////*/

.JwtHtmlTextEditor {
	font-family: verdana, arial;
	font-size: 12px;
	width: 100%;
	height: 100%;
	border: 1px solid rgb(153,187,232);
}

.JwtHtmlTextArea {
	font-family: verdana, arial;
	font-size: 12px;
	overflow: auto;
	border: 1px solid transparent;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// LightBox                                                                            ///
/////////////////////////////////////////////////////////////////////////////////////////*/

.JwtLightBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity:0.5;
	z-index: 10000;
	position: fixed;		
}

.JwtLightBoxContentPane {
	z-index: 10001;
	position: fixed;		
}

.JwtPleaseWaitLightBoxContent {
	background-color:  white;
	background-image: url("images/PleaseWait.gif");
	background-repeat: no-repeat;
	background-position: center;
	
	vertical-align: middle;
	width: 200px;
	height: 200px;
	
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
}

.CSS_FF_V3 .JwtPleaseWaitLightBoxContent { -moz-border-radius: 25px; -moz-box-shadow: 5px 5px #404040; } 
/*
.CSS_FF_V4 .JwtPleaseWaitLightBoxContent, .CSS_CH .JwtPleaseWaitLightBoxContent, .CSS_IE .JwtPleaseWaitLightBoxContent { border-radius: 25px; }
*/

.JwtConfirmLightBoxMessage {
	vertical-align: middle;
	
	padding: 8px;
	
	text-align: center;
	font-family: verdana;
	font-size: 12px;
}

.JwtConfirmLightBoxButton {
	margin: 8px;
	margin-left: 30px;
	margin-right: 30px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// ProgressBar                                                                         ///
/////////////////////////////////////////////////////////////////////////////////////////*/


.JwtProgressBar {
	border: 1px solid black;
	text-align: left;
	width: 100%;
}


.JwtProgressBar div {
	border: 2px solid white;
	background: gray;
}


.JwtProgressBar div div {
	background: rgb(174,201,236);
	border: 2px solid #0040A0;
	height: 20px;
}

.JwtProgressBarCaption {
	height: 26px;
	
	text-align: center;
	font-family: verdana, arial;
	font-size: 10pt;
	font-weight: bold;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// RssStreamViewer                                                                     ///
/////////////////////////////////////////////////////////////////////////////////////////*/

.JwtRssStreamViewer {
	border: 1px solid black;
	height: 100%;
	cursor: pointer;
}

.JwtRssStreamTitle {
	background: rgb( 125, 144, 238 );
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 10pt;
	padding: 3pt;
	height: 10%;
}


.JwtRssStreamContent {
	overflow: auto;
	height: 90%;
}


.JwtRssStreamTitle a, .JwtRssStreamItem a {
	color: black;
	text-decoration: none;
}

.JwtRssStreamTitle a:hover, .JwtRssStreamItem a:hover {
	text-decoration: underline;
}


.JwtRssStreamItem {
	background: rgb( 188, 198, 247 );
	font-family: verdana, arial;
	font-size: 9pt;
	border-top: 1px solid black;
	padding: 2px  4px;
	cursor: pointer;
	/*height: 30pt;
	overflow: hidden;*/
}

/*/////////////////////////////////////////////////////////////////////////////////////////
/// StripContainter                                                                     ///
/////////////////////////////////////////////////////////////////////////////////////////*/

.JwtStripContainer {
	width: 100%;
	height: 100px;
}
         
.JwtStripItem {
	width: 80px;
	height: 80px;
	border: 1px solid black;
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
}            
         
.JWTStripArrowLeft, .JWTStripArrowRight {
	width: 20px;
	height: 100px;
	position: relative;
}

.CSS_FF .JWTStripArrowLeft, .CSS_FF .JWTStripArrowRight {
	top: -46px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////
/// ToolTips                                                                            ///
/////////////////////////////////////////////////////////////////////////////////////////*/

.JwtToolTip {
	background: rgb( 188, 198, 247 );
	font-family: verdana, arial;
	font-size: 9pt;
	border: 1px solid blue;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}


