﻿body
{
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.Center
{
    text-align: center;
}
.ContentBack
{
    background-color: #333333;
    width: 800px;
}

.Nav
{
    color: White;
    width: 180px;
}
#NavContainer
{
    position: relative;
    width: 180px;
    float: left;
}
#ShowContainer
{
    position: relative;
    float:right;
}
.background
{
    background-color: #000000;
}      
 .Nav a
{
    color: White;
    display: block;
    font-size: 1.8em;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 1.2em;
    font-weight: bold;
}

.Show
{
    width: 840px;
    height :980px;
}            
 .Content
{ 
    background-color: #808080;
    color: #FFFFFF;
 }

.User
{
    height: 275px;
}
#SEDIlogo
{    height: 88px;
    width: 190px;
    margin-right: 20px;
}
#IGGCASLogo
{
    height: 88px;
    width: 88px;
    margin-right: 20px;
}

#CIWlogo
{
    height: 66px;
    width: 170px;
    margin-bottom: 13px;
    margin-right: 20px;
}
 #PKUlogo
{    height: 88px;
    width: 88px;
    margin-right: 20px;
}
.Info
{
    line-height: 1em;
}
.ContentM
{
    position: relative;
    float: left;
    width: 68%;
    margin-right: 2%;
    text-align: justify;
    font-size: 1.2em;
    text-indent :2.4em;
    margin-left:1.2em;
}
.RightColume
{
    float: right;
    position: relative;
    width: 27%;
    top: 0px;
    left: 1px;
    height: 851px;
}
.Sponsor
{
    width: 150px;
}
#Organizer
{
    position: relative;
    float: left; 
    width: 220px;
    text-indent:0em;
}
 #Co-Organizer
{   
    position: relative;
    float: left;
    width: 280px;
    text-indent:0em;
    left:20px;
}
.PeopleName
{
    font-size: 1.3em;
    color: #FFFF99;
}
 .Deadline
{
    color: #FFFF99;
}
.FillBoxB
{
   width:320px;
    }
.AbstractLoad
{
    color:#FFFF99;
    text-decoration:none;
    }
    .ExLink
{
    height: 0.3em;
    width: 0.3em;
    background-color: #333333;
    vertical-align:top;
}



/**************************************************************************************
  htmlDatePicker CSS file
  
  Feel Free to change the fonts, sizes, borders, and colours of any of these elements
***************************************************************************************/
/* The containing DIV element for the Calendar */
#dpCalendar {
  display: none;          /* Important, do not change */
  position: absolute;        /* Important, do not change */
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 150px;
}
/* The table of the Calendar */
#dpCalendar table {
  border: 1px solid black;
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 100%;
}
/* The Next/Previous buttons */
#dpCalendar .cellButton {
  background-color: #ddddff;
  color: black;
}
/* The Month/Year title cell */
#dpCalendar .cellMonth {
  background-color: #ddddff;
  color: black;
  text-align: center;
}
/* Any regular day of the month cell */
#dpCalendar .cellDay {
  background-color: #ddddff;
  color: black;
  text-align: center;
}
/* The day of the month cell that is selected */
#dpCalendar .cellSelected {
  border: 1px solid red;
  background-color: #ffdddd;
  color: black;
  text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar .cellToday {
  background-color: #ddffdd;
  color: black;
  text-align: center;
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar .unused {
  background-color: transparent;
  color: black;
}
/* The cancel button */
#dpCalendar .cellCancel {
  background-color: #cccccc;
  color: black;
  border: 1px solid black;
  text-align: center;
}
/* The clickable text inside the calendar */
#dpCalendar a {
  text-decoration: none;
  background-color: transparent;
  color: blue;
}  











