/* ================================
    CSS STYLES FOR 6 St. Joseph 
   ================================
*/   

/* Styles for the text editor */
/* Maintain this section the same as htmleditor.css */
/* When adding a new style, be sure to add to htmleditor.xml as well */
body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
}
.MainLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #993300;
}
.topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #336600;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #663300;
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
A:link  
{
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
/*	font-weight: bold;*/

}

A:visited   {
	/*color: #000066;*/
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;

}
/* *****************************************/

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   
{
	font-family: Arial, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, sans-serif;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Arial, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
}

.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
}

.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
}

    
/* GENERIC */
H3  {
	font-family: Arial, Helvetica, sans-serif;
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
}

H6  {
	font-family: Arial, Helvetica, sans-serif;
}

TFOOT, THEAD    {
}

TH  {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family: Arial, Helvetica, sans-serif;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family: Arial, Helvetica, sans-serif;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	font-family: Arial, Helvetica, sans-serif;
}

.ModuleTitle_MenuBar {
	font-family: Arial, Helvetica, sans-serif;
}

.ModuleTitle_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
}

.ModuleTitle_MenuIcon {
	font-family: Arial, Helvetica, sans-serif;
}

.ModuleTitle_SubMenu {
	font-family: Arial, Helvetica, sans-serif;
}

.ModuleTitle_MenuBreak {
	font-family: Arial, Helvetica, sans-serif;
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	font-family: Arial, Helvetica, sans-serif;
}

.MainMenu_MenuBar {
	font-family: Arial, Helvetica, sans-serif;
}

.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
	font-family: Arial, Helvetica, sans-serif;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*These properties were changed for 6stjoseph*/

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6633;
	text-decoration: underline;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6633;
	text-decoration: underline;
}

A.CommandButton:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6633;
	text-decoration: underline;
}

A.CommandButton:active   {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6633;
	text-decoration: underline;
}

A.CommandButton:hover    {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6633;
	text-decoration: underline;
}
    


/* Properties added to change the calendar styles in acs_events module*/

.Event
{
	border-right: black 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	color: black;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	text-align: center;
	width: 700px;
	height: 700px;
}
.EventTitle /*este es para el header donde dice el mes*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	width: 100%;
	height: 100%;
	background-color: #CC9933; /*background color del td*/
	text-align: center;
}

.EventTitle, .EventTitle td
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	color: white; /*color del texto del td*/
	background-color: #CC9933; /*background color del td*/
	text-align: center;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: white !important;   /*color de los link prev y next*/
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: white !important;   /*color de los link prev y next*/
	padding-top: 0px;
}

.EventDayHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver; /*background dias de la semana*/
	color: #ff6633;
}

.EventDay, .EventDay td    
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #ff6633  !important;  /*color dias del mes*/
	font-family: Verdana;
}


.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #ff6633 !important;   /*color dias del mes*/
	font-family: Verdana;
}

.EventOtherMonthDay   /*los otros dias que no son del mes actual, no esta cambiado */
{
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	background-color: gainsboro;
	
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #8080c0;
	background-color: gainsboro;
	
	
}

.EventWeekendDay /*estilos celdas del fin de semana, no ha cambiado*/
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: whitesmoke; 
	font-size: 7pt;
	
}

.EventTodayDay   /*estilo selector del dia actual, el cuadrado que aparece*/
{
	font-family: Arial, Helvetica, sans-serif;
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay   /*estilos de la celda del dia seleccionado*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red !important;
	background-color: darkgray;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: red !important;
	font-weight: bold;
}

.EventSelector
{
	background-color:#c0c0e0;
}

.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}

/* these properties were modified to change the commandbutton properties in the portal */
p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
