/* ================================
    css styles for globalstech
   ================================
*/   


/* 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/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 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    {
}
    
/* 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 {
}
