/* ================================
    CSS STYLES FOR Module Calendar
   ================================
*/

.calendartooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
	 .buscardtable{
	 border-style:solid;
	 border-width:1px;
	 border-color:#000000;
	 vertical-align:top;
	 }
	 
.calendar
{
	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: 100%;
	height: 100%;
/*
	width: 400px;
	height: 400px;
*/

}

.calendarTitle
{
	font-weight: bold;
	font-size: 8pt;
	background-image: none;
	background-color: #7e4a94;
	text-align: center;
}
table.calendarTitle{width: 100%;}
.calendarTitle td
{
	font-size: 11pt;
	color: White;
	cell-padding: 0px;
	/* 
	font-weight: bold;
	background-image: none;
	text-align: center;
	background-color: #7e4a94; 
	*/
}

/* Note use of "!important" to override Inline Style */
.calendarNextPrev, 
.calendarNextPrev a, 
.calendarNextPrev a:link,
.calendarNextPrev a:visited
{
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: White;
	padding: 0em 2em;
	vertical-align:middle;

/*
	display:inline-block;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
*/
}

.calendarNextPrev a:hover
{
	color: yellow;
	/* 
		width:20%;
	height:50%;
	font-size: 8pt;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	*/
}

td.calendarNextPrev
{
	padding: 0px;
}

.calendarDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver;
}

.calendarDay, .calendarDay td
{
	font-size: 7pt;
	color: #0000ff;
	font-family: Verdana;
}

.calendarDay a,
.calendarDay a:visited,
.calendarDay a:hover
{
	font-size: 7pt;
	color: #0000ff;
	font-family: Verdana;
}

.calendarOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.calendarOtherMonthDay a, .calendarOtherMonthDay a:visited, .calendarOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.calendarWeekendDay
{
	background-color: whitesmoke;
}

.calendarTodayDay
{
	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 */
.calendarSelectedDay
{
	font-weight: bold;
	color: #0000ff;
	background-color: darkgray;
}

.calendarSelectedDay a,
.calendarSelectedDay a:visited,
.calendarSelectedDay a:hover
{
	color: #0000ff !important;
	font-weight: bold;
}

.calendarSelector
{
	background-color: #c0c0e0;
}

.calendarSelector a,
.calendarSelector a:visited,
.calendarSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	
.EventList_Header
{
	text-align:center;
	padding:5px;
	margin-left:5px;
	margin-top:10px;
	font-weight:bold;
	font-size: 14pt;
}
a.EventList_ListItem,
a.EventList_ListItem:link,
a.EventList_ListItem:visited
{
	color: #000000;
	font-family:Tahoma;
	font-size:9pt;
	font-weight:bold; 
	text-decoration:none;
}
a.EventList_ListItem:hover,
a.EventList_ListItem:active
{
	color: yellow;
	background-color: #660033;
}
/* ======================================
    End of CSS STYLES FOR Module Calendar
   ======================================
*/


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal, p
{
	font-family:Tahoma;
	font-size:10pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	width: 150px;
	font-size: 10px;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  
{
	color: Black;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
padding-bottom:8px;
}

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    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
	color:white;
}

.MainMenu_MenuItem 
{
	font-size: 9pt;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}


.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

h1.PageTitle 
{
	font: bold 24px Tahoma;
	color: Black;
	text-align:center;
}

.simpleLinkBoxVertTable
{
	table-layout: fixed;
	width: 150px;
	border:solid 1px silver;
}
.simpleLinkBoxText
{
	font-size: 11px;
	font-family: Tahoma;
}
a.simpleLinkBoxText:link, a.simpleLinkBoxText:visited,
a.td.simpleLinkBoxVertTable:link, a.td.simpleLinkBoxVertTable:visited
{
	font-size: 11px;
	font-family: Tahoma;
}
a.simpleLinkBoxText:hover, a.td.simpleLinkBoxVertTable:hover, .simpleLinkBoxVertTable:hover
{
	background-color: #603;
	text-decoration: none;
}
.ChildPageMenu_ListItems
{
	padding: 10px 5px 5px 5px;
}

.survey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-left:10px;
	margin-right:10px;
	}


