form {
	display: inline;
}

div#page div#content {
	background: white;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	position: relative;
	z-index: 0 !important;
	z-index: -1;
}

.show { 
	display: inline; 
}

.hide { 
	display: none; 
}
.IB_DropDownText { 
	text-decoration: none;
}   

td { font-size: 10px; }
th { font-size: 11px; font-weight: bold}
h2 { font-size: 13px; font-weight: bold}
h3 { font-size: 12px; font-weight: bold}
h4 { font-size: 11px; font-weight: bold}
select { 
	font-size: 10px; 
	font-weight: bold;
}

input { 
	font-size: 10px; 
}

/**************** ADDED FROM DEFUALT.CSS ****************/

/********************************************************/
/*BUTTONS												 /
/********************************************************/
/* Plain DMS Button. No Graphics, just background color */
.plainButton {
	width: 135px;
	height: 15px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../images/title_bg_15.gif');
	background-repeat: repeat-x;
	border: 1px solid #A81E42;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px;
	line-height: 14px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
}

.plainButton:hover {
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #444444;
	border-top: 1px solid #666666;

}

.buttonize {
	border-bottom: 1px solid #444444;
	border-right: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
}

.buttonize:hover {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #444444;
	border-top: 1px solid #666666;
}

.xButtonize {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	width: 110px;
	display: inline-block;
	border-bottom: 1px solid #444444;                                                                                           
	border-right: 1px solid #666666;                                                                                            
	border-left: 1px solid #AAAAAA;                                                                                             
	border-top: 1px solid #CCCCCC;                                                                                              
}
.xButtonize:hover {
	font-weight: normal;			
	border-bottom: 1px solid #CCCCCC;                                                                                           
	border-right: 1px solid #AAAAAA;                                                                                            
	border-left: 1px solid #444444;                                                                                             
	border-top: 1px solid #666666;                                                                                              
}                                                                                                                                   

/* 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;
}

.standardButton {
	width: 130px;
	height: 19px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../images/title_bg_20.gif');
	background-repeat: repeat-x;
	border: 1px solid #A81E42;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px;
	line-height: 18px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
}

.standardButton:hover {
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #444444;
	border-top: 1px solid #666666;
}

/* Small Button */
.standardButtonSmall {
	width: 100px;
	height: 15px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../images/title_bg_15.gif');
	background-repeat: repeat-x;
	border: 1px solid #A81E42;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px;
	line-height: 14px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
}

.standardButtonSmall:hover {
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #444444;
	border-top: 1px solid #666666;
}


/* 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;
}

/* 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 {

}

.xButton {
	width: 130px;
	height: 19px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../images/title_bg_20.gif');
	background-repeat: repeat-x;
	border: 1px solid #A81E42;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px;
	line-height: 18px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
}

.xButton:hover {
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #444444;
	border-top: 1px solid #666666;
}

.xButtonSmall {
	width: 110px;
	height: 15px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../images/title_bg_15.gif');
	background-repeat: repeat-x;
	border: 1px solid #A81E42;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px;
	line-height: 14px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
}

.xButtonSmall:hover {
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #444444;
	border-top: 1px solid #666666;
}

.xButtonSmall_NoColor {
	width: 110px;
	height: 15px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #A81E42;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px;
	line-height: 14px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
}

.xButtonSmall_NoColor:hover {
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #444444;
	border-top: 1px solid #666666;
}

.xReset {
	width: 15px;
	height: 15px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../images/title_bg_15.gif');
	background-repeat: repeat-x;
	border: 1px solid #A81E42;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px;
	line-height: 14px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
}

.xReset:hover {
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #444444;
	border-top: 1px solid #666666;
}

.xReset img {
	display: block;
	width: 15px;
	height: 15px;
}

/********************************************************/
/*TABS												 	 /
/********************************************************/
/* 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;
}

/********************************************************/
/*BODY PARTS											 /
/********************************************************/
/* 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;
}