/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
.Normal{font-size:14px;}
.Elder_Normal{font-size:14px;}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
background-color:purple;
padding:0px; background:white url('../Images/turkeyembossbg.jpg') fixed; font-size: 8pt;
left: 0pt;
margin: 0px;
color: #303030;
font-family: Verdana, Tahoma, Arial, Helvetica;
position: absolute;
top: 0pt;
text-align: left
}
.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    {
}
/* 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
{text-size:16;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.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  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
}
A:visited   {
}
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    {
}   
/* 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 {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
/* ================================
CSS STYLES FOR Module Event
================================
*/
.Eventtooltip
{
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;
}
.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: 400px;
height: 400px;
}
.EventTitle
{
font-weight: bold;
font-size: 9pt;
background-image: none;
width: 100%;
height: 100%;
background-color: #6666ff;
text-align: center;
}
.EventTitle, .EventTitle td
{
font-weight: bold;
font-size: 11pt;
background-image: none;
color: navy;
background-color: #6666ff;
text-align: center;
}
/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
padding-right: 0.5em;
padding-left: 0.5em;
font-size: 8pt;
padding-bottom: 0px;
color: darkblue !important;
padding-top: 0px;
}
.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
padding-right: 0.5em;
padding-left: 0.5em;
font-size: 8pt;
padding-bottom: 0px;
color: darkblue !important;
padding-top: 0px;
}
.EventDayHeader
{
font-weight: bold;
font-size: 7pt;
font-family: Verdana;
background-color: silver;
}
.EventDay, .EventDay td
{
font-size: 7pt;
color: #0000ff !important;
font-family: Verdana;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
font-size: 7pt;
color: #0000ff !important;
font-family: Verdana;
}
.EventOtherMonthDay
{
color: #808080;
background-color: gainsboro;
}
.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
color: #8080c0;
background-color: gainsboro;
}
.EventWeekendDay
{
background-color: whitesmoke;
}
.EventTodayDay
{
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
{
font-weight: bold;
color: #0000ff !important;
background-color: darkgray;
}
.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
color: #0000ff !important;
font-weight: bold;
}
.EventSelector
{
background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
color: #0000ff;
text-decoration: none;
}	

