﻿/* ===========================================================================
/* Make sure not to use any font-family and color items within our CSS class
   in order to have a consistent look and feel through all the site.
/* ===========================================================================

/*=====================
 TUTOR - START
=====================*/
#tutorFullNameSection
{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	width:500px;
	padding:0 0 20px 0;
}

#tutorMainSection
{
	width:500px;
}

.tutorMainImage
{
	float:left;
	margin:0px 10px 10px 0px;
}

#tutorFieldIntro
{
	font-size:14px;
	font-style:italic;
	padding:0 0 20px 0;
	text-align:justify;
	line-height:1.8;
}

.tutorFieldSection
{
	width:500px;
	padding:15px 0 0 0;
}

.tutorFieldHeader
{
	font-size:14px;
	font-weight:bold;
}

.tutorFieldValue
{
	font-size:14px;
	text-align:justify;
}

.tutorMainFieldValue
{
	font-size:12px;
}

.tutorLittleImage
{
	width:40px;
	height:40px;
}

.tutorListThumbnailCell
{
	width:20%;
	padding:0 20px 10px 0;
}

.tutorListLinkCell
{
	width:80%;
}

.tutorListTable
{
	width:500px;
}

/*=====================
 TUTOR - END
=====================*/

/*=====================
    ContactUs-Start
=====================*/
.ContactUsLabel
{
	font-size:14px;
	/* width: 150px; */
	text-align:left;
	margin:10px 30px 5px 10px;
	vertical-align:middle;
	padding-right: 40px
}
.ContactUsTextBoxSpan
{
	font-size:14px;
	width: 200px;
	margin:10px 0px 5px 10px;
	vertical-align:middle;
}
.ContactUsTextBox
{
    width: 180px;    
}
.ContactUsButton
{
    width: 80px;
	font-size:12px;	
	margin-top:15px;
	
}
.ContactUsDiv
{
   text-align:left;   
}
.divValidation
{
    padding-left:3px;
    width:400px;
}

.ContactUsValidation
{
    text-align:left;
    margin-top:15px;
}

/*=====================
    ContactUs-End
=====================*/


/*================================
 EVENTS/NEWS/PRESSRELEASES - START
=================================*/
.articleListTable
{
	width:500px;
}

#articleListLeftColumn
{
	width:290px;
	vertical-align:top;
	padding:0 5px 0 5px;
}

#articleListRightColumn
{
	width:230px;
	vertical-align:top;
	padding:0 5px 0 5px;
}

.articleListTitle
{
	font-weight:bold;
}

.articleListShort
{
	text-align:justify;
}

.articleListReadMore
{
	padding:3px 0 0 0;
}

.articleListArticleDate
{
	padding:3px 0 0 0;
}

.articleListSectionHeader
{
	font-weight:bold;
	text-decoration:underline;
}

.articleDetailsTable
{
	width:500px;
}

.articleDetailsTitle
{
	width:500px;
	font-weight:bold;
}

.articleDetailsLong
{
	width:500px;
	padding:15px 0 0 0;
	text-align:justify;
}

.latestNewsHeader
{
	font-size:14px;
}

.latestNewsTable
{
	width:180px;
}

.latestNewsTitleCell
{
	padding:15px 0 0 0;
}

.articleShowAllPageHeader
{
	font-weight:bold;
}

.articleShowAllSelectedPage
{
	text-decoration:none;
}

.articleShowAllPage
{
	text-decoration:underline;
}

.articleShowAllHeader
{
	font-weight:bold;
}

.articleSection
{
	padding:15px 0 0 0;
}

.articleShowAllTable
{
	width:500px;
}
/*================================
 EVENTS/NEWS/PRESSRELEASES - END
=================================*/

/* ====================================================================
 FOLLOWING SELECTORS ARE TAKEN FROM TDG (link-item) AND AMENDED - START
======================================================================= */
/* Just for this section, leave font-family and color used by TDG... */
.latestNewsTitleArrow
{
	vertical-align:top;
	padding:10px 0 0 0;
}

.latestNewsTitleLink, .latestNewsTitleLink a, .latestNewsTitleLink a:link,.latestNewsTitleLink a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5da829;
	font-weight:bold;
	text-decoration: none;
	vertical-align:top;
	padding:10px 0 0 0;
}

.latestNewsTitleLink a:hover
{
	color:  #5da829;
	text-decoration: underline;
}
/* ====================================================================
 FOLLOWING SELECTORS ARE TAKEN FROM TDG (link-item) AND AMENDED - END
======================================================================= */

