﻿/* All content-related styling goes in here (the WebAuthors stylesheet) so when Web Authors use SPD these classes are easy to find in the Apply Styles pane. */
/* === Content Styling START === */

h1
{
    font-size: 220%;
    line-height: 1;
}

h2
{
    font-size: 150%;
}

h3
{
    font-size: 140%;
}

h4
{
    font-size: 120%;
}

h5
{
    font-size: 100%;
}

h1, h3, h5
{
    color: #2a2929;
}

h2, h4
{
    color: #7e2e6a;
}

h1, h2, h3, h4, h5
{ 
    font-weight: 600;
}

h2+p, h3+p, h4+p, h5+p
{
    margin-top: -5px;
}

.bold
{
    font-weight: 600;
}

.italic
{
    font-style: italic;
}

.smallerText
{
    font-size:85%;
}

.normal
{
    font-weight:normal;
}

.center
{
	text-align: center;
}

.marginBottom10
{
	margin-bottom: 10px;
}

.marginBottom20
{
	margin-bottom: 20px;
}

.marginBottom30
{
	margin-bottom: 30px;
}

.marginTop10
{
	margin-top: 10px;
}

.marginTop20
{
	margin-top: 20px;
}

#ContentMain_lblMetaDescription,
#ContentMain_lblMetaKeywords
{
    display: none;
}

.content
{
    background-color: #fff;
    padding: 15px;
    font-size: 90%;
    padding-left: 235px;
}

.content p
{
    line-height: 1.8;
}

.content a:link,
.content a:visited,
.content a:hover,
.content a:active,
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:active
{
    color: #444;
    text-decoration: none;
    border-bottom: 1px dotted #444;
}

.content a:hover,
.content a:active,
.copyright a:hover,
.copyright a:active
{
    border-bottom: 1px solid #CD202C;
    color: #CD202C;
}

.content a.external
{
	background: transparent url('/images/link-external.png') no-repeat center right;
	padding-right: 15px;
}

.content ul
{
    padding-left: 15px;
    margin-left: 20px;
}

.content ol
{
    padding-left: 20px;
    margin-left: 20px;
}

.content ul li, .content ol li
{
    padding-bottom: 10px;
    padding-left: 5px;
    /*line-height: 1.4;*/
}

.content ul li
{
    /*list-style-image: url('/images/bullet_blue.gif');*/
    list-style-type: square;
}

.content ol li ol li:first-child,
.content ul li ul li:first-child
{
    padding-top: 10px;
}

.content ol li ol li:last-child,
.content ul li ul li:last-child
{
    padding-bottom: 0px;
}

.content img
{
    border: 1px solid #aaa;
    padding: 5px;
    margin: 5px 10px 0px 5px;
    background-color: #fff;
}

.content .tableDefault tr td a:link img,
.content .tableDefault tr td a:visited img,
.content .tableDefault tr td a:hover img,
.content .tableDefault tr td a:active img,
.content a:link img,
.content a:visited img,
.content a:hover img,
.content a:active img
{
    margin: 0px;
}

.content .tableDefault img
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.content a:link .imgNoStyling,
.content .imgNoStyling
{
    border: 0px;
    padding: 0px;
}

.content a.noBorder,
.content noBorder
{
    border: 0px;
    border-width: 0px;
}

table.noBorder,
table.noBorder th,
table.noBorder td
{
    border: 0px;
    border-width: 0;
}

.content .caption p
{
    background-color: #F6F6F6;
    padding: 5px 10px 10px 10px;
    margin: 0px 10px 0px 5px;
    font-style: italic;
    font-size: 90%;
}

.content .caption a
{
    border-bottom: 0px;
}

.content .caption p a
{
    border-bottom: 1px dotted #444;
}

.content .caption p a:hover
{
    border-bottom: 1px solid #CD202C;
}

.content .caption a img
{
    margin: 0px 0px 0px 5px;
}

.content .updatedStar /* Styling for Freshers */
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: -5px;
}

/* Form styling START */

.content input[type='submit'],
.content input[type='reset'],
.content .defaultButton
{
    background-color: #F6F6F6;
    color: #444;
    border: 2px solid #444;
    padding: 8px 15px;
    font-weight: 600;
    font-family: Archivo;
    margin-top: 10px;
    text-transform: uppercase;
}

.content input[type='submit']:hover,
.content input[type='reset']:hover,
.content .defaultButton:hover
{
    background-color: #7e2e6a;
    color: #fff;
}

input[type='submit'],
input[type='reset'],
.content .defaultButton
{
    cursor: pointer;
}

.content .defaultButton:link 
{
	border-bottom: 2px solid #e1d9c4;
}

.dlForm fieldset
{
    background-color: #F6F6F6;
    border: 1px solid #444;
}

.dlForm dt
{
    font-weight: 600;
    font-size: 110%;
}

.dlForm dd
{
    margin: 0px;
    padding: 5px;
}

.dlForm dt span
{
    color: #9c0913;
    font-weight: 600;
    font-size: 130%;
}

.dlForm input[type='text'],
.dlForm input[type='reset'],
.dlForm textarea
{
    border: 3px solid #eee;
    width: 98%;
}


.dlForm fieldset legend
{
    color: #7e2e6a;
    font-weight: 600;
    font-size: 140%;
}

.tableForm th .mandatory, 
.mandatory 
{
    color: #9c0913;
    font-size: 130%;
    font-weight: normal;
}

.errorMessage,
.errorMessage h4,
.success,
.success h4
{
    color: #9c0913;
    line-height: 1;
    padding: 0px;
    font-weight: 600;
    margin: 0px;
}

.errorMessage h4,
.success h4
{
    padding-bottom: 5px;
}

.errorMessage, 
.success,
span.errorMessage,
span.errorMessage:hover
{
    font-size: 10pt;
    background: none;
    border: 0px;
    padding: 0px;
}

.success,
.success h4
{
    color: #014800;
}

.tableForm
{
    width: 100%;
}

.tableForm table td,
.tableForm table th
{
    border: 0px;
}

.tableForm input[type="text"],
.tableForm input[type="password"],
.tableForm select
{
    width: 98%;    
}

.tableForm.password input[type="text"],
.tableForm.password input[type="password"],
.tableForm.password select
{
    width: auto;
}

.tableForm th,
.tableForm td,
.tableForm caption
{
    text-align: left;
    padding: 4px 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.tableForm .errorMessage
{
    font-size: 90%;
}

.tableForm th
{
    background-color: #ccc;
}

.tableForm td
{
    background-color: #F6F6F6;
}

.tableForm caption
{
    background-color: #444;
    color: #fff;
    font-weight: 600;
    border-left: 2px solid #fff;
    border-right: 4px solid #fff;
    padding: 8px;
}

.tableForm th .mandatory,
.tableForm td .mandatory
{
    color: #9c0913;
    font-size: 130%;
}

/* Form styling END */

.left
{
    float: left;
}

.right
{
    float: right;
}

.right img
{
    margin-right: 10px;
}

/* Styling for embedded Vimeo videos */
.right.vimeo-embed { width: 350px; margin-left: 1em; background-color: #e9ebed; }
.right.vimeo-embed  p { padding: 0 1em; }
.right.vimeo-embed  ul  { padding: 0 3em; }

blockquote
{
    background-color: #F6F6F6;
    font-style: italic;
    font-weight: 400;
    padding: 0 20px;
    color: #7e2e6a;
    line-height: 1.4;
    border-left: 4px solid #CCC;
}

.content blockquote img
{
    float: left;
    margin-right: 20px;
    border: 1px solid #aaa;
}

.content blockquote a:link,
.content blockquote a:visited,
.content blockquote a:hover,
.content blockquote a:active
{
    color: #292929;
    border-bottom-color: #292929;    
}

.blockquote-name, 
blockquote strong,
blockquote b
{
    font-size: 90%; 
    padding-top: 20px;
    font-weight: 600;
    color: #000;
    font-style: normal;
}

.contact
{
    background-color: #F6F6F6;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 4px solid #aaa;
    border-right: 4px solid #aaa;
    padding: 0px 15px 15px 15px;
}

.contact h3
{
    color: #aaa;
    font-size: 120%;
    margin-bottom: 5px;
}

.contact .name
{
    font-size: 120%;
    padding-top: 10px;
    font-weight: 600;
}

.contact .organisation, 
.contact .job-title
{
    font-weight: 600;
}

.contact dt,
.contact dd
{
    display: inline;
    padding: 0px;
    margin: 0px;
}

.contact dl
{
    padding: 0px;
    margin: 0px;
}

.contact .email
{
    padding-top: 10px;
}

.contact img
{
    float: right;
    margin-top: 1%;
    background-color: #fff;
}

.contact p 
{
    line-height: 1.1;
}

.contact span
{
    line-height: 2.0;
}

.textsplash
{
    background-color: #F6F6F6;
    padding: 5px 15px;
    margin: 10px 0;
    border: 1px solid #aaa;  
}

.AtoZ a:link,
.AtoZ a:visited,
.AtoZ a:hover,
.AtoZ a:active
{
    background-color: #F6F6F6;
    padding: 5px 7px;
    border-bottom: 0px;
}

.AtoZ a:hover,
.AtoZ a:active,
.AtoZ a.current
{
    background-color: #7e2e6a;
    color: #fff;
}

.tableDefault
{
    font-size: 90%;
    /*width: 100%;*/
    border-spacing: 0;
    border-collapse: collapse;
}

.FAQ .answer .tableDefault
{
    border-top: 3px solid #fff; 
    border-left: 3px solid #fff;    
}

.tableDefault th, 
.tableDefault caption
{
    background-color: #aaa; 
    color: #fff; 
    padding: 4px;
    font-size: 110%;
    font-weight: 600;
    text-align: left;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    vertical-align: top;
}

.tableDefault caption
{
    background-color: #7e2e6a; 
    text-align: center;
}

.tableDefault th a:link
{
    color: #fff;
    border-color: #fff;
}

.tableDefault td 
{ 
    color: #333; 
    padding: 4px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.tableDefault tr 
{ 
    background-color: #F6F6F6;
}

.tableDefault tr.alt 
{ 
    background-color: #ccc; 
}

.tableDefault table,
.tableDefault table td
{
    border: 0px;
    background-color: #F7F5EF;
}

.tableDefault tr.alt table,
.tableDefault tr.alt table td
{
    background-color: #EBE5D8;
}

.tableDefault#ContentMain_grdSearchResults, /* Course Finder table styling */
.tableDefault#ContentMain_DetailsView1 /* SID staff profiles table styling */
{
    border: 1px solid #fff;
}

.tableDefault#ContentMain_grdSearchResults th,
.tableDefault#ContentMain_grdSearchResults td,
.tableDefault#ContentMain_DetailsView1 th,
.tableDefault#ContentMain_DetailsView1 td
{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.tableDefault#ContentMain_DetailsView1 /* SID staff profiles table styling */
{
    margin-top: 20px;
}

.tableDefault.clearing tbody tr th
{ 
    background-color: #DA3D7E;
    vertical-align: middle;
    padding-left: 8px;
}

.download h3 { margin: 0 0 30px 0; }
.download ul { margin: 0px; padding: 0px; }
.download ul li { background: none; border-left: 4px solid #aaa; padding: 5px 0 10px 20px; margin-top: 15px; border-bottom: 1px dotted #aaa; font-size: 14px; list-style-image: none; list-style-type: none; }
.download ul li li { list-style-image: url('/images/bullet_blue.gif'); border-left: 0; border-bottom: 0px; padding: 0px; margin: 0px; margin-left: 15px; padding: 5px; }
.download h4 { font-size: 13px; padding: 2px 0 7px 25px; margin: 10px 0 0 0; }

.download h4.pdf { background: url('/images/file_icons/iconFiletype_pdf.png') 0 0 no-repeat; }
.download h4.doc { background: url('/images/file_icons/iconFiletype_doc.png') 0 0 no-repeat; } 
.download h4.docx { background: url('/images/file_icons/iconFiletype_doc.png') 0 0 no-repeat; }
.download h4.xls { background: url('/images/file_icons/iconFiletype_xls.png') 0 0 no-repeat; }
.download h4.xlsx { background: url('/images/file_icons/iconFiletype_xls.png') 0 0 no-repeat; }
.download h4.ppt { background: url('/images/file_icons/iconFiletype_ppt.png') 0 0 no-repeat; }
.download h4.pptx { background: url('/images/file_icons/iconFiletype_ppt.png') 0 0 no-repeat; }
.download h4.zip { background: url('/images/file_icons/iconFiletype_zip.png') 0 0 no-repeat; }
.download h4.gif { background: url('/images/file_icons/iconFiletype_gif.png') 0 0 no-repeat; }
.download h4.png { background: url('/images/file_icons/iconFiletype_png.png') 0 0 no-repeat; }
.download h4.jpg { background: url('/images/file_icons/iconFiletype_jpeg.png') 0 0 no-repeat; }
.download h4.jpeg { background: url('/images/file_icons/iconFiletype_jpeg.png') 0 0 no-repeat; }
.download h4.mp3 { background: url('/images/file_icons/iconFiletype_mp3.png') 0 0 no-repeat; }
.download h4.mp4 { background: url('/images/file_icons/iconFiletype_mp4.png') 0 0 no-repeat; }
.download h4.avi { background: url('/images/file_icons/iconFiletype_avi.png') 0 0 no-repeat; }
.download h4.wmv { background: url('/images/file_icons/iconFiletype_wmv.gif') 0 0 no-repeat; }
.download h4.video { background: url('/images/file_icons/iconFiletype_video.png') 0 0 no-repeat; }

.download p { margin: 0; font-size: 14px; }
.download .datetime { border: none;  color: #2a2929; font-weight: 600; }
.download .meta { font-weight: normal; }
.download .filesize { float: left; padding-left: 8px; }
.download .type { float: left; }
.download .description { padding: 20px 0; }

a.download { background: url('/images/file_icons/iconFiletype_pdf.png') 0 0 no-repeat; padding-left: 20px; }
a.download.pdf { background: url('/images/file_icons/iconFiletype_pdf.png') 0 0 no-repeat; }
a.download.doc { background: url('/images/file_icons/iconFiletype_doc.png') 0 0 no-repeat; } 
a.download.docx { background: url('/images/file_icons/iconFiletype_doc.png') 0 0 no-repeat; }
a.download.xls { background: url('/images/file_icons/iconFiletype_xls.png') 0 0 no-repeat; }
a.download.xlsx { background: url('/images/file_icons/iconFiletype_xls.png') 0 0 no-repeat; }
a.download.ppt { background: url('/images/file_icons/iconFiletype_ppt.png') 0 0 no-repeat; }
a.download.pptx { background: url('/images/file_icons/iconFiletype_ppt.png') 0 0 no-repeat; }
a.download.zip { background: url('/images/file_icons/iconFiletype_zip.png') 0 0 no-repeat; }
a.download.gif { background: url('/images/file_icons/iconFiletype_gif.png') 0 0 no-repeat; }
a.download.png { background: url('/images/file_icons/iconFiletype_png.png') 0 0 no-repeat; }
a.download.jpg { background: url('/images/file_icons/iconFiletype_jpeg.png') 0 0 no-repeat; }
a.download.jpeg { background: url('/images/file_icons/iconFiletype_jpeg.png') 0 0 no-repeat; }
a.download.mp3 { background: url('/images/file_icons/iconFiletype_mp3.png') 0 0 no-repeat; }
a.download.mp4 { background: url('/images/file_icons/iconFiletype_mp4.png') 0 0 no-repeat; }
a.download.avi { background: url('/images/file_icons/iconFiletype_avi.png') 0 0 no-repeat; }
a.download.video { background: url('/images/file_icons/iconFiletype_video.png') 0 0 no-repeat; }

/* jQuery UI Tabs START */

.tabbed-box 
{  
	background: #fff;  
	border: 1px solid #ddd; 
	padding: 4px;  
	margin: 0; 
}

.tabbed-box .tabs 
{ 
    margin: 0 0 0 0; 
    padding: 0; 
}

.tabbed-box .tabs li 
{
    padding: 0; 
    list-style: none; 
    float: left; 
    background: none; 
}

.tabbed-box .tabs li a 
{ 
    display: block; 
    width: 100px; 
    padding: 10px 10px 5px 10px; 
    font-weight: 600;
    text-align: center; 
    text-decoration: none; 
    height: 40px; 
    color: #000; 
    background-color: #F6F6F6;
    border-right: 4px solid #fff; 
    border-bottom: none; 
}

.tabbed-box .tabs li:first-child a 
{ 
    border-left: none; 
}

.tabbed-box .tabs li a:hover 
{ 
    background-color: #7e2e6a;
    color: #fff;
}

.tabbed-box .tabs li a:focus 
{ 
    outline: none; 
}

.tabbed-box .tabs li a.active 
{ 
    background: #fff; 
    color: #333; 
    border-bottom: 1px solid #fff; 
}

.tabbed-content 
{ 
    padding: 60px 15px 5px 15px;
    display: none; 
}

/* Non jQuery version of tabs */
/* (essentially renamed so the JavaScript doesn't affect it) */

.nonJS-tabbed-box 
{ 
    width: 100%;  
    background: #fff;  
    border: 1px solid #ddd;
    border-bottom: 0px;
    padding: 4px;  
    margin: 0; 
}

.nonJS-tabbed-box .tabs 
{ 
    margin: 0 0 0 0; 
    padding: 0; 
}

.nonJS-tabbed-box .tabs li 
{
    padding: 0; 
    list-style: none; 
    float: left; 
    background: none; 
}

.nonJS-tabbed-box .tabs li a 
{ 
    display: block; 
    width: 100px; 
    padding: 10px 10px 5px 10px; 
    font-weight: 600;
    text-align: center; 
    text-decoration: none; 
    height: 40px; 
    color: #222; 
    background: #ebe5d8; 
    border-right: 4px solid #fff; 
    border-bottom: none; 
}

.nonJS-tabbed-box .tabs li:first-child a 
{ 
    border-left: none; 
}

.nonJS-tabbed-box .tabs li a:hover 
{ 
    color: #333; 
}

.nonJS-tabbed-box .tabs li a:focus 
{ 
    outline: none; 
}

.nonJS-tabbed-box .tabs li a.active 
{ 
    background: #fff; 
    color: #333; 
    border-bottom: 1px solid #fff; 
}

.nonJS-tabbed-content
{ 
    width: 100%;
    padding: 4px;
    border: 1px solid #ddd;
    border-top: 0px;
}

.nonJS-tabbed-content div
{
    padding: 56px 11px 1px 11px;
}

.nonJS-tabbed-content div div
{
    padding: 0px;
}

/* jQuery UI CourseFinder Tabs START */

.tabbed-box.crsdetails .sidepanel
{
	float: right;
	margin: 10px 5px;
	background-color: #aaa;
    color: #fff;
	padding: 5px 20px;
	width: 200px;
	border: 4px solid #fff;
}

.tabbed-box.crsdetails .sidepanel a { color: #fff; border-color: #fff; }

@media screen and (-webkit-min-device-pixel-ratio:0) /* Stupid Chrome */
{ 
    .tabbed-box.crsdetails .sidepanel { margin-top: 60px; } 
}

.tabbed-box.crsdetails { width: 100%; background: #F6F6F6;  border: 1px solid #ddd; margin: 70px 0px 30px 0px; padding: 0; }
.tabbed-box.crsdetails .tabs { margin: -51px 0 0 -1px; padding: 0; }
.tabbed-box.crsdetails .tabs ul { margin: 0; padding: 0; }
.tabbed-box.crsdetails .tabs li { list-style: none; float: left; }
.tabbed-box.crsdetails .tabs li a { border: 1px solid #ddd; display: block; width: 120px; padding: 10px 4px 5px; font-weight: 600; text-align: center; text-decoration: none; height: 34px; color: #fff; background: #7e2e6a; margin-right: 4px; font-size: 14px; }
.tabbed-box.crsdetails .tabs li a:hover { background: #F6F6F6; color: #000; }
.tabbed-box.crsdetails .tabs li a:focus { outline: none; }
.tabbed-box.crsdetails .tabs li a.active { background: #F6F6F6; color: #333; border-bottom: 1px solid #F7F5EF; }
.tabbed-box.crsdetails .tabs li a.applytab { background-color: #AA1B25; color: #fff; }
.tabbed-box.crsdetails .tabs li a.applytab:hover { background-color: #CD202C; color: #fff; }
.tabbed-box.crsdetails .tabs li a.visittab { background-color: #58A618; color: #fff; }
.tabbed-box.crsdetails .tabs li a.visittab:hover { background-color: #418609; color: #fff; }
.tabbed-box.crsdetails .tabs li a.pinkapplytab { background-color: #DA3D7E; color: #fff; }
.tabbed-box.crsdetails .tabs li a.pinkapplytab:hover { background-color: #c12a68; color: #fff; }
.tabbed-box.crsdetails .tabbed-content { width:auto; margin-top: 40px; padding-top: 10px; }
.tabbed-box.crsdetails .tabbed-content.alt { clear: right; display: none; }

/* jQuery UI CourseFinder Tabs END */

/* jQuery UI Tabs END */

.FAQ ul
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.FAQ ul li
{
    list-style-image: none;
    list-style-type: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.FAQ .question
{
    cursor: pointer;
    color: #444;
    padding: 10px;
    padding-left: 24px;
    font-size: 110%;
    border: 0px;
    margin: 0px;
    border-bottom: 4px solid #fff;
    background: #aaa url('/images/grey-arrow-right.png') no-repeat 5px 10px;
}

.FAQ .question:hover, 
.FAQ .question:active,
.FAQ .question.active
{
    background: #aaa url('/images/grey-arrow-down.png') no-repeat 5px 9px;
}

.FAQ .answer
{
    padding: 1px 15px;
    margin: 0px;
    border: 0px;
    border-bottom: 4px solid #fff;
    background-color: #F6F6F6;
}

.FAQ .answer ul
{
    padding-left: 15px;
    margin-left: 20px;
    margin-top: -8px;
}

.FAQ .answer ul li
{
    padding-bottom: 10px;
    padding-left: 5px;
    list-style-type: square;
}

.FAQ .answer ul li ul li:first-child
{
    margin-top: 5px;
}

.FAQ .answer ol
{
    margin-top: 20px;
    padding-left: 15px;
    margin-left: 20px;
}

.FAQ .answer ol li
{
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 5px;
}

.FAQ .answer ol li ol li:first-child
{
    margin-top: 5px;
}

.FAQ .answer .download ul li 
{ 
    list-style-image: none; 
    list-style-type: none; 
}

.FAQ .answer .download ul li 
{ 
    background: none; 
    border-left: 4px solid #7e2e6a; 
    padding: 5px 0 10px 20px; 
    margin-top: 15px; 
    border-bottom: 1px dotted #7e2e6a;
    font-size: 14px; 
    list-style-image: none; 
    list-style-type: none; 
}

.FAQ .answer .download ul 
{ 
    padding-bottom: 10px; 
    padding-left: 0;
    margin-left: 5px;
}

.FAQ .answer .download .datetime
{
    color: #7e2e6a;
}

.FAQ .answer .caption p
{
    padding: 5px 10px 10px 10px;
    margin: 0px 10px 0px 5px;
}

.feature
{
    width: 214px;
    float: right;
    margin-left: 25px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    background-color: #F6F6F6;
}

.feature a:link,
.feature a:visited
{
    border-bottom: 1px dotted;
}

.feature a:hover,
.feature a:active
{
    border-bottom: 1px solid;
}

.feature img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.feature .image a
{
    border: 0px;
}

.feature p
{
    padding: 0 10px;
}

.feature h2
{
    background-color: #7e2e6a;
    color: #fff;
    font-weight: 600;
    padding: 5px 0px 6px 8px;
    margin: 0px;
    border: 0px;
    width: 206px;
    font-size: 125%;
}

.feature h2.red
{
    background-color: #CD202C;
}

.feature h2.orange
{
    background-color: #ea8300;
}

.featureContainer
{
    float:left;
}

.featureBoxGrey div
{
    background-color: #F6F6F6;
}

.featureBoxGrey p
{
    padding: 0px 10px;
}

.feature.askEssex
{
    background-color: #d6d0c2;
}

.feature.askEssex h2
{
    background-color: #bf000c;
}

.feature.askEssex p
{
    padding: 0px 10px;    
}

.feature.askEssex input
{
    width: 85%;
    margin-left: 7px;
    padding: 5px;
}

.feature.askEssex button
{
    background-color: #bf000c;
    color: #fff;
    font-weight: 600;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding: 10px;
    font-style: normal;
    margin: 5px;
    margin-left: 7px;
    cursor: pointer;
}

.feature.askEssex button:hover
{
    background-color: #7e2e6a;
}

.feature.faq h2
{
    background-color: #444;
}

.feature.faq li
{
    padding: 0px;
    margin: 0px;
}

.feature.faq .question
{
    color: #444;
    font-size: 90%;
    padding: 10px;
    padding-left: 20px;
    margin: 0px;
    background: #aaa url('/images/grey-arrow-right.png') no-repeat 5px 10px;
}

.feature.faq .question:hover, .feature.faq .question.active
{
    cursor: pointer;
    background: #ccc url('/images/grey-arrow-down.png') no-repeat 5px 9px;
}

.feature.faq .answer
{
    background-color: #F6F6F6;
}

.feature.faq .answer p
{
    padding: 0px 10px 10px 10px;
    font-size: 13px;
    margin-bottom: 4px;
}

.feature.faq ul
{
    margin: 0px;
    padding: 0px;
}

.feature.faq ul li
{
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px;
}

.feature.facebook
{
    padding: 0px;
    width: 262px;
}

.feature.facebook h2
{
    background: #3b5998 url('/images/facebook25px.png') no-repeat 5px 3px;
    padding-left: 35px;
    width: 227px;
}

.feature.facebook ul
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.feature.facebook li
{
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 8px 5px;
    border: 0px;
}

.feature.facebook ul li a
{
    line-height: 1.3;
}

.feature.facebook li small
{
    color: #000;
    font-size: 80%;
    display: block;
    padding-top: 5px;
}

.feature.facebook a
{
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.feature.facebook a:hover
{
    border-bottom: 1px solid #fff;
}

.feature.facebook .fbButton a
{
    border-bottom: 0px;
}

.feature.latestNewsStory p
{
    padding: 0px;
}

.feature.newsFeed .rssHeader
{
    display: none;
}

.feature.newsFeed h4 /* Newsfeed title */
{
    font-size: 100%;
    padding: 4px 0px;
    margin: 0px;
    line-height: 1.5;
}

.feature.newsFeed .rssBody div /* Newsfeed date */
{
    font-style: italic;
    font-size: 90%;
    padding: 2px 0px;
}

.feature.newsFeed .rssBody p /* Newsfeed body */
{
    padding: 2px 0px;
    margin: 0px;
}

.feature.newsFeed ul
{
    margin: 0px;
    padding: 0px;
}

.feature.newsFeed ul li
{
    list-style-type: none;
    list-style-image: none;
    margin: 0 10px;
    padding: 0px;
    border-bottom: 1px solid #b5b5b5;
}

.feature.newsFeed .feed-item-title
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.feature.newsFeed #divMoreNews
{
	margin-top: 0.5em;
}

.feature.newsFeed #divMoreNews a
{
	font-weight: 600;
}

.feature.testimonial,
.feature.testimonial h2,
.feature.testimonial a:link
{
    background-color: #7e2e6a;
    color: #fff;
}

.feature.testimonial p
{
    padding: 0px 15px;
}

.feature.testimonial p.quote
{
    font-size: 160%;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1em;
}

.feature.testimonial span.quoteOpen,
.feature.testimonial span.quoteClosed
{
    font-size: 240%;
    font-weight: 600;
}

.feature.testimonial span.quoteOpen
{
    float: left;
    padding-right: 3px;
    margin-top: 5px;
    margin-bottom: -5px;
}

.feature.testimonial span.quoteClosed
{
    float: right;
    padding-top: 5px;
    padding-right: 10px;
}

.feature.testimonial small
{
    font-size: 85%;
}

.feature .twitter-timeline /* Used for new twitter widget (twitter class deprecated) */
{
	width: 262px;
	height: 416px;
}

.feature.twitter
{
    background-color: #eff5f7;
	margin-right: 0px;
}

.feature.twitter h2
{
    color: #1671c1;
    background: #71c6e8 url('/images/twitter25px.png') no-repeat 5px 3px;
    padding-left: 35px;
    width: 179px;
    margin-bottom: -5px;
    height: 20px;
	margin-bottom: -5px;
	height: 20px;
}

.feature.twitter .rssHeader,
.feature.twitter .rssBody p
{
    display: none;
}

.feature.twitter div /* Contains date and time */
{
    font-size: 95%;
    font-weight: 600;
    margin-top: -10px;
}

.feature.twitter a:link,
.feature.twitter a:visited,
.feature.twitter a:hover,
.feature.twitter a:active
{
    font-weight: normal;
    font-size: 90%;
    color: #075675;
}

.feature.twitter ul
{
    margin: 0px;
    padding: 0px;
    padding: 0px 10px;
}

.feature.twitter ul li
{
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
}

.feature.twitter .twitter-follow-button
{
    margin: 15px 0px 5px 10px;
}

.feature.whyEssex
{
    background-color: #f2ecde;
}

.feature.whyEssex h2
{
    background-color: #e98300;
}

.feature.whyEssex p
{
    padding: 0px 10px;
}

.feature .datetime { font-weight: 600; padding: 10px; padding-bottom: 0; }

.featureBoxes
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.featureBoxes .feature
{
    float: left;
    background-color: #fff;
}

.feature.course-search { padding: 15px 12px; min-height: 280px; width: 190px; }
.feature.course-search, 
.feature.course-search h2 { background-color: #d5efec; width: 190px; font-weight: 400; color: #444; }
.feature.course-search h2 { font-size: 170%; font-weight: 600; }
.feature.course-search input, 
.feature.course-search select, 
.feature.course-search .all-courses { margin: 14px 0; margin-bottom: 0; width: 190px; font-size: 110%; }
.feature.course-search .all-courses { text-align: right; }
.feature.course-search input[type="text"] { width: 175px; padding-left: 10px; }
.feature.course-search input { height: 40px; }
.feature.course-search select { height: 45px; padding-left: 8px; }

.feature.course-search .btn-search { color: #fff; background-color: #65c6bb; border: 0; border-radius: 0; height: 45px; font-size: 115%; border: 1px solid #a9a9a9; }
.feature.course-search .btn-search:hover { background-color: #43b5a8; color: #fff; }
.feature.course-search .twitter-typeahead { display: inline-block; }

#chooseEssex.feature.course-search { margin-right: 9px; }
#chooseEssex.feature.course-search, 
#chooseEssex.feature.course-search h2 { background-color: #2a2929; font-weight: 400; color: #fff; }
#chooseEssex.feature.course-search h2 { font-size: 110%; font-weight: 600; }
#chooseEssex.feature.course-search a:link,
#chooseEssex.feature.course-search a:visited, 
#chooseEssex.feature.course-search a:hover, 
#chooseEssex.feature.course-search a:active { color: #fff; }
#chooseEssex.feature.course-search input, 
#chooseEssex.feature.course-search select, 
#chooseEssex.feature.course-search .all-courses { margin: 14px 0; margin-bottom: 0; width: 100%; font-size: 110%; }
#chooseEssex.feature.course-search .all-courses { text-align: right; }
#chooseEssex.feature.course-search input[type="text"] { width: 97%; padding-left: 10px; }
#chooseEssex.feature.course-search input { height: 40px; }
#chooseEssex.feature.course-search select { padding-left: 8px; }
#chooseEssex.feature.course-search .btn-search { color: #fff; background-color: #65c6bb; border: 0; border-radius: 0; height: 45px; font-size: 115%; border: 1px solid #a9a9a9; }
#chooseEssex.feature.course-search .btn-search:hover { background-color: #43b5a8; color: #fff; }

/* Start - Clearing CF search */
#chooseEssex.feature.course-search.clearing-search, 
#chooseEssex.feature.course-search.clearing-search h2 { background-color: #DA3D7E;}
#chooseEssex.feature.course-search.clearing-search .btn-search { background-color: #000; }
#chooseEssex.feature.course-search.clearing-search .btn-search:hover { background-color: #333;}
/* End - Clearing CF search */


.landing 
{ 
    margin-right: -58px; 
}

.landing .feature  
{
    margin: 0px; 
    padding-right: 44px; 
    background-color: transparent; 
}

.socialMediaLanding
{
    width: 180px;
    padding-right: 30px;
    padding-top: 50px;
    padding-left: 20px;
}

.socialMediaLanding ul
{
    margin: 0px;
    padding: 0px;
}

.socialMediaLanding ul li
{
    list-style-type: none;
    list-style-image: none;
    padding-left: 45px;
    min-height: 55px;
    padding-bottom: 10px;
}

.socialMediaLanding ul li a:link,
.socialMediaLanding ul li a:visited,
.socialMediaLanding ul li a:hover,
.socialMediaLanding ul li a:active
{
    border-bottom: 0px;
}

.socialMediaLanding ul li.facebook 
{ 
    background: url('/images/facebook.png') no-repeat 0px 2px;
}

.socialMediaLanding ul li.twitter 
{ 
    background: url('/images/twitter.png') no-repeat 0px 2px;
}

.socialMediaLanding ul li.instagram
{ 
    background: url('/images/instagram.png') no-repeat 0px 2px;
}

.socialMediaLanding ul li.linkedin 
{ 
    background: url('/images/linkedin.png') no-repeat 0px 2px;
}

.socialMediaLanding ul li.youtube 
{ 
    background: url('/images/youtube.png') no-repeat 0px 2px;
}

.socialMediaLanding ul li.vimeo 
{ 
    background: url('/images/vimeo.png') no-repeat 0px 2px;
}

.socialMediaLanding ul li a.rss 
{ 
    background: url('/images/rss.png') no-repeat 0px 2px;
}
.socialMediaLanding ul li.chatzy 
{ 
    background: url('/images/chatzy-icon.png') no-repeat 0px 2px;
}
.socialMediaLanding ul li.pinterest 
{ 
    background: url('/images/pinterest.png') no-repeat 0px 2px;
}
.socialMediaLanding ul li.browzer
{ 
    background: url('/images/browzer.gif') no-repeat 0px 2px;
}
.socialMediaLanding ul li.wordpress
{ 
    background: url('/images/wordpress.png') no-repeat 0px 2px;
}

/* Colours START */

.white,
.feature h2.white,
.tabbed-box .tabs li a.white
{
    background-color: #fff;
}

.powder-blue,
.feature h2.powder-blue,
.tabbed-box .tabs li a.powder-blue
{
    background-color: #9EC3DE;
}

.aqua,
.feature h2.aqua,
.tabbed-box .tabs li a.aqua
{
    background-color: #72B5CC;
}

.sage,
.feature h2.sage,
.tabbed-box .tabs li a.sage
{
    background-color: #BAC696;
}

.yellow,
.feature h2.yellow,
.tabbed-box .tabs li a.yellow
{
    background-color: #F3D311;
}

.soft-red,
.feature h2.soft-red,
.tabbed-box .tabs li a.soft-red
{
    background-color: #A8475A;
}

.turquoise,
.feature h2.turquoise,
.tabbed-box .tabs li a.turquoise
{
    background-color: #00AFD8;
}

.mint,
.feature h2.mint,
.tabbed-box .tabs li a.mint
{
    background-color: #35C4B5;
}

.acid-green,
.feature h2.acid-green,
.tabbed-box .tabs li a.acid-green
{
    background-color: #BED600;
}

.gold,
.feature h2.gold,
.tabbed-box .tabs li a.gold
{
    background-color: #F2AF00;
}

.fifty,
.feature h2.fifty,
.tabbed-box .tabs li a.fifty
{
	background-color: #968b55;
}

.bright-pink,
.feature h2.bright-pink,
.tabbed-box .tabs li a.bright-pink
{
    background-color: #DA3D7E;
}

.cornflower,
.feature h2.cornflower,
.tabbed-box .tabs li a.cornflower
{
    background-color: #0065BD;
}

.seagrass,
.feature h2.seagrass,
.tabbed-box .tabs li a.seagrass
{
    background-color: #007A87;
}

.lime,
.feature h2.lime,
.tabbed-box .tabs li a.lime
{
    background-color: #58A618;
}

.sand,
.feature h2.sand,
.tabbed-box .tabs li a.sand
{
    background-color: #CA9B4A;
}

.dark-pink,
.feature h2.dark-pink,
.tabbed-box .tabs li a.dark-pink
{
    background-color: #A90061;
}

.royal-blue,
.feature h2.royal-blue,
.tabbed-box .tabs li a.royal-blue
{
    background-color: #002F57;
}

.bluebell,
.feature h2.bluebell,
.tabbed-box .tabs li a.bluebell
{
    background-color: #4C5CC5;
}

.leaf,
.feature h2.leaf,
.tabbed-box .tabs li a.leaf
{
    background-color: #008542;
}

.light-orange,
.feature h2.light-orange,
.tabbed-box .tabs li a.light-orange
{
    background-color: #E98300;
}

.crimson,
.feature h2.crimson,
.tabbed-box .tabs li a.crimson
{
    background-color: #6E273D;
}

.dark-purple,
.feature h2.dark-purple,
.tabbed-box .tabs li a.dark-purple
{
    background-color: #4B306A;
}

.violet,
.feature h2.violet,
.tabbed-box .tabs li a.violet
{
    background-color: #622567;
}

.forest,
.feature h2.forest,
.tabbed-box .tabs li a.forest
{
    background-color: #275E37;
}

.dark-orange,
.feature h2.dark-orange,
.tabbed-box .tabs li a.dark-orange
{
    background-color: #D55C19;
}

.scarlet,
.feature h2.scarlet,
.tabbed-box .tabs li a.scarlet
{
    background-color: #CD202C;
}

.light-grey,
.feature h2.light-grey,
.tabbed-box .tabs li a.light-grey
{
    background-color: #C6C6BC;
}

.oatmeal,
.feature h2.oatmeal,
.tabbed-box .tabs li a.oatmeal
{
    background-color: #D3BF96;
}

.cappuccino,
.feature h2.cappuccino,
.tabbed-box .tabs li a.cappuccino
{
    background-color: #AAA38E;
}

.olive,
.feature h2.olive,
.tabbed-box .tabs li a.olive
{
    background-color: #AEAA6C;
}

.mocha,
.feature h2.mocha,
.tabbed-box .tabs li a.mocha
{
    background-color: #776F65;
}

.dark-grey,
.feature h2.dark-grey,
.tabbed-box .tabs li a.dark-grey
{
    background-color: #51626F;
}

.silver-grey,
.feature h2.silver-grey,
.tabbed-box .tabs li a.silver-grey
{
    background-color: #e9ebed;
}

.charcoal,
.feature h2.charcoal,
.tabbed-box .tabs li a.charcoal
{
    background-color: #2a2929;
}

.beige,
.feature h2.beige,
.tabbed-box .tabs li a.beige
{
    background-color: #f2ecde;
}

/* Colours END */

/* Styling for new testimonial box START */

.what-they-say.feature h2.name.white { color: #fff; }
.what-they-say.feature h2.name.powder-blue { color: #9EC3DE; }
.what-they-say.feature h2.name.aqua { color: #72B5CC; }
.what-they-say.feature h2.name.sage { color: #BAC696; }
.what-they-say.feature h2.name.yellow { color: #F3D311; }
.what-they-say.feature h2.name.soft-red { color: #A8475A; }
.what-they-say.feature h2.name.turquoise { color: #00AFD8; }
.what-they-say.feature h2.name.mint { color: #35C4B5; }
.what-they-say.feature h2.name.acid-green { color: #BED600; }
.what-they-say.feature h2.name.gold { color: #F2AF00; }
.what-they-say.feature h2.name.fifty { color: #968b55; }
.what-they-say.feature h2.name.bright-pink { color: #DA3D7E; }
.what-they-say.feature h2.name.cornflower { color: #0065BD; }
.what-they-say.feature h2.name.seagrass { color: #007A87; }
.what-they-say.feature h2.name.lime { color: #58A618; }
.what-they-say.feature h2.name.sand { color: #CA9B4A; }
.what-they-say.feature h2.name.dark-pink { color: #A90061; }
.what-they-say.feature h2.name.royal-blue { color: #002F57; }
.what-they-say.feature h2.name.bluebell { color: #4C5CC5; }
.what-they-say.feature h2.name.leaf { color: #008542; }
.what-they-say.feature h2.name.light-orange { color: #E98300; }
.what-they-say.feature h2.name.crimson { color: #6E273D; }
.what-they-say.feature h2.name.dark-purple { color: #4B306A; }
.what-they-say.feature h2.name.violet { color: #622567; }
.what-they-say.feature h2.name.forest { color: #275E37; }
.what-they-say.feature h2.name.dark-orange { color: #D55C19; }
.what-they-say.feature h2.name.scarlet { color: #CD202C; }
.what-they-say.feature h2.name.light-grey { color: #C6C6BC; }
.what-they-say.feature h2.name.oatmeal { color: #D3BF96; }
.what-they-say.feature h2.name.cappuccino { color: #AAA38E; }
.what-they-say.feature h2.name.olive { color: #AEAA6C; }
.what-they-say.feature h2.name.mocha { color: #776F65; }
.what-they-say.feature h2.name.dark-grey { color: #51626F; }
.what-they-say.feature h2.name.charcoal { color: #2a2929; }
.what-they-say.feature h2.name.beige { color: #f2ecde; }
.what-they-say.feature h2.name.silver-grey { color: #e9ebed; }

.container-box.mint { display: inline-block; width: 100%; background: #D7FAF6}
.container-box.pale { display: inline-block; width: 100%; background: #F6F6F4}
.what-they-say.extra { margin: 1.5em; display: inline-block; margin-top: 0.5em; }
.what-they-say.feature { background-color: #2a2929; margin: 0; margin-right: 1em; float: left; }
.what-they-say.feature h2 { width: auto; background-color: #2a2929; }
.what-they-say.feature h2.name { color: #58a618; margin: 0; margin-top: 0.2em; margin-right: 0.2em; }
.what-they-say.feature h2.degree { font-size: 110%; padding-top: 0; margin: 0; line-height: 1.5; margin-right: 0.2em; }
.what-they-say.right { background-color: transparent; width: 66.5%; padding: 0; margin-right: 0.5em; font-size: 100%; margin-top: 1em; }
.tabbed-box .what-they-say.right { width: 64.5%; }
.FAQ .what-they-say.right { width: 65.5%; }

/* Styling for new testimonial box END */

/* Div 'Table' Form START */

.divTable input[type="text"], .divTable textarea
{
    width: 98%;
}

.divColumnRightList label
{
    padding-left: 5px;
}

.divTable textarea
{
    min-height: 60px;
}

.divColumnLeft, .divColumnLeftList, .divMessage, .divColumnRight, .divColumnRightList, .divTitle 
{
    background-color: #ccc;
    float: left;
    color: #444444;
    height: 27px;
    width: 35%;
    padding-left: 10px;
    padding-top: 10px;
    font-weight: 600;
    border-bottom: 4px solid #fff;
}

.divColumnRight, .divColumnRightList 
{
    background-color:#F6F6F6;
    float: right; 
    width: 61.75%;
    padding: 5px;
    font-weight: normal;
}

.divTitle 
{
    background-color: #444; 
    color: #FFF;
    width: 99%;
    padding-left: 8px;
    font-weight: 600;
}

.divMessage
{
    text-align: center;
    width: 99%;
    font-weight: normal;
    padding-left: 7px;
}

.divColumnLeftList, .divColumnRightList, .divRowList
{ 
    min-height: 80px;
} 

.divButton
{
     clear: both;
     text-align: right;
}

/* Div 'Table' Form END */

.disabledGo
{
    background-color: #9EC3DE;
    padding: 5px 5px 5px 15px;
    margin: 10px;
    line-height: 0.5;
    min-height: 50px;
}

.disabledGo h2
{
    font-size: 110%;
}

.disabledGo img
{
    float: right;
    border: 0px;
    margin: 0px;
}


/* Student Landing Page START */

.studentLandingBox 
{
    background-color: #e5e7e9;
    font-size: 100%;
    margin-top: 0px;
    height: 150px;
    margin-bottom: 20px;
    padding-right: 7px;
}

.studentLandingBox h1
{
    font-size: x-large;
    padding-top: 10px;
    color: #51616e;
}

.studentLandingBox p
{
    padding: 3px;
    padding-top: 0px;
    margin-top: 3px;
    font-size: 100%;
    line-height: 1.4;
}
.studentLandingBox img
{
    float: left;
    border: 0;
    padding: 0px;
    padding-right: 10px;
    margin: 0;
    height: 150px;
    width: 120px;
}

.studentLandingBox.small
{
    height: 65px;
    width: 48%;
    margin-bottom: 20px;
}

.studentLandingBox.small h1
{
    font-size: small;
    padding-top: 5px;
    margin: 0px;
}

.studentLandingBox.small img
{
    padding: 5px;
    padding-top: 1px;
    height: 60px;
    width: 60px;
}

.studentLandingBox.small p
{
    padding: 3px;
    padding-top: 0px;
    margin-top: 3px;
    font-size: 100%;
    line-height: 1.2;
}

.studentLandingLinks .facebook img
{
    padding: 0; 
    border-style: none;
    margin-right: 0;
}

.studentLandingLinks
{
    margin-bottom: 5px;
    height: 50px;
    padding-right: 0;
    margin-right: 0;
    padding-left: 34px;
}

/* Student Landing Page END */ 

/* Student Landing New Page START */

.studentLandingAlert
{
	background-color: #E9EBED;
	font-size: 100%;
	height: 305px;
	width: 510px;
	margin-bottom: 5px;
}

.studentLandingAlert  h2
{
	padding-top: 10px;
	padding-left: 10px;	
	margin-top: 0;
}

.studentLandingAlert  p
{
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5;
}

.studentLandingAlert  img
{
	float: right;
	border: 0;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	height: 305px;
	width: 225px;
}

.studentLandingAlert  ul
{
	margin-left: 10px;
}

.studentLandingSignpost
{
	background-color: #E9EBED;
	height: 80px;
	width: 510px;
	margin-bottom: 5px;
}

.studentLandingSignpost h3
{
	font-weight: 400;
	font-size: medium;
	padding: 2px;
	padding-top: 10px;
	margin: 0;
}

.studentLandingSignpost img
{
	float: left;
	border: 0;
	padding: 0;
	padding-right: 7px;
	height: 80px;
	width: 80px;
}

.studentLandingSignpost p
{
	padding: 5px;
	padding-top: 1px;
	margin-top: 2px;
	font-size: 100%;
	line-height: 1.5;
}

.studentLandingSignpost.small
{
	background-color: #D3D7DB;
	height: 80px;
	width: 215px;
	margin-right: 0;
	margin-bottom: 5px;
}

.studentLandingSignpost.small h2
{
	font-weight: 400;
	font-size: medium;
	padding-top: 20px;
	margin: 0;
}

.studentLandingSignpost.small.pink
{
	background-color: #F2BBD2;
}

.studentLandingSignpost.small.seagrasspale
{
	background-color: #B2D7DB;
}

.studentLandingSignpost.gold
{
	background-color: #F2AF00;
}

.studentLandingSignpost.oatmeal
{
	background-color: #D3BF96;
}

.feature.students
{
	background-color: #FFFFFF;
	height: 272px;
	width: 222px;
	margin-bottom: 0;
	margin-top: 0
}

 .feature.students h2
{
	color: white;
	padding-left: 12px;
}
 .feature.students ul
{
	padding-left: 26px;
}

.feature.popular-links 
{
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.feature.popular-links ul
{
	padding-left: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Student Landing New page End */

/*  Start of groups-and-list (nee Mailinglists)*/
    .groupsAndListsTBoxes
    {
        width: 400px;
        height: 42px;
        font-weight: 400;
        font-size: 14px;
    }
    .groupsAndListsLbMessage
    {
        color:brown;
        font-size:12px;
    }
    .groupsAndListsPnPanel
    {
        width:405px;
    }
     .groupsAndListsPnPanelCheckBoxList
    {
       border:1px solid black;
       height:500px;
       width:400px;
       background-color:whitesmoke;
    }
/*  End of groups-and-list (nee Mailinglists)*/


/*  /vacancies pages */
    .vacancies-salary { padding-left: 80px; }
    .vacancies-closing-date { padding-left: 41px; }

    .accommodation-flickr
    {
        height: 285px;
    }
    .accommodation-flickr .flickr-embed-frame 
    {
        height: 268px !important;
    }


/* === Content Styling END === */
