HTML
{
	min-height: 100%;
}
BODY
{
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 11px;
	min-height: 100%;
	background: #666666 url(/bulksms/web/images/body_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
HR
{
	border: solid 1px #CCCCCC;
}
TD
{
	font-size: inherit;
}
UL
{
	margin: 5 5 5 5;
	padding-left: 13px;
}
UL LI
{
	margin: 5 5 5 5;
	display: block;
	list-style: circle;
}
A:LINK, A:VISITED
{
	color: #0033CC;
	text-decoration: none;
}
A:HOVER
{
	color: Orange;
	text-decoration: underline;
}
TABLE
{
	border-collapse: collapse;
}
INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	outline: none;
}
/*--------------------------------------------------------------------------------------*/
TEXTAREA.textbox, TEXTAREA.textboxFree
{
	color: #666666;
	overflow: auto;
	margin: 1px 0px 2px 0px;
	border: solid 1px #D8DFE8;
}
TEXTAREA.textbox
{
	width: 182px;
}
INPUT.file, INPUT.textbox, INPUT.textboxDate, INPUT.textboxFree, SELECT.textboxFree, INPUT.textboxDateFree, INPUT.textboxPageSize
{
	height: 15px;
	color: #666666;
	padding-top: 2px;
	padding-left: 3px;
	margin: 1px 0px 2px 0px;
	border: solid 1px #D8DFE8;
}
INPUT.textbox, INPUT.textboxDate
{
	width: 180px;
}
INPUT.file
{
	height: 21px;
	width: 280px;
}
SELECT.dropdown, SELECT.dropdownFree
{
	height: 20px;
	padding: 1px;
	color: #666666;
	margin: 1px 0px 2px 0px;
	border: solid 1px #D8DFE8;
}
SELECT.dropdown
{
	width: 186px;
}
INPUT.textboxPageSize
{
	background: white no-repeat 25px 4px url(/bulksms/web/images/items-per-page.gif);
	text-align: left;
	padding-right: 100px;
}
INPUT.textboxDate, INPUT.textboxDateFree
{
	cursor: arrow;
	background: white no-repeat url(/bulksms/web/images/icons/table_16.gif);
	background-position: right;
}
INPUT.button, INPUT.buttonDel, INPUT.buttonNew, INPUT.buttonFind, INPUT.buttonDownL, INPUT.buttonBack, INPUT.buttonFree, INPUT.buttonFilter, INPUT.buttonDualList
{
	border: 0px solid #D8DFE8;
	background-color: #3B5998;
	margin-right: 5px;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	height: 20px;
	padding-bottom: 3px;
}
/*
INPUT.button:hover, 
INPUT.buttonDel:hover, 
INPUT.buttonNew:hover, 
INPUT.buttonFind:hover, 
INPUT.buttonDownL:hover,
INPUT.buttonBack:hover, 
INPUT.buttonFree:hover, 
INPUT.buttonFilter:hover,
INPUT.buttonDualList:hover
{
}
*/
INPUT.button, INPUT.buttonDel, INPUT.buttonNew, INPUT.buttonFind, INPUT.buttonDownL, INPUT.buttonBack, INPUT.buttonFilter
{
	overflow: visible;
	padding-left: 21px;
	padding-right: 5px;
}
INPUT.button
{
	background: #3B5998 no-repeat 0px -1px url(/bulksms/web/images/icons/go2_19.gif);
}
INPUT.buttonDel, INPUT.buttonNew, INPUT.buttonFind, INPUT.buttonDownL
{
	background: #3B5998 no-repeat 0px -1px url(/bulksms/web/images/icons/go2_19.gif); /*background: #3B5998 no-repeat 3px 1px url(/bulksms/web/images/icons/stop_16.gif);*/
}
INPUT.buttonBack
{
	background: #3B5998 no-repeat 0px 0px url(/bulksms/web/images/icons/go2_18.gif);
}
INPUT.buttonFilter
{
	background: #3B5998 no-repeat 3px 1px url(/bulksms/web/images/icons/search_17.gif);
}
INPUT.buttonDualList
{
	margin-bottom: 8px;
	width: 100px;
}
/*--------------------------------------------------------------------------------------*/
#masterHeader, #masterFooter
{
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#masterHeader .clientLogo
{
	background: no-repeat url(/bulksms/web/images/smslive247.gif) 16px 3px;
	vertical-align: top;
	height: 67px;
}
#masterHeader .masterLogo
{
	width: 190px;
	background: no-repeat url(/bulksms/web/images/smslive-logo-fifa.jpg);
}
#masterHeader .logoffLinks
{
	padding: 2px 3px 1px 8px;
	border-bottom: 1px solid #D8DFE8;
	background-color: #ECEFF5;
	font-weight: normal;
	text-align: left;
	width: 250px;
	height: 17px;
	color: #3B5998;
}
#masterHeader .logoffLinks
{
}
#masterHeader .logoffLinks A:LINK.white, #masterHeader .logoffLinks A:VISITED.white
{
	color: #3B5998;
	text-decoration: none;
}
#masterHeader .logoffLinks A:HOVER.white
{
	color: red;
	text-decoration: underline;
}
#masterContentLeft
{
	border-right: 1px solid #D8DFE8;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 170px;
	padding: 2px 6px 5px 6px;
	height: 500px;
}
#masterContentRight
{
	display: none;
}
#masterContentMiddle
{
	width: 756px;
	min-height: 360px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	margin-left: 5px;
}
#masterContent
{
	text-align: left;
	border: 0px solid red;
}
#masterFooter
{
	margin-top: 5px;
	margin-bottom: 10px;
}
#masterFooter .footLinks
{
	color: #C0C0C0;
	height: 20px;
	padding-top: 5px;
	font-size: inherit;
	background-color: #3B5998;
}
#masterFooter .footLinks A:link, #masterFooter .footLinks A:visited
{
	color: #FFFFFF;
}
#masterFooter .homeLink
{
	height: 20px;
	color: #3B5998;
	font-size: inherit;
	font-weight: bold;
	padding-top: 7px;
	background-color: #FFFFFF;
}
#masterFooter .homeLink A:link, #masterFooter .homeLink A:visited
{
	color: #3B5998;
}
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
.pageTitleBar
{
	width: 100%;
	color: #003399;
	font-size: 220%;
	padding-top: 5px;
	padding-left: 18px;
	padding-bottom: 8px;
	text-transform: Capitalize;
	font-family: AvantGarde Bk BT, Verdana;
	background-color: #EDEFF4;
}
.small
{
	font-weight: bold;
	font-size: inherit;
}
.emphasis
{
	font-weight: bold;
	font-size: inherit;
}
.smallErrorEmphasis
{
	font-weight: bold;
	font-size: inherit;
	color: #f00;
}
.msgboxError TABLE, .msgboxInfo TABLE
{
	padding: 2px;
	height: 50px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.msgboxError TABLE
{
	color: #FF0000;
	border: solid 3px #FF0000;
	background: #FFFF99 url(/bulksms/web/images/icons/icon_exclaim_40.gif) no-repeat 3px center;
}
.msgboxInfo TABLE
{
	color: #008000;
	border: solid 3px #00CC00;
	background: #DAF8CB url(/bulksms/web/images/icons/icon_info_41.gif) no-repeat 3px center;
}
/*--------------------------------------------------------------------------------------*/
.sectionTitleBar
{
	height: 20px;
	color: #3B5998;
	font-weight: bold;
	background-color: #EDEFF4;
	padding-left: 18px;
	border-bottom: solid 2px #D8DFEA;
}
.pageGroupPanel
{
}
.pageGroupBox
{
	margin: 15px 0px 10px 18px;
	width: 745px;
}
.pageGroupBox TD
{
	color: #666666;
	font-size: inherit;
}
.quickInfoBox
{
	width: 100%;
	background: no-repeat #FBFBFB url(/bulksms/web/images/icons/info2_16.gif);
	background-position: 4px 6px;
	border: 1px solid #D8DFE8;
}
.quickInfoBox TD
{
	color: #3B5998;
	padding: 7px 10px 10px 22px;
}
/*--------------------------------------------------------------------------------------*/
.quickLoginBox
{
	width: 170px;
	color: #3B5998;
	margin: 10px 0px 0px 10px;
	border: #D8DFE8 1px solid;
	background-color: #FBFBFB;
}
.quickLoginBox.textboxFree
{
	width: 100%;
}
/*--------------------------------------------------------------------------------------*/
TABLE.dualListBox
{
	width: 100%;
	border: 0px;
}
.dualListBox SPAN
{
	font-size: inherit;
	font-weight: bold;
	padding-left: 13px;
	padding-bottom: 4px;
}
.dualListBoxLeft, .dualListBoxRight
{
	border: solid 1px #D8DFE8;
	font-variant: small-caps;
	text-transform: capitalize;
	width: 300px;
	padding: 2px;
	color: #3B5998;
}
/*--------------------------------------------------------------------------------------*/
.editColA, .editColC, .editColA2
{
	width: 22%;
	height: 15px;
	padding-top: 2px;
	font-weight: bold;
	vertical-align: top;
	text-transform: capitalize;
}
.editColA2
{
	height: 20px;
}
.editColB, .editColD
{
	width: 28%;
	vertical-align: top;
}
.editColCD
{
	width: 50%;
	vertical-align: top;
}
.editColAB
{
	width: 50%;
	vertical-align: top;
}
.editColAB P
{
}
.editColAB UL
{
	list-style: square;
}
.editColAB UL LI
{
	margin-bottom: 15px;
}
.editColAB UL LI A
{
	font-weight: bold;
}
/*--------------------------------------------------------------------------------------*/
.SideNavBar_Content
{
	text-align: left;
}
.SideNavBar_Content UL
{
	margin: 0px;
	padding: 0px;
	list-style: block;
}
.SideNavBar_Content LI
{
	background: #FFFFFF;
	border-bottom: 1px dotted #D8DFE8;
}
.SideNavBar_Content LI A
{
	height: 18px;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
}
.SideNavBar_Content LI A:link, .SideNavBar_Content LI A:visited
{
	color: #0000CC;
	text-decoration: none;
}
.SideNavBar_Content LI A:hover
{
	background-color: #EDEFF4;
}
.SideNavBar_Header
{
	margin-top: 1px;
	text-align: left;
}
.SideNavBar_Header UL
{
	margin: 0px;
	padding: 0px;
	list-style: block;
}
.SideNavBar_Header LI
{
	height: 18px;
	color: #3B5998;
	margin-top: 4px;
	cursor: default;
	font-weight: bold;
	background-color: #EDEFF4;
	padding-top: 5px !important;
	padding-left: 10px !important;
}
/*--------------------------------------------------------------------------------------*/
.sectionTabBar div
{
	border-bottom: solid 2px #D8DFEA;
	background-color: #EDEFF4;
}
.sectionTabBar div ul
{
	padding: 4px 0 3px 0;
	margin: 0 0 0 0;
	padding-left: 20px;
}
.sectionTabBar div ul li
{
	list-style: none;
	display: inline;
	margin: 0;
}
.sectionTabBar div ul li a
{
	color: #3B5998;
	border: solid 0px;
	margin-right: 7px;
	padding: 2px 8px 3px 8px;
	text-decoration: none;
	font-weight: bold;
}
.sectionTabBar div ul li a:link, .sectionTabBar div ul li a:visited
{
	font-weight: bold;
	color: #3B5998;
}
.sectionTabBar div ul li a:link:hover, .sectionTabBar div ul li a:visited:hover
{
	color: #FFFFFF;
	padding: 2px 8px 3px 8px;
	border-top: solid 1px #3B5998;
	border-left: solid 0px #3B5998;
	border-right: solid 0px #3B5998;
	border-bottom: solid 2px #D8DFE8;
	background-color: #3B5998;
	text-decoration: none;
}
.sectionTabBar div ul li a#current
{
	color: #3B5998;
	padding: 3px 7px 5px 7px;
	border-top: solid 1px #BDC7D8;
	border-left: solid 4px #BDC7D8;
	border-right: solid 1px #BDC7D8;
	border-bottom: solid 0px #BDC7D8;
	background-color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------*/
.FloatingFooter
{
	margin: 0 0 0 0;
}
.FloatingFooterDiv1
{
	height: 22px;
	text-align: left;
	padding-top: 7px;
	padding-left: 182px;
}
.FloatingFooterDiv2
{
	height: 20px;
	color: #3B5998;
	padding-left: 182px;
}
/*--------------------------------------------------------------------------------------*/
.hidden
{
	display: none;
	visibility: hidden;
}
.GridStyle .GridSelectorCol
{
	width: 21px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FBFBFB;
}
.GridStyle TH.GridSelectorCol
{
	background-color: #C8CDDE;
}
.GridStyle TD.GridSelectorCol
{
	background-color: #FBFBFB;
}
.GridStyle
{
	margin: 15px 0px 10px 18px;
	width: 745px;
}
.GridStyle TR
{
}
.GridStyle TD
{
	border-top: 0px hidden;
	border-left: 0px hidden; /*STRANGE: 'hidden' is necessary for firefox to hide the border, 0px is what IE recognises!! So keep both!*/
	border-right: 0px hidden;
	padding-left: 4px;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: normal;
	font-size: inherit;
	color: #666666;
}
.GridRowStyle TD, .Off, .GridAltRowStyle TD, .On
{
	background-color: #FBFBFB;
	font-weight: normal;
	height: 34px;
}
.GridAltRowStyle TD, .On
{
	background-color: #EDEFF4;
}
.GridRowStyleRowSelected TD, .GridAltRowStyleRowSelected TD
{
	background-color: #3B5998;
	cursor: arrow;
	height: 35px;
	color: white;
}
.GridRowStyleRowSelected A, .GridAltRowStyleRowSelected A
{
	color: Yellow;
}
.GridRowStyleHover TD, .GridAltRowStyleHover TD
{
	background-color: #FFFFDD;
	cursor: hand;
	height: 35px;
}
.GridHeaderStyle TH, .GridHeaderStyle TD
{
	border: 0px hidden;
	padding-left: 4px;
	padding-right: 3px;
	background-color: #E8E8E8;
	text-transform: capitalize;
	font-weight: bold;
	font-size: inherit;
	color: #3B5998;
	height: 21px;
}
.GridPagerStyle TD
{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-transform: none;
	border: 0px hidden;
}
.GridFooterStyle TD
{
	background-color: #D8DFEA;
	padding: 5px 0px 5px 10px;
	border: 0px hidden;
	text-align: left;
	height: 18px;
}
/*--------------------------------------------------------------------------------------*/
.pageStoryBox
{
	background-color: LightGoldenRodYellow;
	border: 1px solid Tan;
	vertical-align: middle;
	font-size: inherit;
	height: 30px;
}
