/* ================================
    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
{
    font-family: Verdana, sans-serif;
    color: #000000;
    font-size: 9px;

}

.MainBody {
	width:450px;
	height=100%;

	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
}

.SearchClass {
    position: relative;
    left: -6px;
    top: 6px;
}


.mylinks {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    width: 100%;
    font-family: Verdana, sans-serif;
    background-color: transparent;
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
    padding-right: 15px;
    border-left:   #ffffff 0px solid;
    border-bottom: #ffffff 1px solid;
    border-top:    #999999 1px solid;
    border-right:  #ffffff 0px solid;

}

.mylinks:hover  {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    width: 100%;
    font-family: Verdana, sans-serif;
    background-color: #D89F14;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    vertical-align: middle;
    filter:alpha(opacity=80);-moz-opacity:0.80;opacity: 0.80;

}

A.mylinks:link,   {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    width: 100%;
    font-family: Verdana, sans-serif;
    background-color: transparent;
    text-align: right;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    border-left:   #ffffff 0px solid;
    border-bottom: #ffffff 1px solid;
    border-top:    #999999 0px solid;
    border-right:  #ffffff 0px solid;
}

A.mylinks:visited  {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration:    none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    border-left:   #ffffff 0px solid;
    border-bottom: #ffffff 1px solid;
    border-top:    #999999 0px solid;
    border-right:  #ffffff 0px solid;
}

A.mylinks:active   {
    color: #ff0000;
    font-size: 11px;
    font-weight: bold;
    text-decoration:    none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    border-left:   #ffffff 0px solid;
    border-bottom: #ffffff 1px solid;
    border-top:    #999999 0px solid;
    border-right:  #ffffff 0px solid;
}

.WhiteText  {
    color: #cccccc;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}


A.WhiteText:link {
    text-decoration:    none;
    color: #cccccc;
}

A.WhiteText:visited  {
    text-decoration:    none;
    color: #cccccc;
}

A.WhiteText:active   {
    text-decoration:    none;
    color: #cccccc;
}

A.WhiteText:hover    {
    text-decoration:    underline;
    color: #ffffff;
}

.BreadText  {
    color: #3D703E;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}


A.BreadText:link {
    text-decoration:    none;
    color: #6CAD39;
}

A.BreadText:visited  {
    text-decoration:    none;
    color: #6CAD39;
}

A.BreadText:active   {
    text-decoration:    none;
    color: #6CAD39;
}

A.BreadText:hover    {
    text-decoration:    underline;
    color: #6CAD39;
}

/* background/border colors for the selected tab */
.TabBg {
}

.TopPane  {
    background-color: transparent;
}

.LeftPane  {
    background-color: transparent;
}

.ContentPane  {
    background-color: transparent;
}

.RightPane  {
    background-color: transparent;
}

.BottomPane  {
    background-color: transparent;
}

/* 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   {
    color: #333333;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-weight: bold;
}

/* 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{
    color: #333333;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    color: #333333;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    background-color: #ffffff;
    border-left:   #646e77 1px solid;
    border-bottom: #646e77 1px solid;
    border-top:    #646e77 1px solid;
    border-right:  #646e77 1px solid;
}

.NormalRed
{
    color: #ff3333;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.NormalBold
    color: #333333;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10px;
{
}

/* 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   {
list-style-type: disc;
}

UL LI LI    {
list-style-type: disc;
}

UL LI LI LI {
list-style-type: disc;
}

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 {
}

/* ================================
    CSS STYLES FOR SOLPART MENU
   ================================
*/

.MainMenu_MenuContainer {
	width: 100%;
	background-color: transparent;
}

.MainMenu_MenuBar {
    background-image: url(menu_bg0.gif);
}

.MainMenu_MenuBreak {
}


.MainMenu_MenuItem {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    font-family: Verdana, sans-serif;
    background-color: transparent;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    vertical-align: middle;
    border-left:   #646e77 0px solid;
    border-bottom: #646e77 0px solid;
    border-top:    #646e77 0px solid;
    border-right:  #646e77 0px solid;
}

.MainMenu_MenuItemSel {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    font-family: Verdana, sans-serif;
    background-color: #D89F14;
    background-image: url(menu_bg1.gif);
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    vertical-align: middle;
    border-left:   #646e77 0px solid;
    border-bottom: #646e77 0px solid;
    border-top:    #646e77 0px solid;
    border-right:  #646e77 0px solid;
}


.MainMenu_SubMenu {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    font-family: Verdana, sans-serif;
    background-color: #59A222;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    vertical-align: middle;
    border-left:   #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top:    #000000 0px solid;
    border-right:  #000000 0px solid;
}

.MainMenu_MenuArrow {
	width: 5px;
	border-left:   #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top:    #000000 0px solid;
	border-right:  #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	width: 5px;
}

.MainMenu_rootmenuitemactivecssclass {
	background-color: #B58511;
}



.MainMenu_MenuIcon {
	background-color: #59A222;
	width: 5px;
	border-left:   #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top:    #000000 0px solid;
	border-right:  #000000 0px solid;
}


/* ================================
    CSS STYLES FOR Module Calendar
   ================================
*/
body
{
	font-family: Verdana;
}

.calendar
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	font-size: 7pt;
	border-left: lightgrey 1px solid;
	color: black;
	border-bottom: lightgrey 1px solid;
	font-family: Verdana;
}

.calendarTitle,
.calendarTitle td
{
	font-weight: bold;
	font-size: 9pt;
	color:#FFFFFF;
	background-color: #59A21D;
}

.calendarNextPrev, .calendarNextPrev a:link
{
	font-size: 8pt;
	padding: 0px .5em;
}

.calendarNextPrev a, .calendarNextPrev a:visited, .calendarNextPrev a:hover
{
	font-size: 8pt;
	color: #000000;
	padding: 0px .5em;
}

.calendarDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver;
}

.calendarDay, .calendarDay td
{
	font-size: 7pt;
	color: #000000;
	font-family: Verdana;
	text-align: left;
}

.calendarDay a,
.calendarDay a:visited,
.calendarDay a:hover
{
	color: #0000ff;
	text-align: left;
	font-size: 7pt;
	font-family: Verdana;
}

.calendarOtherMonthDay
{
	color: #808080;
	background-color: #94C760;
}

.calendarOtherMonthDay a, .calendarOtherMonthDay a:visited, .calendarOtherMonthDay a:hover
{
	color: #808080;
	background-color: #94C760;
}


.calendarWeekendDay
{
	background-color: #94C760;
}

.calendarTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

.calendarSelectedDay
{
	background-color: "LightCyan";
	color: "Red";
	font-weight: bold;
}

.calendarSelectedDay a,
.calendarSelectedDay a:visited,
.calendarSelectedDay a:hover
{
	color: "Red";
	font-weight: bold;
}

.calendarSelector
{
	background-color: #c0c0e0;
}

.calendarSelector a,
.calendarSelector a:visited,
.calendarSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}
















