#masterDIV
{
	width: 800px;
    border: 0px solid #666666;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -410px;
}

.imagelist
{
	margin-top: 5px;
}

.bigsmallimagelist
{
	text-align: right;
}

.bigsmallimagelist .masterbigimage
{
	
}

.bigsmallimagelist .thumbnail
{
	
}

.bigsmallimagelist .full
{
	display: none;
}

.bigsmallimagelist .masterbigimagesrc
{
	display: none;
}

body
{
	font-family: Tahoma;
}

td
{
	font-family: Tahoma;
}

span
{
	font-family: Tahoma;
}

div
{
	font-family: Tahoma;
}

.ppsign
{
	font-size: xx-small;	
}

.contentwithline
{
	border-left: solid 1px black;
	font-size: small;	
}

.contentwithlinenopadding
{
	border-left: solid 1px black;
	font-size: small;	
}

.maintable
{
	width:600px;
	height:830px;	
}

.undercontent
{
	font-size: small;		
	font-family: Tahoma;
}

.textstyle
{
	font-size: small;		
	font-family: Tahoma;
}

.undercontentHeader
{
	padding-top: 10px;
}

.busgrouptitle
{
	color: Gray;
	font-size: large;
	font-weight: bold;
}

.bustitle
{
	font-size: x-large;
	color: Red;
	font-weight: bold;
}

.busdescriptiontitle
{
	font-size: small;
}

.busdescription
{
	font-size: small;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}


.HandleCssClass
{
	width:16px;
	height:16px;
	background-image:url(/mta/mta/App_Themes/main/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.ResizableCssClass
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

.inPlaceEditLabel {
    padding: 1px;
}

.inPlaceEditLabelHover {
    background-color: beige;
}


/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/mta/mta/maskBG.png") !important; 
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #DA0C11;
	color: #fff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #DA0C11;
	border-left: 1px solid #DA0C11;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}

.popupTitleBar {
	background-color: #78ABDE;
	color: #fff;
	font-weight: bold;
	height: 0px;
	border-bottom: 0px solid #000000;
	border-top: 0px solid #78A3F2;
	border-left: 0px solid #78A3F2;
	border-right: 0px solid #204095;
	position: relative;
	z-index: 203;
}

#popupTitle {
	float:left;
	font-size: 1.1em;
	color: #fff;
}
#popupControls {
	float: right;
	cursor: pointer;
}

