@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/template-myticketeasy_01.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

#mainmenubox {

	height: 34px;

}

#mainmenubox a {

	display: block;
	float: left;
	/*width: 104px;*/
	width: auto;
	height: 26px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8e908b;
	border-left: 1px solid #747975;
	border-right: 1px solid #494f4b;
	border-bottom: 1px solid #494f4b;
	background-image: url(../img/bt-back.jpg);
	background-repeat: repeat-x;

}

#mainmenubox a.active {

	background-image: url(../img/bt-back-a.jpg);

}

#pagecontent {

	width: 768px;
	min-height: 400px;
	padding: 24px;

}

.subscribe {

	width: 60%;
	margin-left: 20%;
	font-size: 0.9em;

}

.subscribe .title {

	color: #CC0000;
	font-size: 1.4em;
	font-weight: bold;

}

.subscribe .fieldtextbox {

	width: 260px;
	height: 16px;
	background-color: #FEFEFE;
	border: 1px solid #DDDDDD;
	font-size: 0.9em;

}

.scrolling {

	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #DDDDDD;
	background-color: #FEFEFE;
	margin: 12px;

}

form {
	padding-bottom: 20px;
	font-size: 0.9em;
}
.inviabutton {
	padding:0 1px;
	border:1px solid #FFFFFF;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	background-color: #253A73;
	color: #FFFFFF;
	width: 45px;
	margin-top: 0px;
}

#editBox {
	width: 90%;
	float: left;
	padding: 4%;
	background-color: #dddcd8;
}

.tableRowTitles {
	font-weight: bold;
	margin-bottom: 4px;
}

.saveCommands {
	width: auto;
	float: right;
	padding: 6px;
	margin: 6px;
	background-color: #F2F2F2;
	border: 1px dashed #CCCCCC;
}

#codeBox {
	border: 1px dashed #CCCCCC;
	background-color:#F3F3F3;
	color: #000066;
	font-weight: bold;
	width: 200px;
	height: 80px;
	overflow: auto;
}

#sidebar {
	float: right;
	width: 10%;
	padding: 1%;
	line-height: normal;
	font-size: 0.8em;
	color: #333333;
	margin-top: 12px;
}
#sidebar p {
	font-size: 1em;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sidebar img {
	margin-bottom: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(../img/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
	line-height: normal;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#content {
	float: left;
	width: 82%;
	padding-left: 4%;
	background-color: #dddcd8;
	font-size: 0.9em;
	margin-top: 12px;
}

#content a {
	color: #009933;
	text-decoration: underline;
}

#content a:hover {
	color: #666666;
	text-decoration: none;
}

.row {
	width: 100%;
	float: left;
}

.message {
	width: 80%;
	margin-left: 10%;
	padding: 4%;
	float: left;
	border: 1px dashed #CCCCCC;
}

.navbar {
	width: 100%;
	float: left;
}

