/*
 COMMENTS: Contains the CSS styles for the Tenders.Net Local Government Portals

 PROGRAM: Gov.exe
 AUTHOR: Andrew Moran

 REGION: Queensland
 ABBRV: QLD | Q

 COPYRIGHT: (c) 2009 - Jon Barnard

 CREATED: 05/11/2009 by Andrew Moran
 LAST CHANGED: 06/08/2010 by Andrew Moran
*/

/* == SHARED STYLES == */
  BODY { background:#ffffff url('../images/logo4.jpg') no-repeat top left; margin:0; padding:0; overflow-x:hidden; overflow-y:auto; font:normal 10pt sans-serif; color:#000000; }
  FORM { margin:0; padding:0; }

/* == REGISTER / CONTACT / PASSWORD COLOUR SCHEME == */
 .HomeLink { color:rgb(255,255,255); font-size: 12pt; font-weight:bold; text-decoration:none; }
 .HomeLink A:hover { text-decoration:underline; }
 .ctFeature1 { text-align:Left; vertical-align:top; height:40px; width:600px; padding:10px; padding-left:20px; white-space:nowrap; background-color: rgb(119,34,0); color:#ccccdd; font-family:Arial, Helvetica, Tahoma, MS Sans-Serif; font-size:14pt; font-weight:bold; }
 .ctFeature2 { background-color:#442200; color:rgb(255,255,255); font-family:Arial, Helvetica, Tahoma, MS Sans-Serif; font-size:14pt; font-weight:bold; }

/* FRAMESET COLOUR SCHEME */	
 .Body_Interior { background-color:#903300; color:#000000; background-repeat:no-repeat; } 

/* == INSIDE FRAMESET == /*

/* - TITLE BAR - */
 .TitleBar { background-image:url('../images/title.gif') no-repeat top right; height:90px; text-align:left; text-indent:5px; vertical-align:middle; }
 .Heading { color:white; display:block; font:bold 14pt sans-serif; margin:0; margin-top:20px; }
 .SubHeading { color:#cccccc; display:block; font:bold italic 11pt sans-serif; margin-top:0;  }

/* - MENU BAR - */
 .MenuBar { background:#903300; color:white; height:38px; text-align:left; vertical-align:middle; width:100%; }
 .MenuBar DIV A { color:rgb(255,255,255); line-height:38px; padding-left:5px; padding-right:5px; text-decoration:none; }
 .MenuBar DIV A SPAN { color:rgb(255,255,80); }
 .MenuBar DIV A:hover { text-decoration:underline; }

/* - CONTENT IFRAME - */
 IFRAME { background-color:rgb(255,255,255); height:100%; margin:0; padding:0; left:0; right:0; }

/* - PAGE FOOTER - */
 .Footer { background-color:#442200; bottom:0; height:30px; left:0; position:absolute; right:0; text-align:center; vertical-align:middle; }
 .Footer A { text-align:center; vertical-align:middle; text-decoration:none; color:rgb(255,255,255); font-size:8pt; line-height:30px; vertical-align:middle; }
 .Footer A IMG { display:inline; margin:1px; vertical-align:middle; }

/* - LINKS - */
 .GreenLink { font-size:10pt; color:rgb(0,96,0); }
 .GreenLink:hover { color:rgb(0,0,0); }
 .pgText { font-family:Arial, Sans-Serif; font-size:0.9em; }

/* - PAGE TEXT FORMATTING - */
 .pgTitle { font-family:Arial, Sans-Serif; font-size:1.4em; }
 .pgHeading { font-family:Arial, Sans-Serif; font-size:1em; font-weight:bold; }
 .pgText { font-family:Arial, Sans-Serif; font-size:0.9em; }

/* - PAGE LAYOUT DIVS - */
 .pgTopNavBar { height:30px; left:0; padding:2px; right:0; text-align:Left; vertical-align:middle; }
 .pgTopNavBar DIV { float:left; top:0; bottom:0; vertical-align:middle; line-height:30px; }
 .pgContent { left:0; right:0; }
 .pgBottomNavBar { bottom:0; height:30px; right:0; text-align:Left; top:0; vertical-align:middle; }
 .pgBottomNavBar DIV { float:left; top:0; bottom:0; vertical-align:middle; }

/* - LIST ROWS - */
 .pgListRow { padding:0; }
 .pgListRow A { border:1px solid rgb(204,204,204); background-color:#efefef; display:block; line-height:20px; padding:2px; }
 .pgListRow A:hover { background-color:#ffffcc; display:block; }
 .pgListRow_Alt A { border:1px solid rgb(204,204,204); background-color:#ffffff; display:block; line-height:20px; padding:2px; }
 .pgListRow_Alt A:hover { background-color:#ffffcc; display:block; }

/* - MY PROFILE COLOUR SCHEME - */
 .mpTitle { background-color:#aa5500; color:rgb(255,255,255); font-size:0.9em; }
 .mpRequiredTitle { background-color: rgb(119,34,0); color:rgb(255,255,255); font-size:0.9em; }
 .mpPasswordLink { color:rgb(0,0,255); font-size:1em; }
 .mpDescription { color:#808080; font-face:Arial,Sans-Serif; font-size:0.8em; }