﻿body
{
	font-size: 11px;
	margin: 0 0 0 0;
	background-color: #ffffff;
	font-family: arial;
	color: #000000;
	background-image: url(Images/background2.gif);
	background-repeat: repeat-x;
}

.contentBackground
{
	margin: 0 0 0 0;
	background-image: Images/cleanback2.gif;
	background-repeat: repeat-x;
}

.sitelogo
{	
	width: 60px;
	height: 28px;
	background-image: url(Images/buytix_mini.gif);	
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}

.errorimage
{	
	width: 128px;
	height: 128px;
	background-image: url(Images/error.png);	
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}

.ticketFailText
{	
	font-family: Consolas;
	font-size: xx-large;
	color: Red;
}

.ticketOKText
{	
	font-family: Consolas;
	font-size: xx-large;
	color: Green;
}

.ticketInfo
{
	font-family: Consolas;
	font-size: medium;
	color: Black;
}

.okimage
{	
	width: 128px;
	height: 128px;
	background-image: url(Images/ok.png);	
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}

.ticketokimage
{	
	width: 128px;
	height: 128px;
	background-image: url(Images/ticketok.png);	
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}
.inputlink
{
	cursor: pointer;
	background-color: #618cb9;
	color: #FFFFFF;
	border: 2px #74a2d3 solid;
	font-size: 14px;
	font-variant: small-caps;
	padding: 1px;
	width:auto;
	text-decoration: none;
}

a.inputlink:visited
{
    color: White;
    text-decoration: none;
}
a.inputlink:active
{
    color: White;
    text-decoration: none;
}
a.inputlink:link
{
    color: White;
    text-decoration: none;
}
a.inputlink:hover
{
    color: White;
    text-decoration: none;
}

/*CollapsiblePanel*/
.ContainerPanel
{
       width:400px;
       border:1px;
       border-color:#1052a0;      
       border-style:double double double double;
}

.collapsePanelHeader
{
       width:400px;
       height:30px;
       background-image: url(images/bg-menu-main.png);
       background-repeat:repeat-x;
       color:#FFF;
       font-weight:bold;
}

.HeaderContent
{
       float:left;
       padding-left:5px;
}

.Content
{

}

.ArrowExpand
{
       background-image: url(images/expand_blue.jpg);
       width:13px;
       height:13px;
       float:right;
       margin-top:7px;
       margin-right:5px;
}

.ArrowExpand:hover
{
       cursor:hand;
}

.ArrowClose
{
	
       background-image: url(images/collapse_blue.jpg);
       width:13px;
       height:13px;
       float:right;
       margin-top:7px;
       margin-right:5px;
}

.ArrowClose:hover
{
       cursor:hand;
}

.HelpImage
{
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	float: left;
	width: 16px;	
	height: 20px;
    background-image: url(images/help1.gif);
}

.AjaxLoading
{
	background-repeat: no-repeat;
	background-position: center;
    background-image: url(images/ajax-loader.gif);
}

.ItemListAjaxLoading
{
	height: 250px;
}


/* Form styles */
div.form-container { margin: 10px; padding: 5px; background-color: #FFF; border: #EEE 1px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset label.controlset { display: block; float: left; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

.clean-block
{
	border: 1px;
	border-style: solid;
}

.clean-header {
  width: 100%;
  background-color: #5E73FF;
  font-size: large;
  font-weight: bold;
}

.clean-content {
  width: 100%;
  background-color: #fff;    
}



