/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines colors and fontstyles ----------- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */



/* ------ GLOBAL MARGIN, PADDING AND FONT -------------------------- */

div, p, h1, h2, h3, span, a, table, form, img, hr {
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}


/* ------ BODY ----------------------------------------------------- */

body {
	background-color: #f3f3f3;
	margin: 10px 0px 30px 0px;
}


/* ------ MISC STYLES ---------------------------------------------- */

hr {
	width: 401px;
	height: 1px;
	color: #4d556f;
}


/* ------ FONT STYLES ---------------------------------------------- */

td {
	line-height: 16px;
	font-size: 11px;
	color: #333333;
}

h1 {
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}

h2 {
	line-height: 22px;
	font-size: 18px;
	color: #4d556f;
	font-weight: bold;
}

h3 {
	line-height: 19px;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.bottomspace, h2, h3, hr, p, ul, ol {
	margin-bottom: 15px;
}

.indentfirst {
	margin: 0 0 5px 0;
}

.indentsecond {
	margin: 0 0 15px 45px;
}

.indentfirstnospace {
	margin: 0;
}

.indentsecondnospace {
	margin: 0 0 0 45px;
}

.topspace {
	padding-top: 12px;
	padding-bottom: 21px;
}

.nospace {
	margin: 0px;
	padding: 0px;
}

.topnav {
	color: #ffffff;
	font-size: 10px;
}

.subnav {
	font-size: 10px;
	color: #4d556f;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	text-align: center;
}

.bottomspacebox {
	margin-bottom: 11px;
}

.boxtitle {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #000050;
	padding: 2px 4px 2px 16px;
	background-image: url(../images/layout/arrow_boxtitle.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #E8E8E8;
}

.boxtitle-blue {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	padding: 2px 4px 2px 16px;
	background-image: url(../images/layout/arrow_boxtitle_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #4d556f;
}

.boxtitle-red {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	padding: 2px 4px 2px 16px;
	background-image: url(../images/layout/arrow_boxtitle_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #990000;
}

.boxtitle-darkred {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	padding: 2px 4px 2px 16px;
	background-image: url(../images/layout/arrow_boxtitle_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #760000;
}

.boxtext-arrow {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 4px 4px 16px;
	background-image: url(../images/layout/dots-arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

.boxtext {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 4px 4px 16px;
	background-image: url(../images/layout/dots-grey.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}

.boxtext_testimonial {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 4px 4px 4px;
}

.boxtext_event {
	background: #4d556f;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 4px 4px 4px;
}

.blackborder_bottomspace {
	margin-bottom: 15px;
	border: 1px solid #c2c2c2;
}


/* ------ LINK STYLES ---------------------------------------------- */

a:link, a:visited, a:active {
	color: #000050;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:active {
	text-decoration: none;
	display: block;
	padding: 0 5px 0 5px;
	height: 19px;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}


a.topmenu:hover {
	background-color: #c2c2c2;
	color: #000050;
}

a.topmenu-activ:link, a.topmenu-activ:visited, a.topmenu-activ:active, a.topmenu-activ:hover {
	text-decoration: none;
	display: block;
	padding: 0 5px 0 5px;
	height: 19px;
	font-size: 13px;
	line-height: 18px;
	color: #000050;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
	background-color: #e8e8e8;
}

a.menu:link, a.menu:visited, a.menu:active {
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 15px;
	width: 132px;
	font-size: 12px;
	line-height: 15px;
	color: #000050;
	background-color: #e8e8e8;
	background-image: url(../images/layout/dot_submenu.gif);
	background-repeat: repeat-y;
}

a.menu:hover {
	background-color: #c2c2c2;
	color: #000050;
}

a.menu-activ:link, a.menu-activ:visited, a.menu-activ:active, a.menu-activ:hover {
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 15px;
	width: 132px;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	background-color: #000050;
}

a.submenu:link, a.submenu:visited, a.submenu:active {
	text-decoration: none;
	display: block;
	margin: 1px 0 0 0;
	padding: 2px 10px 2px 15px;
	width: 132px;
	font-size: 11px;
	line-height: 14px;
	color: #000050;
	background-color: #f5f5f5;
	background-image: url(../images/layout/dot_subsubmenu.gif);
	background-repeat: repeat-y;
}

a.submenu:hover {
	background-color: #e8e8e8;
}

a.submenu-select:link, a.submenu-select:visited, a.submenu-select:active, a.submenu-select:hover {
	text-decoration: none;
	display: block;
	margin: 1px 0 0 0;
	padding: 2px 10px 2px 15px;
	width: 132px;
	font-size: 11px;
	line-height: 14px;
	color: #000050;
	background-color: #f5f5f5;
	background-image: url(../images/layout/dot_subsubmenu-activ.gif);
	background-repeat: repeat-y;
}

a.submenu-select:hover {
	background-color: #e8e8e8;
}

a.submenu-activ:link, a.submenu-activ:visited, a.submenu-activ:active, a.submenu-activ:hover {
	text-decoration: none;
	display: block;
	margin: 1px 0 0 0;
	border-top: 1px solid #000050;
	border-bottom: 1px solid #000050;
	border-right: 1px solid #000050;
	padding: 1px 10px 1px 15px;
	width: 131px;
	font-size: 11px;
	line-height: 14px;
	color: #000050;
	background-color: #f5f5f5;
	background-image: url(../images/layout/dot_subsubmenu-activ.gif);
	background-repeat: repeat-y;
}

a.white:link, a.white:visited, a.white:active, a.white:hover {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	color: #ccced6;
}

a.blue:link, a.blue:visited, a.blue:active {
	color: #4d556f;
	text-decoration: none;
}

a.blue:hover {
	color: #000050;
	text-decoration: underline;
}

a.rootlink:link, a.rootlink:visited, a.rootlink:active, a.rootlink:hover {
	color: #ffffff;
	text-decoration: none;
}

a.newsbox-invisible:link, a.newsbox-invisible:visited, a.newsbox-invisible:active {
	color: #333333;
	text-decoration: none;
}

a.newsbox-invisible:hover {
	color: #990000;
	text-decoration: underline;
}

a.newsbox-white:link, a.newsbox-white:visited, a.newsbox-white:active {
	color: #ffffff;
	text-decoration: none;
}

a.newsbox-white:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.team-invisible:link, a.team-invisible:visited, a.team-invisible:active {
	color: #333333;
	text-decoration: none;
}

a.team-invisible:hover {
	color: #990000;
	text-decoration: underline;
}

a.team-invisible-all:link, a.team-invisible-all:visited, a.team-invisible-all:active {
	color: #333333;
	text-decoration: none;
}

a.team-invisible-all:hover {
	color: #333333;
	text-decoration: none;
}

a.document:link, a.document:visited, a.document:active {
	color: #333333;
	text-decoration: none;
}

a.document:hover {
	color: #000050;
	text-decoration: underline;
}

a.startpage:link, a.startpage:visited, a.startpage:active {
	color: #000050;
	text-decoration: none;
}

a.startpage:hover {
	color: #000050;
	text-decoration: underline;
}

/* ------ FORM STYLES ---------------------------------------------- */

.form-input {
	padding: 1px;
	background-color: #ffffff;
	border: #4d556f 1px solid;
	color: #000050;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
}

.form-select {
	background-color: #ffffff;
	color: #000050;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
}

.form-button {
	background-color: #4d556f;
	border-bottom: #000000 2px solid;
	border-left: #ccced6 2px solid;
	border-right: #000000 2px solid;
	border-top: #ccced6 2px solid;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.checkform {
	display: none;
}


/* ------ FORM STYLES SEARCH --------------------------------------- */

.site-search {
	padding: 5px;
	margin: 0;
}

.site-search .form-input {
	width: 80px;
	padding: 1px;
	background-color: #ffffff;
	border: #4d556f 1px solid;
	color: #000050;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
}

.site-search .form-button {
	width: 40px;
	background-color: #4d556f;
	border-bottom: #000000 2px solid;
	border-left: #ccced6 2px solid;
	border-right: #000000 2px solid;
	border-top: #ccced6 2px solid;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}


/* ------ IMG/BG STYLES -------------------------------------------- */

.arrow_top {
	vertical-align: text-bottom;
}

.main_bg {
	background-image: url(../images/layout/main_bg.gif);
	background-repeat: no-repeat;
}

.mainmenu_bg {
	background-image: url(../images/layout/mainmenu_bg.gif);
	background-repeat: repeat-x;
}

.submenu_bg {
	background-image: url(../images/layout/submenu_bg.gif);
	background-repeat: repeat-y;
}

.menuspacer {
	padding: 1px 0 1px 0;
	background-color: #ffffff;
}

.white_bg {
	background-color: #ffffff;
	margin: 0 0 12px 0;
}

.redirect {
	text-align: center;
	margin: 100px 20px 100px 20px;
}

.image_floatleft {
	float: left;
	margin: 3px 10px 5px 0;
}

.sign_button {
	vertical-align: middle;
	margin-right: 5px
}


/* ------ MISC STYLES ---------------------------------------------- */

.flag_left {
	float: right;
	margin: 10px 10px 10px 0;
}

.flag_right {
	float: left;
	margin: 10px 0 10px 10px;
}

.flag_left_text {
	text-align: right;
	margin: 8px 66px 0 0;
	color: #ffffff;
}

.flag_right_text {
	text-align: left;
	margin: 8px 0 0 66px;
	color: #ffffff;
}

.flag_title {
	padding: 0;
	margin: 0;
}


/* ------ SITEMAP STYLES ------------------------------------------- */

.sitemap-link {
	font-size: 10px;
	padding: 3px;
	cursor: pointer;
	color: #999999;
}

#sitemap-content {
	display: none;
}

#sitemap-content p {
	margin: 3px 10px;
	color: #999999;
}

#sitemap-content .spacer {
	margin: 7px 10px 2px 10px;
	border-bottom: 1px solid #c2c2c2;
}

#sitemap-content ul {
	margin: 3px 10px;
	padding: 0;
	list-style: none;
}

#sitemap-content li {
	font-size: 10px;
}

#sitemap-content a {
	color: #999999;
	text-decoration: none;
}

#sitemap-content a:hover {
	color: #4d556f;
	text-decoration: underline;
}


/* ------ SLASHDIGGLICIOUS ----------------------------------------- */

.slashdigglicious {
	display: block;
	margin: 4px 0px 2px 4px;
}

.slashdigglicious img {
	background: #ffffff;
	padding: 3px;
	border: #c2c2c2 1px solid;
}

.slashdigglicious img:hover {
	border: #cc0000 1px solid;
}

.slashdigglicious a {
}


/* ------ LEFT BOXES SIDEBAR --------------------------------------- */

#leftcontent {
	padding-left: 8px;
	width: 157px;
}


/* ------ GOOGLE 404 WIDGET ---------------------------------------- */

/* Widget content container */
#goog-wm {
	width: 401px;
}

/* Heading for "Closest match" */
/* Heading for "Other things" */
#goog-wm h3.closest-match,
#goog-wm h3.other-things {
	line-height: 22px;
	font-size: 18px;
	color: #4d556f;
	font-weight: bold;
}

/* Heading for "Closest match" */
#goog-wm h3.closest-match a { }

/* List Style */
#goog-wm ul  {
	list-style-image: url('http://www.gmat-review.co.uk/images/layout/dot-list-css.gif');
	padding: 0 0 0 49px;
}

/* "Other things" list item */
#goog-wm ul li {
	margin: 0;
   	padding: 0;
}

/* Site search box */
#goog-wm li.search-goog {
	display: none;
}



/* ------ END CSS FILE --------------------------------------------- */