﻿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;	
    background-image: url(images/help1.gif);
}

.AjaxLoading
{
	background-repeat: no-repeat;
	background-position: center;
    background-image: url(images/ajax-loader.gif);
}

.ItemListAjaxLoading
{
	height: 250px;
}
