

/* CSS for Flux DotNetNuke skin ------------------ */
/* Created by Tyler Fawcett - March 2007 --------- */
/* http://tfdnn.com  -- tf@tylerfawcett.com ------ */


/* Universal ------------------------------ */

html {height: 100%;}
body {background: #fff;	margin: 0; height: 100%; color:#555}
table, tr, td, p, li {font-family: verdana, sans-serif; font-size: 11px;color:#555}
hr {height: 1px; color: #bbb;}
li { margin-bottom: 8px; }





/* Links -------------------------- */

/* basic links */
a:link, a:visited, a:active {font-family: verdana, sans-serif; font-size: 11px; text-decoration: underline; line-height: 1.4em;}
a:hover {font-family: verdana, sans-serif; font-size: 11px; text-decoration: none; line-height: 1.4em;}

/* register and login/logout links */
a.login-link:link, a.login-link:visited, a.login-link:active {text-decoration: none;}
a.login-link:hover {text-decoration: underline;}

/* breadcrumb links */
a.breadcrumb-link:link, a.breadcrumb-link:visited, a.breadcrumb-link:active {text-decoration: none;}
a.breadcrumb-link:hover {text-decoration: underline;}

/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {text-decoration: underline; font-weight: normal; color: #333;}
a.CommandButton:hover {text-decoration: none; font-weight: normal; color: #333;}

/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {text-decoration: underline;}
a.Normal:hover {text-decoration: none;}

/* footer links */
a.footer-link:link, a.footer-link:visited, a.footer-link:active {font-size: 10px; text-decoration: none; color: #fff;}
a.footer-link:hover {font-size: 10px; text-decoration: underline; color: #fff;}




/* Text -------------------------- */

/* current date */
.current-date {color: #888;}

/* copyright */
.CopyrightText {color: #fff; font-size: 10px;}

/* used in admin sections */
.SubHead, .SubHead font {font-family: verdana, sans-serif; font-size: 11px; font-weight: bold; color: #555; padding: 0;}


/* module titles */
.Head {font-family: verdana, sans-serif; font-size: 13px; text-decoration: none; color: #555; font-weight: normal; white-space: nowrap;}
td.ctr-title-gry .Head {color: #444;}
td.ctr-header-title .Head {color: #fff;}

/* colored - used for warnings and such */
.NormalRed {color: #900; font-family: verdana, sans-serif;	font-weight: bold; font-size: 11px;	line-height: 1.4em;}

/* bold text */
.NormalBold {font-family: verdana, sans-serif;	font-size: 11px; font-weight: bold;	color: #555; line-height: 1.4em;}

/* normal text */
.Normal {font-family: verdana, sans-serif; font-size: 11px; color: #555; line-height: 1.4em;}

/* headers */
h1, h2, h3, h4, h5, h6 {font-family: verdana, sans-serif; color: #555; font-weight: bold;}
h1 {font-size: 15px; font-weight: bold;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}

/* Colors */

.green {color: #006600;}
.blue {color:#003399;}
.red {color:#FF0000;}

/* Sizes */
.large {font-size:14px;}
.xlarge {font-size:16px;}
.xxlarge {font-size:18px;}

.small {
font-family: verdana, sans-serif; font-size: 9px; color: #555;
}