﻿/* 
******************************
MyIttio Controls
This only controls the elements which are exclusive to myIttio
Things like the main titles which appear in the pink bars are
All controlled in the main Master.css
******************************
*/
body
{
}
/*My Ittio menu */
table.tblMyITTIOMenu
{
	border: solid 1px #F2B380;
	width: 170px;
}
table.tblMyITTIOMenu .td
{
	margin-left: 20px;
}
div.MyITTIOMenuTitle
{
	font-weight: bolder;
	font-size: 12px;
	background-color: #F0D2BA;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
}
div.MyITTIOLinks
{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
}

a.MyITTIOMenuLink
{
	font-weight: 500;
	font-size: 11px;
	position: relative;
	color: Black;
}
a.MyITTIOMenuCurrentLink
{
	font-weight: bold;
	font-size: 11px;
	position: relative;
	color: Black;
}
div.PageTitle
{
	font-size: 26px;
	padding-left: 8px;
	position: relative;
	width: 100%;
}
td.PageTitle
{
	background-image: url(../img/controls/pink_searchresults_bgSlice.gif);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: top;
	width: 100%;
}
td.PageCorner
{
	background-image: url(../img/controls/search_rightcorner.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 25px;
	width: 8px;
}
td.tdMainBorders
{
	border-left: solid 1px #EFC2C2;
	border-right: solid 1px #EFC2C2;
	border-bottom: solid 1px #EFC2C2;
	padding: 10px;
}

td.tdPink
{
	background-color: #fbe2e1;
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 10px;
	padding: 2px;
}

td.tdText
{
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
}

td.tdGrey
{
	background-color: #e9e9e9;
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 10px;
	padding: 2px;
}

td.tdBoldText
{
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}


td.tdPinkSelected
{
	background-color: #EFC2C2;
	color: #000000;
	height: 10px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
}

td.tdCBBorders
{
	border-left: solid 1px #8e8e8e;
	border-right: solid 1px #8e8e8e;
	border-top: solid 1px #8e8e8e;
}


td.tdCBBordersPadding
{
	border-left: solid 1px #8e8e8e;
	border-right: solid 1px #8e8e8e;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.tbl_Continue
{
	background-color: #EFC2C2;
	border: solid 1px #F6D2D2;
}

td.td_Continue
{
	background-color: #F5D2D2;
	border: solid 1px #F6D2D2;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

table.tblResults
{
	padding-right: -1px;
	width: 45px;
}


