﻿/**
 * GRB Overrides CSS
 *
 * @filename    grb_overrides.css
 * @author      Mike Beaton
 * @date        2007-02-08
 * @copyright   The Graduate Recruitment Bureau
 * 
 * CSS settings for GradInternet site which override settings from Liquid Light CSS files.
 */

/* removes the dotted boxes round clicked images and links */
img {
    border: 0; 
    outline: 0;
}

a, a:active, a:focus {
    outline: 0;
    border: 0; 
}

input, input:active, input:focus {
    outline: 0;
}

table  {
    margin-top: 0px;
    margin-bottom: 0px;
} 

table.formBox th {
	background-color: #76b1d4;
	background-image: url(/fileadmin/templates/images/navBackgroundCurrent.gif);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
}

span.noborder input {
	border-style: none;
}

div.Validation
{
    margin: 0px 0px 0px 0px;
}
div.Validation ul li
{
    list-style-type:disc;   
    margin: 0px 30px 0px 30px;
}
div.Validation ul
{
    margin: 0px 0px 0px 0px;
}
div.Registration
{
}

table.formBox table td
{
    padding: 0;
}

table.formBox table th
{
    padding: 0;
}

table.formBox table.PaddedGridView td
{
    padding: 3px 3px 3px 3px;
}

table.formBox table.PaddedGridView th
{
    padding: 3px 3px 3px 3px;
}

table.formBox table.ClosePaddedGridView td
{
    padding: 1px 3px 1px 3px;
}

table.formBox table.ClosePaddedGridView th
{
    padding: 1px 3px 1px 3px;
}

div.grb_wizard_transparency table td {
	background-color: transparent;
}

input.grb_wizard_button_spacing_1 {
    padding: 10px 7px 1px 3px;
}
