.basicPage {

    background-color:   #ffffff;
    font-family:        Arial;
    font-size:          12px;
    font-weight:        bold;
    border-width:       0px;
    border-style:       solid;
    border-Left-color:  gray;
    border-Top-color:   gray;
    border-Right-color: #f0f0f0;
    border-Bottom-color:#f0f0f0;

}

.basicTable {

    background-color:   #f0f0f0;
    font-family:        Arial;
    font-size:          12px;
    font-weight:        bold;
    filter:             progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#c0c0c0', Positive='true');
    border-width:       1px;
    border-style:       solid;
    border-color:       gray;
}

.borderTable {

    background-color:   #d0d0d0;
    font-family:        Arial;
    font-size:          12px;
    font-weight:        bold;
    border-width:       0px;
    border-style:       solid;
    border-Left-color:  #f0f0f0;
    border-Top-color:   #f0f0f0;
    border-Right-color: gray;
    border-Bottom-color:gray;
    filter:             progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#c0c0c0', Positive='true');

}

.toolbarTitle {

	background:			#f0f0f0;
	border-top:			1px solid black;
	border-bottom:		1px solid black;
	padding-left: 		5px;
	padding-right: 		5px;
	height:				17px;
	overflow: 			hidden;
	vertical-align: 	top;
}

.toolbarItem {

	font-family:        arial;
    font-size:          13px;
    font-weight:        bold;
    color:              black;
    letter-spacing: 	2px;
    font-variant: 		small-caps;
    text-decoration: 	none;
    color:				darkblue;
    cursor:             hand;
    
}

.toolbarItemDisabled {

	font-family:        arial;
    font-size:          13px;
    font-weight:        normal;
    color:              gray;
    letter-spacing: 	2px;
    font-variant: 		small-caps;
    text-decoration: 	none;
}

.basicTableFooter {

    background-color:   #c0c0c0;
    font-family:        tahoma;
    font-size:          12px;
    font-weight:        bold;
    font-style:         none;
    text-decoration:    none;
    font-variant: 		small-caps;
    border-width:       0px;
    border-style:       none;
    border-color:       black;
    padding-left:       5px;
    color:              white;
}


.basicButton {

    background-color:   #999999;
    color:				white;
    font-family:        Arial;
    font-size:          12px;
    font-weight:        bold;
    border-width:       1px;
    border-style:       solid;
    border-Left-color:  #f0f0f0;
    border-Top-color:   #f0f0f0;
    border-Right-color: gray;
    border-Bottom-color:gray;
    width:              60px;
}

.toolbarButton {

    background-color:   #f0f0ff;
    font-family:        Arial;
    font-size:          14px;
    font-weight:        normal;
    border-width:       1px;
    border-style:       solid;
    border-Left-color:  white;
    border-Top-color:   white;
    border-Right-color: gray;
    border-Bottom-color:gray;
    height:             60px;
    text-align:         center;
    vertical-align:     middle;
    cursor:             hand;
}

.toolbarButtonPressed {

    background-color:   #f0f0ff;
    font-family:        Arial;
    font-size:          14px;
    font-weight:        normal;
    border-width:       1px;
    border-style:       solid;
    border-Left-color:  gray;
    border-Top-color:   gray;
    border-Right-color: white;
    border-Bottom-color:white;
    width:              60px;
    height:             60px;
    text-align:         center;
    vertical-align:     middle;
    cursor:             hand;
}

.appHeader {

    background-color:   #e0e0e0;
    color :             darkred;
    font-family:        Arial;
    font-size:          16px;
    font-weight:        bold;
    border-width:       0px;
    border-style:       solid;
    border-Left-color:  gray;
    border-Top-color:   gray;
    border-Right-color: #f0f0f0;
    border-Bottom-color:#f0f0f0;
    text-align:         center;
}

.link {
    color:				#000000;
    font-family:        Arial;
    font-size:        	12;
    text-decoration:	none;
    cursor:				pointer;
}

.actionLink {
    color:				#000000;
    font-family:        Arial;
    font-size:        	12;
    text-decoration:	none;
    cursor:				pointer;
    border-left-width:  1px;
    border-left-style:  solid;
    border-left-color:	#c0c0c0;
    border-top-width:  1px;
    border-top-style:  solid;
    border-top-color:	#c0c0c0;
	padding-left:       3px;
	padding-right:      3px;
}

.tableActionsBar {
    border-width:       1px;
    border-style:       solid;
    border-color:		gray;
	padding-left:       3px;
	padding-right:      3px;
}

.waitMsg {
    color:				red;
    font-family:        Arial;
    font-size:        	10;
}

.tableRow {
    border-Left:  		1px solid #c0c0c0;
    border-Top:			1px solid #c0c0c0;
	padding-left:       3px;
	padding-right:      3px;
	padding-top:      	3px;
    font-weight:        normal;
}

.tableData {
	background:			white;
    border-Left:  		1px solid #c0c0c0;
    border-Top:			1px solid #c0c0c0;
	padding-left:       3px;
	padding-right:      3px;
    font-weight:        normal;
}

.captionRow {
    color:				#505050;
    font-family:        Arial;
    font-size:        	14;
    border-Left:  		1px solid #c0c0c0;
	padding-left:       3px;
	padding-right:      3px;
}
.stat {
    font-family:        Arial;
    font-size:        	10;
}

.innerView {
	padding: 5px;
	background: white;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#f0f0f0', Positive='true');
	width:440px;
}