@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F2F4E7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}


/********************************************************************************************************************
 * LAYOUT
 ********************************************************************************************************************/

#topbar {
	clear: both;
	background-image: url(../images/bg_topbar_bg.png);
	background-repeat: repeat-x;
	height: 104px;
	margin-bottom: 10px;
}
#topbar .content { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}
#topbar .content .logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 182;
	height: 100px;
	float: left;
}
#loginfield {
	text-align: right;
	float: right;
	height: 45px;
	width: 600px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #999999;
	overflow: hidden;
}
#topbar .content .tango {
	width: 281px;
	height: 38px;
	margin-top: 12px;
	float: right;
	background-image: url(../images/bg_argentintango.png);
	background-position: right;
	background-repeat: no-repeat;
}
#PageContainer { 
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#pagetop {
	background-image: url(../images/bg_top.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 4px;
}
#header {
	background-image: url(../images/bg_header.png);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 1px #DDBBBB solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	color: #AA0000;
	text-align: left;
	letter-spacing: 2px;
}
#header.edit {
	background-image: url(../images/bg_header_edit.png);
}
#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 121px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F1F1F1; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/bg_colleft_bg.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	margin-left: 4px;
}
#sidebarleft .content {
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#sidebarleft .fade {
	background-image: url(../images/bg_colleft_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}
#sidebarright {
	float: right; /* since this element is floated, a width must be given */
	width: 201px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F1F1F1; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/bg_colright_bg.png);
	background-repeat: repeat-y;
	margin-right: 4px;
	padding-top: 20px;
}
#sidebarright .content {
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}
#sidebarright .fade {
	background-image: url(../images/bg_colright_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}
#maincontent.threeCol { 
	margin-left: 125px;
	margin-right: 205px;
}
#maincontent { 
	margin-left: 125px;
	margin-right: 4px;
	margin-bottom: 40px;
	text-align: left;
}
#maincontent .margined {
	padding: 10px;
	margin: 10px;
}
#bottomcontent {
	background-image: url(../images/bg_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	clear:both;
	height: 30px;
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding: 5px;
	margin-top: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/********************************************************************************************************************
 * MENU
 ********************************************************************************************************************/

#sidebarleft p {
	margin-top: 20px;
}

#sidebarleft span {
	display: block;
	color: #AA0000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

#sidebarleft span.header {
	border-bottom: 1px solid #BBBBDD;
	color: #0000AA;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
}

#sidebarleft span.indent {
	font-weight: normal;
	padding-left: 10px;
}

#sidebarleft span.logout {
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
}

#sidebarleft span.su {
	margin-top: 10px;
}

#sidebarleft a:link {
	text-decoration: none;
	color: #AA0000;
}

#sidebarleft a:visited {
	text-decoration: none;
	color: #AA0000;
}

#sidebarleft a:hover {
	text-decoration: underline;
	color: #AA0000;
}



/********************************************************************************************************************
 * LIST
 ********************************************************************************************************************/
.list {
	position:relative;
	padding:2px;
	display:block;
	border-spacing:0px;
	width:100%;
}
.list .emptyReport {
	font-style: italic;
	font-weight: normal;
}
.list .add {
	color: #999999;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	bottom: -3px;
}
.list .count {
	color: #999999;
	float: right;
	font-size: 11px;
	padding-right: 2px;
	position: relative;
	bottom: -3px;
}
.list .altRow {
	/*
	background-color: #EEEEEE;
	*/
}
.list .stdRow {
	/*
	background-color: #FFFFFF;
	*/
}
.list .selectedRow {
	background-color: #f3bd50;
	color:#000000;
}
.list .selectedRow .weekDay{
	color: #FFFFFF;
}
.list .selectedRow .day{
	color: #FFFFFF;
}
.list .selectedRow .time{
	color: #FFFFFF;
}
.list .row {
	padding: 3px;
	padding-bottom:6px;
	padding-top:6px;
	margin-left:2px;
	margin-right:2px;
	border-bottom:1px solid #DDDDDD;
	position:relative;
}
.list .row:hover {
	background-color: #EEEEEE;
	border-bottom:1px solid #DDDDDD;
}
.list tr.row {
	padding: 3px;
	padding-bottom:6px;
	padding-top:6px;
	margin-left:2px;
	margin-right:2px;
	border-bottom:1px solid #DDDDDD;
	position:relative;
}
.list tr.row:hover {
	border-bottom:1px solid #DDDDDD;
}
.list .row td {
	padding: 3px;
	padding-bottom:6px;
	padding-top:6px;
	margin:0px;
	border-bottom:1px solid #DDDDDD;
	position:relative;
}
.list .clickable:hover {
	cursor:pointer;
}
.list .selectable:hover {
	cursor:default;
}
.list .listbuttonfield {
	z-index:20;
	display:none;
	position:absolute;
	right:0px;
	bottom:-24px;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background-color:#EEEEEE;
	padding:6px;
	padding-left:10px;
}
.list .listbuttonfield img {
	margin-left:3px;
	margin-right:3px;
	border:0px;
}
.list .listbuttonfield img {
	border:1px solid #EEEEEE;
}
.list .item {
	padding: 3px;
	padding-bottom:6px;
	padding-top:6px;
	border-bottom: #DDDDDD solid 1px;
	display: block;
	position:relative;
}
.list .item tr {
	padding: 3px;
	padding-bottom:6px;
	padding-top:6px;
	border-bottom: #DDDDDD solid 1px;
}
.list .item td {
	padding: 3px;
	padding-bottom:6px;
	padding-top:6px;
}
.list .item:hover {
	background-color: #EEEEEE;
	/*
	background-image: url(/images/list_item-hover.png);
	background-position: center;
	background-repeat: repeat-x;
	*/
	cursor: pointer;
}
.list .disabled {
	padding: 3px;
	background-color:#EEEEEE;
	color:#CCCCCC;
}
.list .disabled:hover {
	cursor: default;
}
.list .headerRight {
	color: #999999;
	font-weight: normal;
	float: right;
}
.list .header {
	font-weight:bold;
	padding: 5px;
	padding-top: 15px;
	background: url(/images/list_header.png) bottom repeat-x #FFFFFF;
	border-bottom: #CCDDDD 1px solid;
	color: #775555;
}
.list .header td {
	padding: 3px;
	padding-top: 10px;
	color: #775555;
}
.list .subheader {
	padding: 2px;
	padding-top: 4px;
	background-image: url(/images/list_subheader.png);
	background-position:center;
	background-repeat: repeat-x;
	border-bottom: #CCDDDD 1px solid;
	color: #775555;
}
.list .subheader td {
	padding: 2px;
	padding-top: 4px;
	color: #775555;
}
.list .title {
	clear: none;
	display: inline;
	margin-right: 10px;
}
.list .titleheader {
	clear: none;
	font-size: smaller;
	font-weight: bold;
	margin-right: 10px;
}
.list .clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.list .content {
	color: #888888;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.list .cancelledText {
	color: #AA8888;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.spaced {
	margin-bottom:20px;
}
.borderd {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #C3C3C3;
	border-right:1px solid #B6B6B6;
	border-bottom:1px solid #AAAAAA;
}


/********************************************************************************************************************
 * panel
 ********************************************************************************************************************/
.panel {
	position:relative;
	margin-bottom:20px;
	padding:0px;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #C6C6C6;
	border-bottom:1px solid #BBBBBB;
}
.panel td {
	padding:3px;
}
.panel .altRow {
	background-color: #EEEEEE;
}
.panel .stdRow {
	background-color: #FFFFFF;
}
.panel .selectedRow {
	background-color: #f3bd50;
	color:#ffffff;
}
.panel .editbuttonfield {
	font-weight: normal;
	font-size:9px;
	position:absolute;
	top:4px;
	right:0px;
	display:none;
}
.panel .header {
	padding: 3px;
	padding-top: 10px;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;
	background-image: url(/images/list_header.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	border-bottom: #CCDDDD 1px solid;
	color: #775555;
	font-size:12px;
	font-weight:bold;
}
.panel .header td {
	padding: 3px;
	padding-top: 10px;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;
	color: #775555;
	font-size:12px;
	font-weight:bold;
}
.panel .header a {
	font-weight: normal;
	float: right;
	font-size:9px;
	position:relative;
	bottom:-2px;
	padding-right:4px;
}
.panel .header td a {
	color: #999999;
	font-weight: normal;
	float: right;
	font-size:9px;
	position:relative;
	bottom:-2px;
	padding-right:4px;
}
.panel .subheader {
	padding: 2px;
	padding-top: 4px;
	margin-left:2px;
	margin-right:2px;
	background-image: url(/images/list_subheader.png);
	background-position:center;
	background-repeat: repeat-x;
	border-bottom: #CCDDDD 1px solid;
	color: #775555;
}
.panel .subheader td {
	padding: 2px;
	padding-top: 4px;
	margin-left:2px;
	margin-right:2px;
	color: #775555;
}
.panel .subheader a {
	font-weight: normal;
	font-size:9px;
	position:relative;
	right:2px;
	text-align:right;
	bottom:-2px;
	padding-right:4px;
}
.panel .subheader td a {
	color: #999999;
	font-weight: normal;
	font-size:9px;
	position:relative;
	right:2px;
	bottom:-2px;
	padding-right:4px;
}
.panel .content {
	padding: 3px;
	padding-bottom:10px;
	margin:2px;
}
.panel .content td {
	padding: 3px;
	padding-bottom:20px;
	margin:2px
}
.panel h2 {
	margin-top:10px;
	margin-bottom:5px;
	padding:0px;
}
.panel h3 {
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
}
.panel .disabled {
	padding: 3px;
	background-color:#EEEEEE;
	color:#CCCCCC;
}
.panel .disabled:hover {
	cursor: default;
}
.panel .clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}



/********************************************************************************************************************
 * AREA
 ********************************************************************************************************************/
.area {
	position:relative;
}

#sidebarright .area {
	position:relative;
	border-bottom:1px solid #DFDFDF;
}


/********************************************************************************************************************
 * BUTTONFIELD
 ********************************************************************************************************************/
.buttonfield {
	background-image: url(/images/bg_buttonfield.png);
	background-position: center;
	background-repeat: repeat-x;
	border-top: #FFDDDD solid 1px;
	border-bottom: #CCCCCC solid 1px;
	border-left: #FFDDDD solid 1px;
	border-right: #CCCCCC solid 1px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.editbuttonfield {
	display:none;
	position:absolute;
	right:2px;
	top:2px;
}
#sidebarright .editbuttonfield {
	display:none;
	position:absolute;
	right:-3px;
	top:2px;
}
.button {
	background-image: url(/images/button_item.png);
	background-position: center;
	background-repeat: repeat-x;
	border-left: #FFDDDD 1px solid;
	border-right: #AAAAAA 1px solid;
	color: #EEFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left:2px;
	margin-right:2px;
	display:inline-block;
	clear:none;
}
.editbuttonfield .button {
	font-size:9px;
	font-weight:normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.button img {
	paddign-right:3px;
	line-height:16px;
}
.button .text {
	padding-top: 2px;
	padding-bottom: 0px;
	paddign-left:3px;
	paddign-right:10px;
	margin-right:4px;
	display:inline-block;
	line-height:16px;
	position:relative;
	bottom:3px;
}
/* Not functioning
.button text {
	padding-top: 3px;
	padding-bottom: 0px;
	paddign-left:3px;
	position:relative;
	top:-3px;
	line-height:16px;
}
*/
.button:hover {
	background-image: url(/images/button_item-hover.png);
	color: #442222;
	cursor: pointer;
}
.imgbutton {
	border-width:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;
}
.imgbutton:hover {
	margin-top:1px;
	margin-bottom:-1px;
	cursor:pointer;
}
.listbutton {
	background-image: url(/images/button_item.png);
	background-position: center;
	background-repeat: repeat-x;
	border-left: #FFDDDD 1px solid;
	border-right: #777777 1px solid;
	display: inline;
	color: #EEFFFF;
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	line-height:13px;
}
.listbutton:hover {
	background-image: url(/images/list_item-hover.png);
	color: #442222;

	cursor: pointer;
	padding-top:0px;
}
.listbutton img {
	position:relative;
	paddign-right:3px;
	line-height:13px;
}
.listbutton span {
	paddign-left:3px;
	position:relative;
	top:-3px;
	line-height:13px;
}
.listbutton-full {
	background-image: url(/images/button_item.png);
	background-position: center;
	background-repeat: repeat-x;
	border-top: #FFDDDD solid 1px;
	border-bottom: #CCCCCC solid 1px;
	color: #EEFFFF;
	display: block;
	clear:both;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.listbutton-full:hover {
	background-image: url(/images/list_item-hover.png);
	color: #442222;
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 1px;
}
.listbutton-full img {
	position:relative;
	paddign-right:3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.listbutton-full span {
	padding:0px;
	margin:0px;
	clear:none;
	position:relative;
	top:-3px;
	paddign-left:3px;
	padding-top: 1px;
	padding-bottom: 1px;
}



/********************************************************************************************************************
 * TOOLBAR
 ********************************************************************************************************************/
ul.ToolBar {
	display: block;
	background-color:#FFFFFF;
	background-image:url(/images/bg_buttonfield.png);
	background-position:center;
	background-repeat:repeat-x;
	border-bottom: 1px solid #ddbbbb;
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	padding-left:10px;
	font-family: verdana;
	font-size: 11px;
	top:0px;
	left:0px;
	height:23px;
	z-index:34;
}

ul.ToolBar li {
	position:relative;
	display:inline;
}

ul.ToolBar li a {
	/*height: 16px;*/
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}

ul.ToolBar li a:hover {
	background-image:url(/images/toolbar_item-mo.png);
	background-position:center;
	background-repeat:repeat-x;
	border-bottom: 1px solid #c4a993;
	border-top: 1px solid #c4a993;
	border-left: 1px solid #dcc8ac;
	border-right: 1px solid #dcc8ac;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:4px;
	padding-top:4px;
	text-decoration: none;
	cursor:pointer;
}

ul.ToolBar li a img {
	margin:0px;
	margin-left:2px;
	padding:0px;
	padding-right:4px;
	border:0px;
	position:relative;
	top:3px;
}



/********************************************************************************************************************
 * CONTEXT MENU
 ********************************************************************************************************************/

ul.ContextMenu {
	display: none;
	position: absolute;
	background-color:#FFFFFF;
	background-image:url(/images/context_bg.png);
	background-position:left;
	background-repeat:repeat-y;
	border: 1px solid #b7b2b3;
	margin: 0px;
	padding: 1px;
	font-family: verdana;
	font-size: 11px;
	list-style-type: none;
	z-index:35;
}
 
ul.ContextMenu li {
	position:relative;
	height:20;
}

ul.ContextMenu li a {
	display: block;
	/*height: 16px;*/
	width: 180px;
	height:20;
	padding-left:34px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:4px;
	text-decoration: none;
	color: #666666;
	cursor:pointer;
}

ul.ContextMenu li a:hover {
	background-image:url(/images/context_item-mo.png);
	background-position:center;
	background-repeat:repeat-x;
	border: 1px solid #b7b2b3;
	padding-left:33px;
	padding-right:9px;
	padding-bottom:2px;
	padding-top:3px;
	text-decoration: none;
}

ul.ContextMenu li a img {
	margin:0px;
	margin-left:2px;
	padding:0px;
	border:0px;
	position:absolute;
	left:3px;
	top:3px;
}



/********************************************************************************************************************
 * MODALBOX
 ********************************************************************************************************************/

#mbox{
	background-color:#EEEEEE;
	padding:8px;
	text-align:left;
	border:2px outset #999999;
}
#mbox .header {
	padding: 3px;
	padding-top: 10px;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;
	background-image: url(/images/list_header.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: #CCDDDD 1px solid;
	color: #775555;
	font-size:12px;
	font-weight:bold;
}
#mbm{
	padding-bottom:5px;
}
#ol{
	background-image: url(/images/overlay.png);
}
.dialog {
	display:none
}

* html #ol{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}

#mbox2{
	background-color:#EEEEEE;
	padding:8px;
	text-align:left;
	border:2px outset #EEEEEE;
}
#mbox2 .header {
	padding: 3px;
	padding-top: 10px;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;
	background-image: url(/images/list_header.png);
	background-position: center;
	background-repeat: repeat-x;
	border-bottom: #CCDDDD 1px solid;
	color: #775555;
	font-size:12px;
	font-weight:bold;
}
#mbm2{
	padding-bottom:5px;
}
#ol2{
	background-image: url(/images/overlay2.png);
}

* html #ol2{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay2.png", sizingMethod="scale");
}