/*******************************************************/
/*                                                     */
/*  Author: JM INTERNET LTD                            */
/*  Copyright: JM INTERNET LTD 2008                    */
/*  Date: 27.10.2008                                   */
/*                                                     */
/*  By using this software, you agree to the           */
/*  terms and conditions as stated in the Software     */
/*  License Agreement available at:                    */
/*  License: http://www.jminternet.co.uk               */
/*                                                     */
/*******************************************************/

/*****************************************************
home page
******************************************************/
  

.loginbgimg {
background-image: url('../images/login_bg2.gif'); background-repeat: no-repeat; background-position:center; text-align: center;
}

.dashes {
 border-top: 3px dashed #cccccc; border-bottom: 0; margin-top: 5px;
}

/*****************************************************
TAB MENU
******************************************************/
  
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 12px; /*font of menu text*/
font-family:arial;
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 2px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(media/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(media/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/*****************************************************
HOME STYLE ELEMENTS
******************************************************/

.homeStyle
{
 background-position: 50% top; background-image: url('../images/grad.jpg'); margin: 0px; background-repeat: repeat-x
}

.homeText
{
 font-family: arial;
 font-size: 12px;
 color: white;
}

.activeUsersText
{
 font-family: arial;
 font-size: 10px;
 color: white;
}

.errorText
{
 font-family: arial;
 font-size: 10px;
 color: red;
}

.timeDateText
{
 font-family: arial;
 font-size: 10px;
 color: white;
}
/*****************************************************
CONTROL PANEL STYLE ELEMENTS
******************************************************/

.cpTableNav
{
 font-family: arial;
 font-size: 10px;
}

/*****************************************************
PAGE HEADINGS & STYLES
******************************************************/

.formStyle
{
 font-family: arial;
 font-size: 12px;
 font-weight: bold;
}

.pageTitle
{
 font-family: arial;
 font-size: 12px;
}

.pageTitleEdit
{
 font-family: arial;
 font-size: 12px;
 color: red;
}

.responseText
{
 font-family: arial;
 font-size: 12px;
}

.pageTitleSml
{
 font-family: arial;
 font-size: 10px;
}

/*****************************************************
GEN Table STYLE
******************************************************/

.TDHeaderstyle
{
 font-weight: 700;
 font-family: arial;
 font-size: 14px;
 color:#333333;
}

.TDDatastyle
{
 font-family: arial;
 font-size: 12px;
 color:#000000;
}

.TDHeaderBold
{
 font-family: arial;
 font-size: 12px;
 color:#000000;
 font-weight:bold;
}

.TDDatastyleSmall
{
 font-family: arial;
 font-size: 10px;
 color:#000000;
}