/****** BUTTONS *****************************************/

/* Plain DMS Button. No Graphics, just background color */
.xplainButton {
	color: #FFFFFF;
	background-color: #A81E42;
	text-align: center;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:2px outset white;
	display: block;
	width: 135px;
	padding: 1px 1px;
	margin: 0px;
}

.xplainButton:hover {
	border:2px inset white;
}

/* Action DMS Button. (play graphic) Uses Background image */
.xstandardButton {
	color: #FFFFFF;
	background-image:url('../../images/themes/default/standardButton.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:1px outset white;
	display: block;
	width: 135px;
	padding: 3px 1px;
	margin: 0px;
	text-indent: 11px;
}

.xstandardButton:hover {
	border:1px inset white;
}

/* Small Button */
.xstandardButtonSmall {
	color: #FFFFFF;
	background-image:url('../../images/themes/default/standardButtonSmall.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:1px outset white;
	display: block;
	width: 100px;
	padding: 0px 0px;
	margin: 0px;
	text-indent: 0px;
}

.xstandardButtonSmall:hover {
	border:1px inset white;
}


/* Report DMS Button. (Reports Page) Uses Background image */
.menuButton {
	color: #FFFFFF;
	background-image:url('../../images/themes/default/menuButton.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size:13px;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:0px outset white;
	display: block;
	width: 260px;
	padding: 14px 0px;
	margin: 0px;
}

.menuButton:hover {
	border:0px inset white;
}

/* Navbar Top Buttons */
.navbartopButton {
	color: #FFFFFF;
	background-image:url('../../images/themes/default/navbartopbtn.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size:12px;
	font-family:arial;
	font-weight:normal;
	text-decoration: none;
	border:0px outset white;
	display: block;
	width: 98px;
	padding: 4px 0px;
	margin: 0px;
}

.navbartopButton:hover {
	font-weight: bold;
}

/* Navbar Bottom Buttons */
.navbarbottomButton {
	color: #FFFFFF;
	background-image:url('../../images/themes/default/navbarbottombtn.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size:11px;
	font-family:arial;
	font-weight:normal;
	text-decoration: none;
	border:0px outset white;
	display: block;
	width: 98px;
	padding: 2px 0px 1px;
	margin: 0px;
}

.navbarbottomButton:hover {
	font-weight: bold;
}

/* Navbar Bottom Big Buttons */
.navbarbottombigButton {
	color: #FFFFFF;
	background-image:url('../../images/themes/default/navbarbottombigbtn.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size:12px;
	font-family:arial;
	font-weight:normal;
	text-decoration: none;
	border:0px outset white;
	display: block;
	width: 98px;
	padding: 2px 0px;
	margin: 0px;
}

.navbarbottombigButton:hover {
	font-weight: bold;
}

.navbarLogo {
	background-image:url('../../images/themes/default/navbar_logo.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 107;
	padding-left: 53px;
	padding-right: 53px;
}

.navbarMiniLogo {
	background-image:url('../../images/themes/default/navbar_minilogo.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 107;
	padding-left: 53px;
	padding-right: 53px;
}

.navbarMiddleBuffer {
	background-color: #4D7DCF;
	background-repeat: repeat-x;
}

.navbarMiddleUnderBottom {
	background-color: #4D7DCF;
	height: 3px;
}

/* Tab Button (not selected)  */
.tabButton {
	color: #FFFFFF;
	background-image:url('../../images/themes/default/tabButton.gif');
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	text-decoration: none;
	border:0px outset white;
	display: block;
	width: 125px;
	padding-top: 8px;
	padding-bottom: 17px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.tabButton:hover {

}

/* Tab Button (selected) */
.tabButtonOn {
	color: #FFFFFF;
	background-image:url('../../images/themes/default/tabButtonOn.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size:11px;
	font-family:arial;
	font-weight:normal;
	text-decoration: none;
	display: block;
	width: 125px;
	padding-top: 8px;
	padding-bottom: 17px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.tabButtonOn:hover {
	cursor: default;
}

.tabBarSpacer {
	background-image:url('../../images/themes/default/tb_spacer.gif');
	background-position: center;
	background-repeat: repeat-x;
}

/* Standard reset button (little X button thingy) */
.standardResetButton {
	background-image:url('../../images/themes/default/standardResetButton.gif');
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 23px;
	height: 21px;
	padding: 3px 1px;
	margin: 0px;
}

.standardResetButton:hover {

}


/****** TITLE BARS *****************************************/

/* Biggest standard title. (home page welcome, photo admin, messaging ect..) */ 
.bodyTitleRowBig {
	background-color: #A81E42; 
	text-align: center; 
	font-weight: bold; 
	font-size: 20px;
	font-family: arial;
	color: #FFFFFF;
	padding-top: 2px;
}

.bodyTitleRowMedium {
	background-color: #A81E42; 
	text-align: center; 
	font-weight: bold; 
	font-size: 16px;
	font-family: arial;
	color: #FFFFFF;
	padding-top: 2px;
}

.bodyTitleRowSmall {
	background-color: #A81E42; 
	text-align: center; 
	font-weight: bold; 
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	padding-top: 1px;
}

.bodyTitleboxTextCenter {
	color: 000000;
	background-color: #FFFFFF;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	border: 2px solid #A81E42;
}

.bodyTitleboxTextLeft {
	color: 000000;
	background-color: #FFFFFF;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	border: 2px solid #A81E42;
}

.bodyTitleboxTextMultiple {
	color: 000000;
	background-color: #FFFFFF;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 0px solid #A81E42;
	border-bottom: 2px solid #A81E42;
	border-left: 2px solid #A81E42;
	border-right: 2px solid #A81E42;
}

.bodyStandardLink {
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

